Text Truncated. Only the first 1MB is shown below. Download the file for the complete contents.
ScrapbookFil AMUG CD:Files:MacTechNotes:Toolbox:Scrapbook File Format.cpt Scrapbook File Format.cpt 0 6K 6/22/93 Scrapbook File Format - This Technical Note discusses the format of the System 7.1 Scrapbook file format. The format may change in the future so be warned.
ResourceHead AMUG CD:Files:MacTechNotes:Toolbox:Resource Header App Bytes.cpt Resource Header App Bytes.cpt 0 4K 6/22/93 Resource Header App Bytes - The section of the Resource Manager chapter of Inside Macintosh which describes the internal format of a resource file shows an area of the resource header labeled “available for application data.” You should not use this area—it is used by the Resource Manager.
PendingUpdat AMUG CD:Files:MacTechNotes:Toolbox:Pending Update Perils.cpt Pending Update Perils.cpt 0 14K 6/22/93 Pending Update Perils - This Technical Note discusses potential problems when pending update events for windows behind modal dialogs are not serviced. This note also documents some new System 7 Dialog Manager calls.
Parametersfo AMUG CD:Files:MacTechNotes:Toolbox:Parameters for MDEF Message.cpt Parameters for MDEF Message.cpt 0 6K 6/22/93 Parameters for MDEF Message - In order to support popup menus, menu definition procedures (MDEFs) must now respond to a new message, mPopupMsg. mPopupMsg is message number 3. When your MDEF is called with this message, it should calculate the rectangle in which the popup menu should appear.
ErrsReturned AMUG CD:Files:MacTechNotes:Toolbox:Errs Returned from GetNewDi.cpt Errs Returned from GetNewDi.cpt 0 5K 6/22/93 Errs Returned from GetNewDi - When calling GetNewDialog to retrieve a dialog template from a previously opened resource file, how are error conditions indicated to the caller? Unfortunately, they aren’t. The Dialog Manager calls GetResource and assumes the returned value is good.
CustomWDEFan AMUG CD:Files:MacTechNotes:Toolbox:Custom WDEF and wDraw.cpt Custom WDEF and wDraw.cpt 0 4K 6/22/93 Custom WDEF and wDraw - This Technical Note explains why custom window definition functions may not respond to a wDraw message from the system (if you follow the documentation in Inside Macintosh).
ComponentMgr AMUG CD:Files:MacTechNotes:Toolbox:Component Mgr Q&As.cpt Component Mgr Q&As.cpt 0 7K 6/22/93 Component Mgr Q&As - This Technical Note contains a collection of Q&As relating to a specific topic—questions you’ve sent the Developer Support Center (DSC) along with answers from the DSC engineers. While DSC engineers have checked the Q&A content for accuracy, the Q&A Technical Notes don’t have the editing and organization of other Technical Notes. The Q&A function is to get new technical information and updates to you quickly, saving the polish for when the information migrates into reference manuals.
WorldScriptQ AMUG CD:Files:MacTechNotes:Text:WorldScript Q&As.cpt WorldScript Q&As.cpt 0 8K 6/22/93 WorldScript Q&As - This Technical Note contains a collection of Q&As relating to a specific topic—questions you’ve sent the Developer Support Center (DSC) along with answers from the DSC engineers. While DSC engineers have checked the Q&A content for accuracy, the Q&A Technical Notes don’t have the editing and organization of other Technical Notes. The Q&A function is to get new technical information and updates to you quickly, saving the polish for when the information migrates into reference manuals.
TextEditReco AMUG CD:Files:MacTechNotes:Text:TextEdit Record Size Limits.cpt TextEdit Record Size Limits.cpt 0 5K 6/22/93 TextEdit Record Size Limits - This Technical Note describes another limit on the length of a TextEdit record that was previously undocumented.
TextEditAdvi AMUG CD:Files:MacTechNotes:Text:TextEdit Advice & Descent.cpt TextEdit Advice & Descent.cpt 0 6K 6/22/93 TextEdit Advice & Descent - This technical note will point out some bugs (and possible workarounds), and other items of interest for the TextEdit programmer.
TextServices AMUG CD:Files:MacTechNotes:Text:Text Services Mgr Q&As.cpt Text Services Mgr Q&As.cpt 0 5K 6/22/93 Text Services Mgr Q&As - This Technical Note contains a collection of Q&As relating to a specific topic—questions you’ve sent the Developer Support Center (DSC) along with answers from the DSC engineers. While DSC engineers have checked the Q&A content for accuracy, the Q&A Technical Notes don’t have the editing and organization of other Technical Notes. The Q&A function is to get new technical information and updates to you quickly, saving the polish for when the information migrates into reference manuals.
ScriptManage AMUG CD:Files:MacTechNotes:Text:Script Manager’s Pixel2Char.cpt Script Manager’s Pixel2Char.cpt 0 8K 6/22/93 Script Manager’s Pixel2Char - This Technical Note discusses the Pixel2Char routine provided by the Script Manager. Changes since June 1989. Clarified information, corrected minor errors, and replaced the illustration.
ScriptManagP AMUG CD:Files:MacTechNotes:Text:Script Manager Print Action.cpt Script Manager Print Action.cpt 0 6K 6/22/93 Script Manager Print Action - This technical note describes how Print Drivers can access the Script Manager Print Action routine to print unconventional text, such as Japanese or Arabic.
ScriptManag2 AMUG CD:Files:MacTechNotes:Text:Script Manager 2.0 Date & T.cpt Script Manager 2.0 Date & T.cpt 0 5K 6/22/93 Script Manager 2.0 Date - This Technical Note describes known bugs and features in and solutions to the date and time routines introduced in Script Manager 2.0.
ModifyingSta AMUG CD:Files:MacTechNotes:Text:Modifying Standard String C.cpt Modifying Standard String C.cpt 0 11K 6/22/93 Modifying Standard String C - This technical note describes how to modify the standard string comparison by constructing an itl2 resource. Developers may want to modify the standard string comparison if Apple’s comparison doesn’t meet their needs or if Apple has not written a string comparison routine for the language that concerns them.
DrawingTexti AMUG CD:Files:MacTechNotes:Text:Drawing Text in Narrow Graf.cpt Drawing Text in Narrow Graf.cpt 0 4K 6/22/93 Drawing Text in Narrow Graf - When you draw a character into a GrafPort, your program will die with an address error if the width of the GrafPort is smaller than the width of the character. If you check before drawing the character to see if the GrafPort is wide enough, you can avoid this unfortunate tragedy.
QTOverviewQ& AMUG CD:Files:MacTechNotes:QuickTime:QT Overview Q&As.cpt QT Overview Q&As.cpt 0 5K 6/22/93 QT Overview Q&As - This Technical Note contains a collection of Q&As relating to a specific topic—questions you’ve sent the Developer Support Center (DSC) along with answers from the DSC engineers. While DSC engineers have checked the Q&A content for accuracy, the Q&A Technical Notes don’t have the editing and organization of other Technical Notes. The Q&A function is to get new technical information and updates to you quickly, saving the polish for when the information migrates into reference manuals.
QTforWindows AMUG CD:Files:MacTechNotes:QuickTime:QT for Windows Q&As.cpt QT for Windows Q&As.cpt 0 7K 6/22/93 QT for Windows Q&As - This Technical Note contains a collection of Q&As relating to a specific topic—questions you’ve sent the Developer Support Center (DSC) along with answers from the DSC engineers. While DSC engineers have checked the Q&A content for accuracy, the Q&A Technical Notes don’t have the editing and organization of other Technical Notes. The Q&A function is to get new technical information and updates to you quickly, saving the polish for when the information migrates into reference manuals.
LoadingCompo AMUG CD:Files:MacTechNotes:QuickTime:Loading Components Bug.cpt Loading Components Bug.cpt 0 9K 6/22/93 Loading Components Bug - The Component Manager may change the current resource file in the resource search path. This is a bug and will be fixed as soon as possible.
DependentFil AMUG CD:Files:MacTechNotes:QuickTime:Dependent Files.cpt Dependent Files.cpt 0 10K 6/22/93 Dependent Files - This Technical Note describes how to identify and work with dependent files, which are files that reference or are referenced by other files. It also documents QuickTime's dependent file format.
UsingMPWforN AMUG CD:Files:MacTechNotes:Platforms & Tools:Using MPW for Non-Mac 68000.cpt Using MPW for Non-Mac 68000.cpt 0 11K 6/22/93 Using MPW for Non-Mac 68000 - This Technical Note discusses using MPW 3.0 for creating software intended to run on 68000-based systems that do not implement the Macintosh run-time architecture. These systems include NuBus™ cards, peripheral devices, and proprietary 68000 systems.
TheCompleatG AMUG CD:Files:MacTechNotes:Platforms & Tools:The Compleat Guide to Teach.cpt The Compleat Guide to Teach.cpt 0 15K 6/22/93 The Compleat Guide to Teach - This Technical Note explains how to use TeachText to create release notes, complete with pictures, which every Macintosh owner can read. This Note assumes familiarity with ResEdit.
Stand-AloneC AMUG CD:Files:MacTechNotes:Platforms & Tools:Stand-Alone Code.cpt Stand-Alone Code.cpt 0 113K 6/22/93 Stand-Alone Code - This Technical Note discusses many of the issues related to stand-alone code modules. This Note is by no means a completely original work, as the author borrows freely from the work of Keith Rollin, Mark Baumwell, and Jim Friedlander.
MPWCGlueforP AMUG CD:Files:MacTechNotes:Platforms & Tools:MPW C Glue for Point & Stri.cpt MPW C Glue for Point & Stri.cpt 0 5K 6/22/93 MPW C Glue for Point & Stri - MPW 2.0 includes new C interfaces to ROM routines which no longer do string and point conversions. These new interfaces are described here.
MacintoshAll AMUG CD:Files:MacTechNotes:Platforms & Tools:Macintosh Allegro Common Li.cpt Macintosh Allegro Common Li.cpt 0 11K 6/22/93 Macintosh Allegro Common - This Technical Note describes some known problems and provides solutions to these problems for the Macintosh Allegro Common Lisp™ package which is available from Apple Computer, Inc. You should note, however, that although Apple acquired Coral Software and is selling Macintosh Allegro Common Lisp, Apple is not currently distributing any other products which had been developed or previously sold by Coral Software.
LifeWithFont AMUG CD:Files:MacTechNotes:Platforms & Tools:Life With Font/DA Mover.cpt Life With Font/DA Mover.cpt 0 5K 6/22/93 Life With Font/DA Mover - This technical note describes how to make sure that your desk accessory will work after being moved by Font/Desk Accessory Mover.
InitGrafwith AMUG CD:Files:MacTechNotes:Platforms & Tools:InitGraf with MPW Assembly.cpt InitGraf with MPW Assembly.cpt 0 5K 6/22/93 InitGraf with MPW Assembly - The Macintosh Programmer’s Workshop (MPW) requires assembly-language programmers to allocate their own QuickDraw global variables rather than use the default record as indicated in Inside Macintosh.
GlueCode AMUG CD:Files:MacTechNotes:Platforms & Tools:Glue Code.cpt Glue Code.cpt 0 12K 6/22/93 Glue Code - This Technical Note describes glue code, explains how it quietly improves your complicated life, and shows you how to write your own when necessary.
ApplesMulti AMUG CD:Files:MacTechNotes:Platforms & Tools:Apple’s Multidisk Installer.cpt Apple’s Multidisk Installer.cpt 0 9K 6/22/93 Apple’s Multidisk Installer - This Technical Note documents Apple’s Multidisk Installer, and it is in addition to separate Installer documentation which provides the details of writing scripts. Changes since September 1991, Revised information on the use of Installer version 3.1 to version 3.2. Revised information on the use of ScriptCheck version 3.2.1 with Installer version 3.2. Added Common Questions and Answers relating to the use of the Installer.
AccessingGlo AMUG CD:Files:MacTechNotes:Platforms & Tools:Accessing Globals From MPW .cpt Accessing Globals From MPW .cpt 0 6K 6/22/93 Accessing Globals From MPW - This technical note demonstrates how to access MPW Pascal and MPW C globals from the MPW Assembler.
Gestalt&Syse AMUG CD:Files:MacTechNotes:Overview:Gestalt & Sysenvirons.cpt Gestalt & Sysenvirons.cpt 0 12K 6/22/93 Gestalt & Sysenvirons - This Technical Note discusses the latest changes and improvements to the _Gestalt and _SysEnvirons calls.
Compatibilit AMUG CD:Files:MacTechNotes:Overview:Compatibility Q&As.cpt Compatibility Q&As.cpt 0 6K 6/22/93 Compatibility Q&As - This Technical Note contains a collection of Q&As relating to a specific topic—questions you’ve sent the Developer Support Center (DSC) along with answers from the DSC engineers. While DSC engineers have checked the Q&A content for accuracy, the Q&A Technical Notes don’t have the editing and organization of other Technical Notes. The Q&A function is to get new technical information and updates to you quickly, saving the polish for when the information migrates into reference manuals.
.cpt 0 9K 6/22/93 Chooser Enhancements - Beginning with version 3.2, the Chooser has been enhanced to provide support for additional controls.
10+Commandme AMUG CD:Files:MacTechNotes:Overview:10+ Commandments.cpt 10+ Commandments.cpt 0 17K 6/22/93 10+ Commandments - The world of Macintosh is changing rapidly. With a plethora of new Macintosh CPUs and the prospect of even stranger, non-68K CPUs on the horizon, how’s a programmer supposed to keep up? Maybe it’s time to review some basic tenets of Macintosh programming and point out some future pitfalls. Not only is it important that Apple evolve new hardware; Apple must evolve the operating system as well. The issues discussed here affect the ability of Apple to transform the Macintosh Operating System into a modern operating system. As you write new code, or review old code, be aware of these issues.
OSQueueUtili AMUG CD:Files:MacTechNotes:Operating System:OS Queue Utility Q&As.cpt OS Queue Utility Q&As.cpt 0 6K 6/22/93 OS Queue Utility Q&As - This Technical Note contains a collection of Q&As relating to a specific topic—questions you’ve sent the Developer Support Center (DSC) along with answers from the DSC engineers. While DSC engineers have checked the Q&A content for accuracy, the Q&A Technical Notes don’t have the editing and organization of other Technical Notes. The Q&A function is to get new technical information and updates to you quickly, saving the polish for when the information migrates into reference manuals.
MathFunction AMUG CD:Files:MacTechNotes:Operating System:Math Function Q&As.cpt Math Function Q&As.cpt 0 5K 6/22/93 Math Function Q&As - This Technical Note contains a collection of Q&As relating to a specific topic—questions you’ve sent the Developer Support Center (DSC) along with answers from the DSC engineers. While DSC engineers have checked the Q&A content for accuracy, the Q&A Technical Notes don’t have the editing and organization of other Technical Notes. The Q&A function is to get new technical information and updates to you quickly, saving the polish for when the information migrates into reference manuals.
GestaltMgrQ& AMUG CD:Files:MacTechNotes:Operating System:Gestalt Mgr Q&As.cpt Gestalt Mgr Q&As.cpt 0 5K 6/22/93 Gestalt Mgr Q&As - This Technical Note contains a collection of Q&As relating to a specific topic—questions you’ve sent the Developer Support Center (DSC) along with answers from the DSC engineers. While DSC engineers have checked the Q&A content for accuracy, the Q&A Technical Notes don’t have the editing and organization of other Technical Notes. The Q&A function is to get new technical information and updates to you quickly, saving the polish for when the information migrates into reference manuals.
TokenTlkProg AMUG CD:Files:MacTechNotes:Networking:TokenTlk Programmer's Guide.cpt TokenTlk Programmer's Guide.cpt 0 9K 6/22/93 TokenTlk Programmer's Guide - This Technical Note presents the additions and changes to the TokenTalk Programmer’s Guide and the latest information with regard to software development for the Apple Token Ring NB and Token Ring 4/16 NB network cards.
ThePAPStatus AMUG CD:Files:MacTechNotes:Networking:The PAP Status Buffer.cpt The PAP Status Buffer.cpt 0 8K 6/22/93 The PAP Status Buffer - This Technical Note shows the format of the ATP data part of Printer Access Protocol (PAP) OpenConnReply and Status AppleTalk response packets. A PAP client returns this information in its implementation of the PAPStatus and PAPOpen calls. The status buffer format is shown for both LaserWriter and ImageWriter (with the ImageWriter II/LQ LocalTalk Option card installed) printers.
SNMPTranspor AMUG CD:Files:MacTechNotes:Networking:SNMP Transports.cpt SNMP Transports.cpt 0 13K 6/22/93 SNMP Transports - This Technical Note explains how to write an SNMP (Simple Network Management Protocol) Transport. An SNMP Transport is responsible for communicating between the SNMP Manager and a particular network layer. Thus, if you were writing a new network stack for the Macintosh and wanted it to use the SNMP Manager, you would write an SNMP Transport for your network stack.
RegisterName AMUG CD:Files:MacTechNotes:Networking:RegisterName.cpt RegisterName.cpt 0 4K 6/22/93 RegisterName - The verify flag indicator byte (verifyFlag) of the AppleTalk RegisterName function should always be set TRUE in published code.
PAPStatusBuf AMUG CD:Files:MacTechNotes:Networking:PAP Status Buffer.cpt PAP Status Buffer.cpt 0 8K 6/22/93 PAP Status Buffer - This Technical Note shows the format of the ATP data part of Printer Access Protocol (PAP) OpenConnReply and Status AppleTalk response packets. A PAP client returns this information in its implementation of the PAPStatus and PAPOpen calls. The status buffer format is shown for both LaserWriter and ImageWriter (with the ImageWriter II/LQ LocalTalk Option card installed) printers.
NetworkingCa AMUG CD:Files:MacTechNotes:Networking:Networking Cards & SNMP.cpt Networking Cards & SNMP.cpt 0 9K 6/22/93 Networking Cards & SNMP - Apple provides an SNMP Manager that implements an architecture for doing network management on a Macintosh computer. This Tech Note describes how the SNMP manager finds network cards on a Macintosh and explains how you can make the SNMP Manager recognize new types of network cards. This Tech Note is a supplement to the information provided in the Developers kit for SNMP available on the E.T.O. CD-ROM in the MacSNMP Programmer’s Guide.. The kit defines the interfaces to actually gather the information.
High-LevelAp AMUG CD:Files:MacTechNotes:Networking:High-Level AppleTalk Routin.cpt High-Level AppleTalk Routin.cpt 0 5K 6/22/93 High-Level AppleTalk Routin - What you need to do in order to use high-level AppleTalk routines depends upon the interfaces you are using. Some differences are outlined below.
AppleTalkTim AMUG CD:Files:MacTechNotes:Networking:AppleTalk Timers Explained.cpt AppleTalk Timers Explained.cpt 0 10K 6/22/93 AppleTalk Timers Explained - This Technical Note explains how to effectively use timers and retry mechanisms of the various AppleTalk protocols to achieve maximum performance on an internet.
VMandMemoryM AMUG CD:Files:MacTechNotes:Memory:VM and Memory Mappings.cpt VM and Memory Mappings.cpt 0 20K 6/22/93 VM and Memory Mappings - The purpose of this Note is twofold. First, it describes in detail how to use the GetPhysical routine. This routine is critical to the support of alternate bus masters on certain machines without Virtual Memory (VM) and all machines with VM. Included is an ancillary discussion of several closely-related VM routines. Second, it reiterates a number of issues important to VM compatibility and elucidates some of the deeper VM issues of which specialized developers should be aware. Compatibility issues are especially important for developers of SCSI drivers, NuBus™ master hardware, and code which runs at interrupt time.
MaxApplZonea AMUG CD:Files:MacTechNotes:Memory:MaxApplZone and MoveHHi.cpt MaxApplZone and MoveHHi.cpt 0 5K 6/22/93 MaxApplZone and MoveHHi - When calling MaxApplZone and MoveHHi from assembly language, be sure to get the correct code.
Collaborativ AMUG CD:Files:MacTechNotes:Interapplication Comm.:Collaborative Comp Q&As.cpt Collaborative Comp Q&As.cpt 0 7K 6/22/93 Collaborative Comp Q&As - This Technical Note contains a collection of Q&As relating to a specific topic—questions you’ve sent the Developer Support Center (DSC) along with answers from the DSC engineers. While DSC engineers have checked the Q&A content for accuracy, the Q&A Technical Notes don’t have the editing and organization of other Technical Notes. The Q&A function is to get new technical information and updates to you quickly, saving the polish for when the information migrates into reference manuals.
UsingLaserPr AMUG CD:Files:MacTechNotes:Imaging:Printing:Using Laser Prep Routines.cpt Using Laser Prep Routines.cpt 0 6K 6/22/93 Using Laser Prep Routines - This technical note addresses the issues involved in depending on the procedures and constants defined in the Laser Prep dictionary.
SpoolerQueri AMUG CD:Files:MacTechNotes:Imaging:Printing:Spooler Queries?.cpt Spooler Queries?.cpt 0 4K 6/22/93 Spooler Queries? - When the LaserShare spooler is on an AppleTalk network, it acts like a LaserWriter-type device, which can be chosen and communicated with much like a real LaserWriter. Some applications, however, must communicate with a LaserWriter directly, not a spooler. If this is true for your application, you can check whether you are actually talking to a real LaserWriter by sending to the LaserWriter the following query.
PrintDialogu AMUG CD:Files:MacTechNotes:Imaging:Printing:Print Dialogues - Adding It.cpt Print Dialogues - Adding It.cpt 0 15K 6/22/93 Print Dialogues - Adding It - This technical note discusses how to add your own items to the Printing Manager’s dialogs.
LaserWriterO AMUG CD:Files:MacTechNotes:Imaging:Printing:LaserWriter Optimization.cpt LaserWriter Optimization.cpt 0 10K 6/22/93 LaserWriter Optimization - This Technical Note discusses techniques for optimizing code for printing on the LaserWriter. Changes since March 1988, Updated the “Printable Paper Area” and “Memory Considerations” sections as well as the printer IDs, moved the error messages from the end of the Note to Technical Note #161, A Printing Loop That Cares…, and removed the “Spool-A-Page/Print-A-Page” section because Technical Note #125, Effect of Spool-A-Page/Print-A-Page on Shared Printers, already thoroughly covers this topic.
LaserWriterD AMUG CD:Files:MacTechNotes:Imaging:Printing:LaserWriter Driver Surprise.cpt LaserWriter Driver Surprise.cpt 0 8K 6/22/93 LaserWriter Driver Surprise - This Technical Note describes some changes in version 5.0 and later LaserWriter drivers. Changes since April 1988. Described a bug in 5.x which is fixed in 6.0 and later, and reiterated a warning about storing fonts in an application.
DictionaryDo AMUG CD:Files:MacTechNotes:Imaging:Printing:Dictionary Downloading.cpt Dictionary Downloading.cpt 0 8K 6/22/93 Dictionary Downloading - This technical note discusses a method for downloading PostScript dictionaries automatically using the LaserWriter driver. It will also provide the format and use of the PREC(103) resource. It will also describe some problems with the now obsolete PREC(201) resource. If you are using PostScript dictionaries, or either of these resources, you should definitely read this note.
RowBytesReve AMUG CD:Files:MacTechNotes:Imaging:Graphics:RowBytes Revealed II.cpt RowBytes Revealed II.cpt 0 10K 6/22/93 RowBytes Revealed II - This Technical Note discusses the maximum rowBytes value for a pixMap.
QuickDrawsI AMUG CD:Files:MacTechNotes:Imaging:Graphics:QuickDraw’s Internal Pict D.cpt QuickDraw’s Internal Pict D.cpt 0 9K 6/22/93 QuickDraw’s Internal Pict D - This technical note describes the internal format of the QuickDraw picture data structure. This revision corrects some errors in the opcode descriptions and provides some examples.
FixedCLUTDev AMUG CD:Files:MacTechNotes:Imaging:Graphics:Fixed CLUT Devices.cpt Fixed CLUT Devices.cpt 0 7K 6/22/93 Fixed CLUT Devices - Applications that need a given set of colors to look good or make use of color table animation can obtain undesired results in PowerBook 160, PowerBook 180, and PowerBook Duo Macintosh models. The reason for this is that these models sport Fixed Color Devices associated with the flat screen display. This Tech Note describes what a Fixed CLUT device is and presents some solutions to the challenges presented by this display type.
EveryPicture AMUG CD:Files:MacTechNotes:Imaging:Graphics:Every Picture [Comment] Tel.cpt Every Picture [Comment] Tel.cpt 0 5K 6/22/93 Every Picture [Comment] Tel - Application-specific picture comment conflict and registration is addressed, along with Developer Technical Support’s method for solving it.
DisplayingLa AMUG CD:Files:MacTechNotes:Imaging:Graphics:Displaying Large PICT Files.cpt Displaying Large PICT Files.cpt 0 8K 6/22/93 Displaying Large PICT Files - Now that we have scanners and other massive-picture producing types of applications, there is a need to address the problem of how to display a PICT format object that is bigger than a current PICT resource is allowed to be. Note that this technique applies equally well to version 1 and version 2 (word-opcode) pictures as produced by the Macintosh II.
ColorSyncQ&A AMUG CD:Files:MacTechNotes:Imaging:Graphics:ColorSync Q&As.cpt ColorSync Q&As.cpt 0 6K 6/22/93 ColorSync Q&As - This Technical Note contains a collection of Q&As relating to a specific topic—questions you’ve sent the Developer Support Center (DSC) along with answers from the DSC engineers. While DSC engineers have checked the Q&A content for accuracy, the Q&A Technical Notes don’t have the editing and organization of other Technical Notes. The Q&A function is to get new technical information and updates to you quickly, saving the polish for when the information migrates into reference manuals.
SleepQueueTa AMUG CD:Files:MacTechNotes:Hardware:Sleep Queue Tasks.cpt Sleep Queue Tasks.cpt 0 10K 6/22/93 Sleep Queue Tasks - This Technical Note demonstrates how one can write an application to display a dialog box before a portable Macintosh goes to sleep.
Macintosh21 AMUG CD:Files:MacTechNotes:Hardware:Macintosh 21" Color Display.cpt Macintosh 21" Color Display.cpt 0 8K 6/22/93 Macintosh 21" Color Display - This Technical Note presents the technical specifications for the Macintosh 21" Color Display with the objective of allowing display board and accelerator board manufacturers to ensure compatibility with this monitor.
MacQuadraBui AMUG CD:Files:MacTechNotes:Hardware:Mac Quadra Built-In Video.cpt Mac Quadra Built-In Video.cpt 0 11K 6/22/93 Mac Quadra Built-In Video - This is an in-depth article in three parts, describing the internal video on the Macintosh Quadra computers. The first part discusses a number of general Quadra video topics, the second part details how to wire the video connector sense pins to access all the Quadra’s supported video modes, and the third describes the memory configurations necessary to support each of the video modes at specific pixel depths.
MacPortableR AMUG CD:Files:MacTechNotes:Hardware:Mac Portable ROM Expansion.cpt Mac Portable ROM Expansion.cpt 0 13K 6/22/93 Mac Portable ROM Expansion - This Technical Note explains the practice of and theory behind compatible use of the expansion ROM in the Macintosh Portable.
MacPortableP AMUG CD:Files:MacTechNotes:Hardware:Mac Portable PDS Developmen.cpt Mac Portable PDS Developmen.cpt 0 13K 6/22/93 Mac Portable PDS Development - The Technical Note describes the unique aspects of the Macintosh Portable Processor Direct Slot (PDS), including the severe limitations in its use.
MacSE/30 AMUG CD:Files:MacTechNotes:Hardware:Mac Mem Config:Mac SE/30, II, IIx RAM.cpt Mac SE/30, II, IIx RAM.cpt 0 11K 6/22/93 Mac SE/30, II, IIx RAM - drawings on RAM install configurations.
MacSERAM.cpt AMUG CD:Files:MacTechNotes:Hardware:Mac Mem Config:Mac SE RAM.cpt Mac SE RAM.cpt 0 9K 6/22/93 Mac SE RAM - drawings on RAM install configurations.
MacSE(w/jump AMUG CD:Files:MacTechNotes:Hardware:Mac Mem Config:Mac SE (w/jump) RAM.cpt Mac SE (w/jump) RAM.cpt 0 9K 6/22/93 Mac SE (w/jump) RAM - drawings on RAM install configurations.
MacPlusRAM AMUG CD:Files:MacTechNotes:Hardware:Mac Mem Config:Mac Plus RAM.cpt Mac Plus RAM.cpt 0 14K 6/22/93 Mac Plus RAM - drawings on RAM install configurations.
MacMemConfig AMUG CD:Files:MacTechNotes:Hardware:Mac Mem Config:Mac Mem Configurations.cpt Mac Mem Configurations.cpt 0 120K 6/22/93 Mac Mem Configurations - This Technical Note describes the different possible memory configurations of all models of the Macintosh family that use Single In-line Memory Modules (SIMMs) as well as the non-SIMM memory upgrade options of the Macintosh Portable and Macintosh Classic. (Special thanks to Brian Howard for the Macintosh Plus and original SE drawings, and for the inspiration for the other drawings.) This Note also describes the obstacles to using four megabit (Mbit) DRAM SIMMs in Apple Macintosh products to date. Corrected error on the RAM configuration chart (page 2); additional information added to Quadra 900 section (page 15).
MacIIfxRAM AMUG CD:Files:MacTechNotes:Hardware:Mac Mem Config:Mac IIfx RAM.cpt Mac IIfx RAM.cpt 0 14K 6/22/93 Mac IIfx RAM - drawings on RAM install configurations.
MacClassic AMUG CD:Files:MacTechNotes:Hardware:Mac Mem Config:Mac Classic, LC, IIsi RAM.cpt Mac Classic, LC, IIsi RAM.cpt 0 5K 6/22/93 Mac Classic, LC, IIsi RAM - drawings on RAM install configurations.
ByteSmearing AMUG CD:Files:MacTechNotes:Hardware:Byte Smearing.cpt Byte Smearing.cpt 0 5K 6/22/93 Byte Smearing - This Technical Note discusses a feature of the current Macintosh hardware which will not be supported in the future. Macintosh hardware developers and driver writers should be aware of this limitation as it affects current and future products.
ADBReInitins AMUG CD:Files:MacTechNotes:Hardware:ADBReInit in sys 4.2 - Don'.cpt ADBReInit in sys 4.2 - Don'.cpt 0 5K 6/22/93 ADBReInit in sys 4.2 - Because of a bug (which causes auto-repeat) in the ROM version of the Macintosh SE keyboard driver, a patch was placed in System 4.1. If ADBReInit is called, the ROM version of the keyboard driver will be reloaded, and the RAM version of the driver with the patches will not be used. Therefore, it is recommended that ADBReInit not be called on the Macintosh SE until the problem is fixed. (There is no need to call ADBReInit.) This problem will not occur with the Macintosh II ROM version of the keyboard driver.
ADBSpaceAli AMUG CD:Files:MacTechNotes:Hardware:ADB (Space Aliens).cpt ADB (Space Aliens).cpt 0 15K 6/22/93 ADB (Space Aliens) - This Technical Note explains how the Apple Desktop Bus (ADB) works on the Macintosh. This Note covers the boot process, driver installation, ADB Manager run-time behavior, use of ADB Manager calls, and answers commonly asked questions.
ResolvingAli AMUG CD:Files:MacTechNotes:Files:Resolving Alias Files Quiet.cpt Resolving Alias Files Quiet.cpt 0 11K 6/22/93 Resolving Alias Files Quiet - ResolveAliasFile always presents the user identity dialog when mounting remote volumes. This Technical Note offers an alternative function, ResolveAliasFileMountOption, which uses the previously undocumented FollowFinderAlias trap to resolve alias files only if their target is on an already mounted volume. Also included is an IsAliasFile routine for identifying alias files.
PBCatMove-Mo AMUG CD:Files:MacTechNotes:Files:PBCatMove - Moving Your Cat.cpt PBCatMove - Moving Your Cat.cpt 0 9K 6/22/93 PBCatMove - Moving Your Cat - This Technical Note clarifies the documentation in Inside Macintosh for _PBCatMove and provides a demonstration on how to use it. Changes since February 1989, Added a discussion of using NIL for the destination name pointer, which is the simplest way to use _CatMove, and revised the sample code to use the high-level File Manager calls. Thanks to Tim Dierks of Apple Developer Technical Support U.K. for pointing out the problems with the previous version of this Note.
HardDiskMedi AMUG CD:Files:MacTechNotes:Files:Hard Disk Medic.cpt Hard Disk Medic.cpt 0 18K 6/22/93 Hard Disk Medic - The death of a hard disk with megabytes worth of data can be exceedingly traumatic. This technical note will describe techniques for recovering a hard disk and the data that is on it. The discussion will also include some tips on how to avoid problems.
ClearingComp AMUG CD:Files:MacTechNotes:Files:Clearing Completion.cpt Clearing Completion.cpt 0 4K 6/22/93 Clearing Completion - When making synchronous calls to the File Manager, it is not necessary to clear ioCompletion field of the parameter block, since that is done for you. Some earlier technotes explicitly cleared ioCompletion, with the knowledge that this was unnecessary, to try to encourage developers to fill in all fields of parameter blocks as indicated in Inside Macintosh.
SerialPollPr AMUG CD:Files:MacTechNotes:Devices:Serial PollProc.cpt Serial PollProc.cpt 0 8K 6/22/93 Serial PollProc - This Technical Note discusses how to make a PollProc for your MIDI (Musical Instrument Digital Interface) driver on the Macintosh PowerBook 140 and 170.
MonitorDepth AMUG CD:Files:MacTechNotes:Devices:Monitor Depth.cpt Monitor Depth.cpt 0 7K 6/22/93 Monitor Depth - This Technical Note describes two new system calls that allow an application to change the depth and flags for a given device and also check whether a device supports a particular depth and flags setting. Apple provides these calls to give developers a better way to help users make changes when they consider it appropriate. Abusive use of these calls is a sure way to guarantee that the Thought Police come after you to confiscate your Macintoshes, your stock of Mountain Dew®, and your Technical Notes binder. This Note assumes familiarity with Inside Macintosh, Volume V, Graphics Devices.
ModemQ&As AMUG CD:Files:MacTechNotes:Devices:Modem Q&As.cpt Modem Q&As.cpt 0 5K 6/22/93 Modem Q&As - This Technical Note contains a collection of Q&As relating to a specific topic—questions you’ve sent the Developer Support Center (DSC) along with answers from the DSC engineers. While DSC engineers have checked the Q&A content for accuracy, the Q&A Technical Notes don’t have the editing and organization of other Technical Notes. The Q&A function is to get new technical information and updates to you quickly, saving the polish for when the information migrates into reference manuals.
MIDIInterfac AMUG CD:Files:MacTechNotes:Devices:MIDI Interface Q&As.cpt MIDI Interface Q&As.cpt 0 5K 6/22/93 MIDI Interface Q&As - This Technical Note contains a collection of Q&As relating to a specific topic—questions you’ve sent the Developer Support Center (DSC) along with answers from the DSC engineers. While DSC engineers have checked the Q&A content for accuracy, the Q&A Technical Notes don’t have the editing and organization of other Technical Notes. The Q&A function is to get new technical information and updates to you quickly, saving the polish for when the information migrates into reference manuals.
HighLevelCon AMUG CD:Files:MacTechNotes:Devices:High Level Control & Stat.cpt High Level Control & Stat.cpt 0 7K 6/22/93 High Level Control & Stat - This Technical Note discusses situations under which high-level Status calls do not work correctly and PBStatus calls should be made instead. Changes since February 1990-Information has been added describing similar problems with high-level Control calls.
Drivers&DAs AMUG CD:Files:MacTechNotes:Devices:Drivers & DAs in.cpt Drivers & DAs in.cpt 0 8K 6/22/93 Drivers & DAs in - This Technical Note describes a few complications which rear their rather ugly little heads when a desk accessory or driver needs periodic time. It also presents a few solutions to work around these problems and make life easier, at least periodically.
DriverEducat AMUG CD:Files:MacTechNotes:Devices:Driver Education.cpt Driver Education.cpt 0 26K 6/22/93 Driver Education - This Technical Note describes in detail the operation of the Device Manager and its interaction with device drivers. It provides the background needed for correct operation of third-party device drivers and also presents a method for finding an entry in the Unit Table for a driver.
DriveQueueEl AMUG CD:Files:MacTechNotes:Devices:Drive Queue Elements.cpt Drive Queue Elements.cpt 0 7K 6/22/93 Drive Queue Elements - This note expands on Inside Macintosh’s definition of the drive queue, which is given in the File Manager chapter.
DockingMgrQ& AMUG CD:Files:MacTechNotes:Devices:Docking Mgr Q&As.cpt Docking Mgr Q&As.cpt 0 6K 6/22/93 Docking Mgr Q&As - This Technical Note contains a collection of Q&As relating to a specific topic—questions you’ve sent the Developer Support Center (DSC) along with answers from the DSC engineers. While DSC engineers have checked the Q&A content for accuracy, the Q&A Technical Notes don’t have the editing and organization of other Technical Notes. The Q&A function is to get new technical information and updates to you quickly, saving the polish for when the information migrates into reference manuals.
CD-ROMNotes AMUG CD:Files:MacTechNotes:Devices:CD-ROM Notes (Most Excellen.cpt CD-ROM Notes (Most Excellen.cpt 0 9K 6/22/93 CD-ROM Notes - This Technical Note discusses issues concerning the use of the AppleCD SC drive, the Apple CD-ROM device driver, and the Foreign File Access software extension.
CD-ROMDriver AMUG CD:Files:MacTechNotes:Devices:CD-ROM Driver Calls.cpt CD-ROM Driver Calls.cpt 0 26K 6/22/93 CD-ROM Driver Calls - This Technical Note discusses the public interface to the Apple CD-ROM driver, which currently supports the AppleCD SC, AppleCD SC Plus/AppleCD 150, and the AppleCD 300. This information supercedes the "Macintosh CD-ROM Device Driver" chapter of AppleCD SC Developer's guide available through APDA. If you're writing special purpose application software that needs to access the audio or data portions of a CD-ROM directly, this note will be of interest to you.
TidBITS180 AMUG CD:Files:MUG News:TidBITS:176-200:TidBITS#180/14-Jun-93.etx.cpt TidBITS#180/14-Jun-93.etx.cpt 6/14/93 0 14K 6/17/93 TidBITS#180/14-Jun-93 - Matt Neuburg's investigation into Inspiration 4.0 and other outliners anchors this issue, aided by Mark Anbinder's article on the Newton and some competition from EO. We also have bits about the Color Classic, one possible punishment for deterring computer crime, the correct pin-outs for the standard hardware handshaking cable, and look at a new Apple rebate program that will be popular with users but potentially a problem for some dealers.Topics - MailBITS/14-Jun-93, Waiting for Newton, Rebate Sparks Controversy, Inspiration 4.0: Outliners and Me Reviews/14-Jun-93
TwelfthNight AMUG CD:Files:Education:Shakespeare:Twelfth Night v.1.0.cpt Twelfth Night v.1.0.cpt 1.0 0 81K 6/17/93 Twelfth Night v.1.0 - This is a Hypercard version of the Twelfth Night by William Shakespeare.
TimesTables AMUG CD:Files:Education:T-Z:TimesTables1.cpt TimesTables1.cpt 1 0 20K 6/17/93 TimesTables1 - Times Tables is a great program for drilling with multiplication facts. This program presents a problem, and you type in the answer. The number attempted as well as the percent correctly answered are displayed. The user can choose to practice with numbers from 1 to 6, 1 to 12, or 6 to 12.
Rich'sMisc AMUG CD:Files:Util:Icons:Rich's Misc. Icons.cpt Rich's Misc. Icons.cpt 0 110K 6/17/93 Rich's Misc. Icons - This folder contains over 80 nifty icons ranging from application icons to trash icons, to strange things. These icons have all been copied from resedit and pasted onto empty folders. To copy these icons onto your own applications, files, hard drives or folders, select the icon you want, choose get info, select the icon, choose copy, then do a get info on where you want the new icon to go, then paste. The icons are all also in one resedit document.
Rich'sCool AMUG CD:Files:Util:Textures:Rich's Cool ppats2.cpt Rich's Cool ppats2.cpt 0 39K 6/17/93 Rich's Cool ppats2 - Here are some nice ppats which can be used with Desktop Textures to install beautiful ppats on your desktop. This collection includes around 50 patterns with nice designs.
Rich'sBIG AMUG CD:Files:Util:Textures:Rich's BIG ppats.cpt Rich's BIG ppats.cpt 0 102K 6/17/93 Rich's BIG ppats - Here are some nice ppats which can be used with Desktop Textures to install beautiful ppats on your desktop. The patterns include skulls, designs, the author, cartoons, and women.
Planets0.1a AMUG CD:Files:Education:O-P:Planets0.1a.cpt Planets0.1a.cpt 0.1a 0 26K 6/17/93 Planets0.1a - Planets is intended to give some useful information, and basic definitions for students endeavoring to understand some of the makeup of our solar system. Definitions are givenfor A.V., Perihelion, Aphelion, Surface Gravity and Escape Velocity. Values for these are then given for each of the planets.
Art 11/13 AMUG CD:Files:Art:A:Art-11-13-91.cpt Art-11-13-91.cpt 11/13/91 0 115K 6/17/93 Art-11-13-91 - This is a stand alone application which shows eight pictures in each category of animals, machinery, symbols, and others. All of the pictures can be printed. Pictures can also be copied and pasted into other programs.
AntiTimes AMUG CD:Files:Education:A:Anti-Times-Table1.cpt Anti-Times-Table1.cpt 1 0 20K 6/17/93 Anti-Times-Table1 - Anti Times Table is a program to drill children in their multiplication facts. The questions are all in the form 5 x what = 10. The child can choose to use problems with numbers ranging from 1 to 6, 1 to 12, or 6 to 12. Also check out the program called Times Tables (where the child fills in the answer), by the same author.
AirPlane1 AMUG CD:Files:Art:A:AirPlane1.cpt AirPlane1.cpt 1 0 47K 6/17/93 AirPlane1 - This is a stand alone application which shows pictures of eight types each of helicopters and airplanes. Front view, side view and top view are given, as well as information on where the model was built, it's purpose, weight, speed, and year built.
Adder1.01 AMUG CD:Files:Education:A:Adder1.01.cpt Adder1.01.cpt 1.01 0 19K 6/17/93 Adder1.01 - This is a drilling application to teach children addition. It's purpose is to drill, not entertain. The user can choose to add together one, two or three digit problems. The total number of problems attempted, as well as the percent of correct answers is shown.
ADHotDogSkul AMUG CD:Files:Util:After Dark:AD HotDogSkulls.cpt AD HotDogSkulls.cpt 0 19K 6/17/93 AD HotDogSkulls - This is an After Dark module where skulls and hot dots fly across the screen. (Skulls and hotdogs?)
ADFlyingRich AMUG CD:Files:Util:After Dark:AD Flying Riches.cpt AD Flying Riches.cpt 0 12K 6/17/93 AD Flying Riches - This is a new After Dark screen saver module. In this module, a person's head with wings flys through the screen, with some occasional green sneakers passing by.
36GeetarLick AMUG CD:Files:Hyper:A-An:36 GeetarLicks DEMO.cpt 36 GeetarLicks DEMO.cpt 0 111K 6/17/93 36 GeetarLicks DEMO - 36 GeetarLicks DEMO - This Hypercard stack is a functional demo (version 2.1, new & improved!) of "36 GeetarLicks", designed to teach you how to play nifty country-western, bluegrass and fingerpicking guitar licks. Each lick includes a digitized professional performance (for your ears) and the lick animated on screen note for note (for your eyes and fingers.) Phrases within each lick can be examined as well, allowing you to click through each note, learning at your own mental download speed. This demo contains a sample from 3 families of licks, The Telemasters, The Philsons and the Lowenders.
128x128ppats AMUG CD:Files:Util:Textures:128x128 ppats How-To 128x128 ppats How-To 0 4K 6/17/93 128x128 ppats How-To - ResEdit can only edit desktop patterns, or "ppat"s, up to 64 x 64 pixels in size. Here's a way I used to create my own 128 x 128 pixel patterns, and convert all of those freeware Wallpaper format desktop patterns!
SpaceMadness AMUG CD:Files:Game:S:Space Madness 1.0.4 Demo.cpt Space Madness 1.0.4 Demo.cpt 1.04 0 542K 6/16/93 Space Madness 1.0.4 Demo - This is a playable demonstration version of the commercial action/arcade game Space Madness, in which you defend the galaxy against an evil alien invasion force (in beautiful color). Play is similar to Lunatic Fringe or an Asteroids game, but much more complex. Suggested retail price is $49.95, but you can get it directly from High Risk Ventures for the special introductory price of $35. Requires a 68020 based Mac with 256 colors (8 bit).
SoundStudio1 AMUG CD:Files:Music:So-Sz:SoundStudio1.3.4.cpt SoundStudio1.3.4.cpt 1.34 0 64K 6/16/93 SoundStudio1.3.4 - SoundStudio is the beginning of a rich upcoming Sound Editor. Version 1.34 is a $5.00 Shareware version that records through the Mac's sound ports. It can record in the 3 standard quality levels (22Khz, 3-1 and 6-1 Compression). Those who register SoundStudio will be eligible for free future upgrades as the features are added. Expected new features include - CD control, sound mixing, multi-track editing and mixing, sound editing window, sound conversion of popular formats, sound conversion for Windows WAV files, stereo recording, interactive CD sampling and more.
QuickTime1.6 AMUG CD:Files:QuickTime:Q-R:QuickTime 1.6 Tech Note.cpt QuickTime 1.6 Tech Note.cpt 0 49K 6/16/93 QuickTime 1.6 Tech Note - This note is a technical discussion of the changes between QuickTime 1.5 and QuickTime 1.6. QuickTime 1.6 introduces some new features, and is more reliable than other QuickTime versions. The note also discusses the new features of QuickTime 1.6's Component Manager. Topics include how to access QuickTime 1.6 Features and Component Manager 3.0 Features, and QuickTime 1.6's bug fixes.
PeriodicTabl AMUG CD:Files:Education:O-P:Periodic Table 2.0.cpt Periodic Table 2.0.cpt 2.0 0 87K 6/16/93 Periodic Table 2.0 - This is a HyperCard application which is full of information on the Periodic Table. Clicking on any element on the Periodic Table brings up information such as - symbol, atomic number, atomic weight, family, specific gravity, electrol orbital configuration, electronegativity, covalent radii, ionic radii, valence, who discovered the element and when. Great for chemistry students.
TtroMaker1.1 AMUG CD:Files:Util:Tf-Tz:Ttro Maker 1.1.cpt Ttro Maker 1.1.cpt 1.1 0 6K 6/15/93 Ttro Maker 1.1 - One in a family of programmer's tools. This is a 'Drag and Drop' Application that changes any TeachText file dropped onto it, toggling the file between Read / Write and Read Only. It can also change any Brand X Text file to a TeachText File. If you write any documentation with TeachText then it would be nice to know that it will get to the User unaltered, one way is to change the File Type used by the Finder from 'TEXT' to 'ttro', this is usually done with ResEdit, but now you can do it with this Application, Holding the option key down while dragging any other TEXT file onto this application will change it's Creator type to TeachText.
Slicedbread AMUG CD:Files:Word:S-Sp:Sliced bread ƒ.cpt Sliced bread ƒ.cpt 0 14K 6/15/93 Sliced bread - This is a text file which looks at replacing the mouse on Non-ADB Macs (128k - Plus) and other Computers. The first part covers an electronic circuit to emulate a mouse and a second section looks at a couple of other devices and ideas.
Perth194.cpt AMUG CD:Files:Music:N-P:Perth 194.cpt Perth 194.cpt 194 0 115K 6/15/93 Perth 194 - Drop this into the system folder and restart. Every half hour a voice will announce the time, in best Telephone fashion. If you hold the mouse down during this time this Application will terminate, this will be signalled by a system beep and the word 'precisely'. The chime will not start while you are completing another Task - dragging, selecting, etc.
PeekaBoo1.01 AMUG CD:Files:Prog:N-P:Peek a Boo 1.01.cpt Peek a Boo 1.01.cpt 1.01 0 13K 6/15/93 Peek a Boo 1.01 - Part of a family of programmer's tools. This is a 'Drag and Drop' Application that lists the Flags and Details, used by the Finder, of any file dropped onto them. The Type and Creator codes are useful and so is the condition of some of the other flags etc.
Mandrake1.1 AMUG CD:Files:Prog:M:Mandrake 1.1.cpt Mandrake 1.1.cpt 1.1 0 5K 6/15/93 Mandrake 1.1 - Another in a family of programmer's tools. This is a 'Drag and Drop' Application that changes the 'Visible' flag in any file selected or in any file dropped onto it. Use it to hunt down Disk filling Temp Files etc, or hide a project from roaming eyes.
HyperPaint AMUG CD:Files:Hyper:Hyperj-Hz:HyperPaint1.11b.cpt HyperPaint1.11b.cpt 1.11b 0 34K 6/15/93 HyperPaint1.11b - HyperPaint is a simple bit of scripting to utilize the Paint tools in HyperCard as a Paint Application. Now Includes a short-cut to the Icon Editor. HyperPaint offers more than MacPaint in many areas. You can Distort Text, create new cards and have clip art 'on-line', but you can explore the menus to find out more. Double clicking the Tools window offers many short-cuts, similar to MacPaint.
HomePlanner AMUG CD:Files:Art:H:HomePlanner1.1.cpt HomePlanner1.1.cpt 1.1 0 22K 6/15/93 HomePlanner1.1 - Home planner is an application that does a simple job. It enabled our family to draw up the layout of our ideas of a house. You select a piece from a menu and drop it into a square. This application was inspired by a building company that builds it's houses using a 900mm square grid. So this app was handy.
FreddySpeak AMUG CD:Files:Music:F-G:Freddy Speak Pack.cpt Freddy Speak Pack.cpt 0 34K 6/15/93 Freddy Speak Pack - Freddy Speak offers a way of Speaking text files or alerts without complex applications. This is a 'Drag and Drop' Application that reads the text, using Macintalk, of any file dropped onto it or open by it. Works with System 6 or 7. Included in this pack is Freddy Speak, ClipSpeaker, The Reader and Freddy Maker. For System 7, use MacInTalk 2.0
FleaCircus AMUG CD:Files:Game:F-G:FleaCircus_III.cpt FleaCircus_III.cpt III 0 12K 6/15/93 FleaCircus_III - This is a cute little application with a very tiny flea jumping around. The flea will walk a tightrope, jump some buses, perform the high dive and a few more. This program will make anyone laugh!
EMeterI/II AMUG CD:Files:Util:E:E Meter I/II.cpt E Meter I/II.cpt 0 23K 6/15/93 E Meter I/II - A Quick and Dirty way of viewing System activity. These apps increment a counter every time they are allowed to go through their event loop, if they are in the background then they must rely on the active application to pass spare time onto other applications running under Multifinder or system 7+. The readings shown by each application differ for a few reasons, the main reason is the complexity of each app's display.
Chutes1.4 AMUG CD:Files:Game:C:Chutes 1.4.cpt Chutes 1.4.cpt 1.4 0 38K 6/15/93 Chutes 1.4 - Chutes is an amusement for people who like to doodle, or kids that wish to annoy their parents. The object of the program is to allow you to construct a pipeline and watch as a ball makes it's way through the maze. Do not place pipes into the first column as there is a bug that the author is working on. The ball will cross underneath straight sections of pipe. Running one pipe into another can result in loops, this may be good or this may be bad.
ChargeTimer AMUG CD:Files:System7 tools:Powerbook:ChargeTimer Pack.cpt ChargeTimer Pack.cpt 0 65K 6/15/93 ChargeTimer Pack - ChargeTimer is an application for use with Powerbooks (system 7 is required) The application shows battery useage, CPU speed, battery voltage, and battery time remaining. Another feature of Charge Time is the ability to save the battery voltage and time as a TEXT file. This file can be used in spreadsheets to graph voltage and time, to test battery performance. The sampling is once per minute and each line is just, the Time, a TAB, Voltage, and a return. ChargeTimer 1.2, ChargeTimer Deluxe 1.1, and ChargeTimer Lite 1.0 are included in this pack.
TransferNoti AMUG CD:Files:System7 tools:T:TransferNotice.cpt TransferNotice.cpt 0 13K 6/15/93 TransferNotice 1.01 - Transfer Notice is a small application that was made for the benefit of those who have their Macintosh installed on a network. The aim of this utility is to provide an Alert to the local user as soon as any new item is dropped into a folder being shared over the network. This version requires System 7.
VirusReferen AMUG CD:Files:Util:U-V:Virus Reference 2.1.1.cpt Virus Reference 2.1.1.cpt 2.11 0 45K 6/15/93 Virus Reference 2.1.1 - Virus Reference is an online HyperCard database of Macintosh viruses and trojan horses. Includes search capabilities, and detailed descriptions of symptoms. This update includes information on the recently discovered INIT-M virus (4/22/93).
StandingWoma AMUG CD:Files:Art:SCAD:Standing Woman.cpt Standing Woman.cpt 0 219K 6/15/93 Standing Woman - This is an EPS drawing of a grayish, 3D-ish woman standing. This artwork was provided by Jim Alley, from SCAD, the Savannah College of Art and Design.
SharedBackup AMUG CD:Files:Tele:Hermes:Shared Backup 2.2.cpt Shared Backup 2.2.cpt 2.2 0 19K 6/15/93 Shared Backup 2.2 - Shared Backup is a backup scheme designed for Hermes. With Shared Backup, you can do automatic backups of the Hermes Shared file, message files, directory description files, G-Files and daily Logs. It will do backups to a location of your choice on a nightly basis or do a manual backup at any time from the externals menu. This is a DEMO of the external and will only run for about two days. If you would like to use it longer than that please register it.
Reportr2.2 AMUG CD:Files:Tele:Hermes:Reportr 2.2.cpt Reportr 2.2.cpt 2.2 0 22K 6/15/93 Reportr 2.2 - Report'r creates various reports useful to the Hermes Sysop. Three separate reports can be created about your callers - Security, Personal and Online Activity. System setting reports can also be created for Security Level Settings, Message Sub Settings and File Section Settings.
RenameRes1.1 AMUG CD:Files:Hyper:Q-R:RenameRes 1.1 XFCN.cpt RenameRes 1.1 XFCN.cpt 1.1 0 19K 6/15/93 RenameRes 1.1 XFCN - This external function (XFCN) allows you to rename any type of resource in any file from within HyperCard. This update fixes bugs which caused some system errors. Naturally, you should not attempt to rename resources in the System file or files used by the System.
RECY4Money AMUG CD:Files:Word:Q-R:RECY4Money.cpt RECY4Money.cpt 0 10K 6/15/93 RECY4Money - This is a text document which gives details on how to make money by recycling laser cartridges. Detailed explanations are given for refilling many types of cartridges, including those for ths SX(EPS) Engine, LX(EPL) Engine, and for IBM 4019 Engine.
QuickTime1.6 AMUG CD:Files:QuickTime:T-Z:QuickTime 1.6.cpt QuickTime 1.6.cpt 1.6 0 643K 6/15/93 QuickTime 1.6 - The QuickTime system software extension adds capabilities that let your application programs integrate graphics, sound, video, and animation into documents. By providing a standard way for all Macintosh programs to control these multimedia elements, QuickTime makes them easier to use. Included in this package is the new Scrapbook, which allows you to cut, copy, paste, and play QuickTime movies. Larger images will also shrink to fit so that you can see the entire image in the Scrapbook window. This Scrapbook is otherwise identical to the standard Macintosh Scrapbook.
QuickInitial AMUG CD:Files:Util:Q:Quick Initialization 4.12.cpt Quick Initialization 4.12.cpt 4.12 0 10K 6/15/93 Quick Initialization 4.12 - A user friendly disk initialization program which has several options for formatting, plus an error checker. Three types of formatting are VFE Formatting which formats, verifys, then gives the disk a file tree, FE Formatting which formats, then gives it a file tree (no verification), and E Formatting which just gives the disk a file tree. E Formatting can be used on previously used disks which you don't feel like trashing the contents of manually.
QTCheckXFCN AMUG CD:Files:Hyper:Q-R:QTCheck XFCN 1.0.cpt QTCheck XFCN 1.0.cpt 1.0 0 24K 6/15/93 QTCheck XFCN 1.0 - QTCheck is an external function for HyperCard that allows you to test if QuickTime is installed. This function can be very useful if you are using QuickTime specific externals or functions. Requires at least HyperCard 2.0v2.
Net1.0.cpt AMUG CD:Files:Tele:Hermes:Net 1.0.cpt Net 1.0.cpt 1.0 0 4K 6/15/93 Net 1.0 - To use this Hermes external, Drop Net and Net Files into the Externals folder, Start up Hermes and type //NET at the main menu, Edit the file which is displayed (it is in the Net Files folder) to say what you want. If you don't want Net to show up on the externals menu, set the security level to above 255. It will still be usable from the main menu.
NBC AMUG CD:Files:Word:N:NBC NBC 0 5K 6/15/93 NBC - This is a text file. The NBC Peacock, one of the most identifiable logos in the world, is being brought to life through :04 second Peacock ID's. Taking advantage of technologies available, the Peacock will now live, breathe and burst through the screen. Fun and creativity should be the inspiration in developing of all Peacock ID's. NBC is extremely excited to have :04 second Peacock ID's submitted by Apple Multimedia Program members and AppleLink users. NBC will pay $1,000 for every ID that is used on air. Deadline for submission is August 1, 1993.
NavMovie AMUG CD:Files:QuickTime:N-O:NavMovie1.0.1.cpt NavMovie1.0.1.cpt 1.01 0 470K 6/15/93 NavMovie1.0.1 - A Navigable Movie is a QuickTime movie that offers a user-controllable view of an object or environment from a fixed point in space. A user is able to control the view of such a movie by click-dragging the mouse in the movie’s window; when viewing Navigable Movies of environments in this way, the experience is that of peering around the space, moving one’s head horizontally and/or vertically. The Navigable Movie Toolkit is a HyperCard stack designed to assist in making Navigable Movies of environments, using a specially configured set of off-the-shelf hardware and software.
Mozart1.1 AMUG CD:Files:Hyper:Me-Mz:Mozart 1.1.cpt Mozart 1.1.cpt 1.1 0 389K 6/15/93 Mozart 1.1 - This is an online HyperCard database which is based on the catalog compiled by Ludwig von Köchel in 1862. This database lists every work by Mozart with information on when and, if available, where the work was composed.
MouseTechniq AMUG CD:Files:Hyper:Me-Mz:Mouse Technique 2.0.cpt Mouse Technique 2.0.cpt 2.0 0 222K 6/15/93 Mouse Technique 2.0 - Mouse Technique is an adult oriented (because of the amount of text to read) HyperCard based mouse training program. It enables users who are new to the Macintosh or a mouse based computer to practice mouse skills which are essential in order to operate a GUI (Graphical User Interface) based computer. It lets the user practice pointing, clicking and dragging. Mouse Technique requires HyperCard 2.1 or greater and a minimum of 2Mb of memory.
MedicalData AMUG CD:Files:Bus:M:Medical Database.CW2.cpt Medical Database.CW2.cpt 0 155K 6/15/93 Medical Database.CW2 - Medical Database For the Mac is a ClarisWorks 2 database containing several categories of items related to medical or health uses of the Macintosh. The categories are listed in the first record, and searches can also be done on keywords listed in the information section of the records.
MacNote10 AMUG CD:Files:Music:M:MacNote10.cpt MacNote10.cpt 10 0 7K 6/15/93 MacNote10 - This is a 'Drag and Drop' Application that either records a message as an Audio Data file or it plays any AIFF/AIFF-C file selected or dropped onto it. Works with the System 7 Sound manager, and may also work on sys 6.0.7+. This program may form the base of MacAnswer program, a Macintosh telephone answering machine.
LogIn2.1.1 AMUG CD:Files:Util:L:LogIn 2.1.1.cpt LogIn 2.1.1.cpt 2.11 0 26K 6/15/93 LogIn 2.1.1 - LogIn is a basic security protection program which keeps a record of all login attempts (from startup), valid and invalid, and records their time and date. This makes it easy to track who is using your computer, and who is playing games when they should be elsewhere!. This program will keep the novice user from getting on your computer. Read the documents before installing.
Kill em all AMUG CD:Files:System7 tools:J-K:Kill 'em all!.cpt Kill 'em all!.cpt 0 4K 6/15/93 Kill'em all! - Kill'em all is an external written for use with OtherMenu which is a really cool utility written by James Walker. This is a great program for people with lots of memorywho tend to close files after looking at them rather than quiting the applications. After a few hours, there may be a ridiculous amount of open application. Want an easy way to quit them without going into each one? Just use Kill'em all, and quit them all at once!
HyperRecord AMUG CD:Files:Hyper:Hyperj-Hz:HyperRecord 1.2.cpt HyperRecord 1.2.cpt 1.2 0 27K 6/15/93 HyperRecord 1.2 - HyperRecord is a sound recording utility which creates system 7 sounds. Recording can be made as Good, Better or Best. Requires HyperCard 2.1, with around 2 megs of memory allocation, System 7, and a Mac with a microphone.
HyperMoviePl AMUG CD:Files:QuickTime:H:HyperMovie Player 3.5 Demo.cpt HyperMovie Player 3.5 Demo.cpt 3.5 Demo 0 196K 6/15/93 HyperMovie Player 3.5 Demo - HyperMovie Player is a Hypercard based QuickTime movie player with VCR style controls, the ability to loop, mute, copy frames, pick the window type, choose the volume, and other features. Requires HyperCard 2.1 or greater, System 7.x and Quicktime 1.x, and a 68020 based Mac or higher. If the $10 shareware is paid, a fully functional working version will be sent.
HideHermes AMUG CD:Files:Tele:Hermes:Hide Hermes 2.2.cpt Hide Hermes 2.2.cpt 2.2 0 14K 6/15/93 Hide Hermes 2.2 - Hide Hermes is a screen saver designed especially for the Hermes BBS. It is an external so it actually runs inside of Hermes. It can be configured to blank the screen, draw lines when no one is online or display the name, node and current board action of those online.
HermesToolbo AMUG CD:Files:Tele:Hermes:Hermes Toolbox 0.8.cpt Hermes Toolbox 0.8.cpt 0.8 0 21K 6/15/93 Hermes Toolbox 0.8 - Hermes Toolbox is a THINK Pascal library of procedures and functions which are designed to be used in Hermes externals. They range from simple string manipulation functions to procedures for deleting users and copying files. The number of functions is quite large now but will increase if there is sufficient interest. Using the library is very simple. All you have to do is add the library and its interface file to your THINK project and the you can call the functions in the library just like those in the Hermes Headers or any other unit.
H/UX1.1.1 AMUG CD:Files:Tele:Hermes:H/UX 1.1.1.cpt H/UX 1.1.1.cpt 1.11 0 26K 6/15/93 H/UX 1.1.1 - This a Hermes external which attempts to mimic many of the commands that are available with UNIX or DOS systems. Once installed it will allow the sysop (or any user with appropriate access) to use Hermes from remote to list, rename, move or delete files, create or delete folders and read text files on any mounted volume. Additionally, it makes it possible to restart or shutdown the computer remotely. To use it simply drag it and the folder "A/UX Files" into the externals folder and restart Hermes.
FixShared2.2 AMUG CD:Files:Tele:Hermes:Fix Shared 2.2.cpt Fix Shared 2.2.cpt 2.2 0 8K 6/15/93 Fix Shared 2.2.cpt - Have you ever had a damaged Hermes Shared file (garbled names of the HTxt resources, etc. that you could not delete or replace)? Have you ever had to restore a backup of the Hermes Shared and find out that your user data is two weeks old? The Hermes Shared file becomes damaged in its resource fork. This is where all of the menus, logon, logoff, etc. files are stored. When Hermes BBS crashes for one reason or the other, the Hermes Shared file is not closed properly and, sooner or later, the resource fork becomes damaged. Fix Shared allows you to capture all of your current user data records and place them in an undamaged Hermes Shared file.
Finger2.2 AMUG CD:Files:Tele:Hermes:Finger 2.2.cpt Finger 2.2.cpt 2.2 0 7K 6/15/93 Finger 2.2 - Finger is just like the UNIX program. It lets users look up information about other users by typing //FINGER. Finger includes only a user external. To use it simply drag it and the folder named 'Finger Files' into the externals folder and restart Hermes. Finger has few options. Anyone marked as a sysop can register it by choosing the external from the externals menu. If you want to limit who can use it, you can use SetHRMS to limit access by security level or restriction code. Until registered, only user number 1 can be fingered.
FilesOnline AMUG CD:Files:Tele:Hermes:Files Online 2.1b.cpt Files Online 2.1b.cpt 2.1b 0 24K 6/15/93 Files Online 2.1b - Files Online is a Hermes External that will make a list of the files currently on your BBS. Unlike a disk catalog program it will only include those files uploaded onto Hermes. Also unlike a disk catalog program it will include the file descriptions that you worked so hard to include on all those files. It will also optionally compress the list automatically once it is finished.
ExamBuilderD AMUG CD:Files:Education:E:Exam Builder Demo 2.12.cpt Exam Builder Demo 2.12.cpt 2.12 Demo 0 326K 6/15/93 Exam Builder Demo 2.12 - Exam Builder Demo is a HyperCard stack which creates True/False exams and Multiple choice exams. The exam can be printed, exported as text files, made into interactive stacks and many more features. This demo version limits the user to asking five questions, and limits some of the printing features.
Endr2.2.cpt AMUG CD:Files:Tele:Hermes:Endr 2.2.cpt Endr 2.2.cpt 2.2 0 22K 6/15/93 Endr 2.2 - End'r is a Hermes external which displays a report to the caller at log-off. This report contains information about the number of times the caller has called your system, number of minutes on, number of uploads, number of downloads, and number of e-mail and public messages posted. End'r displays the date of the caller's first call to your BBS.
DialogDispla AMUG CD:Files:Hyper:D:DialogDisplay XFCN 1.0.cpt DialogDisplay XFCN 1.0.cpt 1.0 0 24K 6/15/93 DialogDisplay XFCN 1.0 - DialogDisplay is an external function for HyperCard. It allows you to display a dialog window which you have created and installed into a stack using ResEdit. This program requires at least System 7, and HyperCard 2.0v2.
DeleteAccoun AMUG CD:Files:Tele:Hermes:Delete Account 1.0 Delete Account 1.0 1.0 0 5K 6/15/93 Delete Account 1.0 - Delete Account is a Hermes External that gives users the option of deleting their own account. It should help keep the inactive accounts down. To use it simply drag it into the externals folder and restart Hermes.
DateCheck AMUG CD:Files:Hyper:D:DateCheck XFCN 1.0.cpt DateCheck XFCN 1.0.cpt 1.0 0 24K 6/15/93 DateCheck XFCN 1.0 - DateCheck is an external function for HyperCard that allows you to test if a specified date has passed. Requires at least HyperCard 2.0v2.
CTUpdates AMUG CD:Files:Tele:Hermes:CT Updates.cpt CT Updates.cpt 0 13K 6/15/93 CT Updates - Five popular externals for the Hermes BBS have been upgraded. There have been major changes in the functionality of the most stable externals available for Hermes. This document contains information about the changes and obtaining the upgrades. The externals discussed are - UserManage’r v2.1, List’r v2.1, Log’r II v2.1, BullRead’r v2.1 and Validity v2.1.
CleanHouse AMUG CD:Files:Tele:Hermes:Clean House 1.0.2.cpt Clean House 1.0.2.cpt 1.02 0 5K 6/15/93 Clean House 1.0.2 - This is the latest version of the CleanHouse for Hermes. It will auto-delete users who don't call back for long periods of time. This external will save sysops a lot of trouble, and will auto delete users after certain amount of days. You set the days!
BunchaDates AMUG CD:Files:Bus:B:Buncha Dates1.0.1.cpt Buncha Dates1.0.1.cpt 1.01 0 13K 6/15/93 Buncha Dates1.0.1 - An application that generates a simple calendar based on a given date, from the year 1500 to the year 2000 and a bit. It also gives the Julian Day number for the given date and vice versa. This application shows a 50% reduction, on the screen, of what will come out on paper. This application prints three Page formats - a Month, a Day or a Year, based on the given date.
BBIB-HRMS AMUG CD:Files:Tele:Hermes:BBIB-->HRMS 3.0.cpt BBIB-->HRMS 3.0.cpt 3.0 0 20K 6/15/93 BBIB-->HRMS 3.0 - BBIB to HRMS is a utility to convert the Second Site BBS file directories found on AMUGs "BBS in a Box" into a form suitable for use with the Hermes BBS. If you've used it before please see the 'Changes since version 2.0' file, since quite a bit has changed.
AutoReboot AMUG CD:Files:Tele:Hermes:Auto Reboot 1.1.cpt Auto Reboot 1.1.cpt 1.1 0 13K 6/15/93 Auto Reboot 1.1 - Auto Reboot is a means of automatically quiting Hermes, rebooting your machine or shutting down the power on your Macintosh at a predetermined time. There are several reasons you might want to do this. The reboot option is good for cleaning up memory that Hermes, Hermes externals or other programs might have screwed up. Shutting down might appeal to you if you only run the board for a set period and would like your computer to turn off after that time. Quitting Hermes might be nice for a similar reason if you need the memory for something else to run.
YOAP.cpt AMUG CD:Files:Bus:T-Z:YOAP.cpt YOAP.cpt 0 6K 6/15/93 YOAP - Year on a Page - This is a very small application which will print the year on a single piece of paper, all the user has to do is specify the year. This program is handy for quickly looking up dates, keeping track of sick leave, vacation days, etc.
Wait!1.0.cpt AMUG CD:Files:System7 tools:U-Z:Wait!1.0.cpt Wait!1.0.cpt 1.0 0 19K 6/15/93 Wait!1.0 - Wait! provides you with a means of changing the Finder’s rename delay through a Control Panel, and without having to restart your machine. The rename delay is the amount of time the Finder waits after you have clicked on a file’s name before allowing you to edit it. This control panel requires System 7.
VirusBlockad AMUG CD:Files:Util:U-V:VirusBlockade II 2.06Demo.cpt VirusBlockade II 2.06Demo.cpt 2.06 Demo 0 156K 6/15/93 VirusBlockade II 2.06Demo - The DEMO version lets you sample MOST of VirusBlockade II’s features and describes ALL of them. We have furnished the DEMO version so people can evaluate and investigate whether VirusBlockade II fits a majority of their anti-viral requirements. If, after you have investigated it, you find it does fit your needs, purchase the fully-operational version directly from Shulman Software Co. Know that all their software comes with a 30-day money back guarantee, no questions asked.
Verifile1.0 AMUG CD:Files:Util:U-V:Verifile 1.0.cpt Verifile 1.0.cpt 1.0 0 26K 6/15/93 Verifile 1.0 - Verifile is a small utility that calculates a checksum and a CRC32 on both the data and resource forks of any file that's dropped on it. This is useful if you want to compare two files that are not on the same machine without having to copy them over a network or modem connection. If the hexadecimal numbers displayed by Verifile match, chances are that the two files are equal.
Trapper1.04 AMUG CD:Files:Util:Tf-Tz:Trapper 1.04.cpt Trapper 1.04.cpt 1.04 0 19K 6/15/93 Trapper 1.04 - Trapper is a Control Panel/Extension combination that keeps track of ALL system routines (or "traps") by filtering the standard 680x0 trap dispatcher with a very compact counter routine. The Mac's speed won't be visibly affected (it'll be losing about 1 or 2 percent) and you'll be able to see ALL the system routines (even the undocumented ones) along with the number of times they have been called. Since this is a fairly large amount of data, it is stored into a text file for easy consultation and retrieval. For those who have ever wondered where their CPU processing power was going.
TinySaver2.2 AMUG CD:Files:System7 tools:T:Tiny Saver 2.2.cpt Tiny Saver 2.2.cpt 2.2 0 14K 6/15/93 Tiny Saver 2.2 - Tiny Saver is a very small screen saver. It does just what a screen saver is supposed to do and not much else. It is an application which only uses about 30k of RAM and 12k of disk space. This version is a 'background only application' so it only uses 12k of RAM when it is in not actually saving the screen. Being a background application, it will not show up in the application menu and won't always end up in your face when you quit other applications. It is a nifty blend of the features of a system extension with the reliability of an application.
Timer4.1.cpt AMUG CD:Files:System7 tools:T:Timer 4.1.cpt Timer 4.1.cpt 4.1 0 59K 6/15/93 Timer 4.1 - Timer is a stopwatch program which is relatively straightforward to use. Select “New Timer” from the File menu to create a new timer, and “Close Timer” to close the top (selected) timer. A maximum of four timers are available in version 4.1. The “Start” button resets the timer and begins counting up. The “Pause” button temporarily stops the timer, and the “Resume” button restarts a paused timer without resetting it. Also included is GraphMan, a program which makes your Mac look like its working hard, and Bragging Rights, a program which tells you all about the mac you are running.
TimeBook2.1s AMUG CD:Files:Bus:T-Z:TimeBook2.1s.cpt TimeBook2.1s.cpt 2.1s 0 102K 6/15/93 TimeBook2.1s - Until now, there has been no easy substitute for the manual time sheet. Most computer programs designed to help you keep your time sheet are simply cumbersome electronic calculators that still require you to enter most of your time information manually. TimeBook is different. TimeBook maintains a list of your clients, billing categories, jobs in progress, and comments. Four simple pop-up menus let you pick a job, punch-in, punch-out, pick a billing category, and enter comments as you work. With TimeBook, keeping an accurate time sheet is incredibly easy!
TimeTeacher AMUG CD:Files:Education:T-Z:Time Teacher1.1.3.cpt Time Teacher1.1.3.cpt 1.13 0 24K 6/15/93 Time Teacher1.1.3 - Time Teacher is a simple program which opens showing an analog clock with the hands pointing to various numbers. The user has four choices to pick to answer the question - What time is it? Correct answers receive a happy song, some beeps and a message, while wrong answers receive a sad song, beeps and a message. There are six difficulty levels which should provide plenty of practice!
TidBITS178 AMUG CD:Files:MUG News:TidBITS:176-200:TidBITS#178/31-May-93 TidBITS#178/31-May-93 178 0 15K 6/15/93 TidBITS#178/31-May-93 - Our three-part article on MIDI concludes this week, and the week also brings news of Apple dropping prices, information on how to solve weird QMS-PS 410 printing problems, a look at AppleCare Premium, and a review of ARA Commander, a client package for AppleTalk Remote Access which does a better job than Apple's software and has a feature even the author didn't know about.
SignofFour AMUG CD:Files:Word:S-Sp:Sign of Four.cpt Sign of Four.cpt 0 103K 6/15/93 Sign of Four - This is a complete ASCII text file of "The Sign of Four" by Sir Arthur Conan Doyle. It is a classic Sherlock Holmes Mystery.
ShutdownDela AMUG CD:Files:Util:Sd-Sm:Shutdown Delay 2.0.cpt Shutdown Delay 2.0.cpt 2.0 0 17K 6/15/93 Shutdown Delay 2.0 - What Shutdown Delay basically does is set up a dialog at Restart/Shutdown time which gives the user four choices - WAIT for the chosen command to be automatically completed after a while, CANCEL and smoothly return to the caller application, RESTART (you can always turn a Shutdown into a Restart), and SHUT DOWN (turn power off or safe-shutdown alert as usual). A fifth key-combination choice has been added for power users - FORCE QUIT attempts to return to the Finder (this can sometimes recover from system crashes if you get to the dialog after the restart button of the error alert). This is great for people who accidently choose Restart instead of Empty Trash!
Service2.1 AMUG CD:Files:Bus:S:Service 2.1.cpt Service 2.1.cpt 2.1 0 197K 6/15/93 Service 2.1 - This is a collection of beautifully created FileMaker Pro templates. This demo version allows limited access to each template. The included templates are - Client Core, Invoices, Journal, Navigator, PICT Library, QuickNumbers, Take Action and Text Library. There are too many features in each template to list. If you use FileMaker Pro, take a look at these templates!
SelectFile AMUG CD:Files:Hyper:Rinaldi:HC 1.2 only:SelectFile 1.1.cpt SelectFile 1.1.cpt 1.1 0 14K 6/15/93 SelectFile 1.1 - SelectFile provides a dialog allowing you to choose a file (SFGetFile). This program is not needed with HyperCard 2.0, which has this feature built in. This external is part of the Rinaldi Collection.
ScriptGen2.1 AMUG CD:Files:System7 tools:S:ScriptGen 2.11.cpt ScriptGen 2.11.cpt 2.1 0 389K 6/15/93 ScriptGen 2.11 - ScriptGen Pro is a simple and feature-rich Installer script generator. The point-and-click interface of ScriptGen Pro makes it the tool of choice for developers and network support personnel who want to use the industry standard for installing software, Apple’s “one-button” Installer. ScriptGen Pro can create powerful Installer scripts incorporating an Easy Install option, custom packages, resource installation, color graphics, compression, sound, splash screens, and fonts.
RobotArm.cpt AMUG CD:Files:Game:R:RobotArm.cpt RobotArm.cpt 0 8K 6/15/93 RobotArm - This is a cute little 16k application where you control a robot arm to move blocks around. After the program loads, type some letters. Then use the arrow keys to move the base and the mouse to move the arm. Clicking the mouse allows you to grab and move the blocks or a lever. It's fun to arrange the letters into little messages. To quit, you have to be skilled enough to reach the apple and pull downwards.
ResumeToFind AMUG CD:Files:Util:R:ResumeToFinder 2.0.cpt ResumeToFinder 2.0.cpt 2.0 0 9K 6/15/93 ResumeToFinder 2.0 - ResumeToFinder is a Control Panel/Extension that installs a simple resume procedure in applications that don't have one. When ResumeToFinder is installed, system error alerts (also known as "bombs") will always show a "Resume" button.ResumeToFinder is only useful in case of "minor" system bombs (the ones that don't freeze up your Mac completely). When you get a system error alert (a "bomb"), you can try to quit the application and return to the Finder by clicking in the "Resume" button. If the bomb isn't too bad, you might find yourself harmlessly back in the Finder (note that there's still no way to recover your work in the application that bombed if you didn't save it already.)
Quadra.cpt AMUG CD:Files:Music:Q-R:Quadra.cpt Quadra.cpt 0 33K 6/15/93 Quadra - The Quadra 900 has a new boot sound when you turn it on that is quite "majestic"! If $8500 seems a bit high to feel this experience, maybe this program I wrote will at least give you a taste of it. This is a System Extension (INIT), that will play the SAME sound the Quadra 900 makes when it boots up, on any Mac, with the added ability of being able to change the volume "on the fly" as the Mac goes through its boot sequence. If heard through an external speaker a very realistic sound quality is possible.
QCopy1.2.cpt AMUG CD:Files:Hyper:Rinaldi:HC 1.2 & 2.0:QCopy 1.2.cpt QCopy 1.2.cpt 1.2 0 11K 6/15/93 QCopy 1.2 - QCopy is the smallest resource copier (1508 bytes), specially designed to perform full installation of all included resources of a HyperCard stack. This is one of the many externals created by Frederic Rinaldi.
Promptoid1.5 AMUG CD:Files:Hyper:Rinaldi:HC 2.0 Only:Promptoid 1.5.cpt Promptoid 1.5.cpt 1.5 0 15K 6/15/93 Promptoid 1.5 - Promptoid is a HyperCard external command which allows you to display a prompt dialog during any lengthy process. The dialog's width is set according to the prompt string.
ProfessorX3 AMUG CD:Files:Hyper:P:Professor X 3.01.cpt Professor X 3.01.cpt 3.01 0 52K 6/15/93 Professor X 3.01 - Have you ever talked to your computer, has your computer ever talked back? Professor X simulates a very understanding, usually nonjudgemental, psychotherapist, with whom you can undergo cheap "therapy".
ProcessWatch AMUG CD:Files:System7 tools:P-Q:ProcessWatcher 2.0.cpt ProcessWatcher 2.0.cpt 2.0 0 49K 6/15/93 ProcessWatcher 2.0 - ProcessWatcher is intended to display the running processes on the Mac - local or remote machine, and optionally more information. System 7.0 or later is needed. ProcessWatcher displays information about programs which are open. The information includes - serial number, type, signature, mode, location, size, free memory, launcher PSN, launch date, as well as a check list of - uses textedit services, stationery aware, local and remote high level events, 32 bit compatible, only background, can background, does activate on foreground switch, multilaunch and more! What else do you need to know?
PrintPICT AMUG CD:Files:Hyper:Rinaldi:Hc 1.2 & 2.0:PrintPICTList 1.2.cpt PrintPICTList 1.2.cpt 1.2 0 27K 6/15/93 PrintPICTList 1.2 - PrintPICTList allows you to print a list of PICT files or resources in one printing session. This is a HyperCard external commmand function. This is one of the many externals created by Frederic Rinaldi.
PrintPICT1.4 AMUG CD:Files:Hyper:Rinaldi:Hc 1.2 & 2.0:PrintPICT 1.4 .cpt PrintPICT 1.4 .cpt 1.4 0 17K 6/15/93 PrintPICT 1.4 - PrintPICT prints a PICT file, resource or the clipboard contents with a prompt if desired. This is one of many externals created by Frederic Rinaldi.
PowerClicks AMUG CD:Files:Util:Pm-Pz:PowerClicks 1.02.cpt PowerClicks 1.02.cpt 1.02 0 11K 6/15/93 PowerClicks 1.02 - PowerClicks is a useful Control Panel which enables any Macintosh to - Make a key combination act just like the mouse button, make a different key combination toggle the mouse button on and off, disable the "real" mouse button (in case it's broken) and assign graphical effects to mouse clicks. PowerClick is useful if you have to use your PowerBook in a very silent environment, where even a trackball click can be extremely loud. Since the keyboard is a lot more quiet than the trackball button, you'll be able to use your trackball while other people are reading or even sleeping.
PinkSlip.cpt AMUG CD:Files:System7 tools:P-Q:Pink Slip.cpt Pink Slip.cpt 1.0 0 19K 6/15/93 Pink Slip - Pink Slip is a control panel which allows you to add a Quit menu item to the Finder for use in those memory-intense situations. You can also remove PinkSlip easily if you get tired of it. Pink Slip also provides a means of quitting the Finder without modifying anything, which can be done by opening the control panel, whether installed or not, and picking the Quit Now button. When you quit the applications you were running, the finder comes back, but not until then!
PictToClip AMUG CD:Files:Hyper:Rinaldi:HC 2.0 Only:PictToClip 1.4.cpt PictToClip 1.4.cpt 1.4 0 19K 6/15/93 PictToClip 1.4 - Transfers a PICT, JFIF or MooV file, or PICT resource to the Clipboard. This is one of many HyperCard externals created by Frederic Rinaldi.
PCShift.cpt AMUG CD:Files:Util:P-Pl:PC Shift.cpt PC Shift.cpt 0 5K 6/15/93 PC Shift - PC Shift is an INIT type program which will allow a Macintosh computer's shift key to behave like that of an IBM PC -- when the shift key is depressed it will directly alter a characters case dependent upon the state of the Caps Lock key. For example - the Caps Lock key is down, and you're typing in all upper case letters. You need a lower case letter, but instead of toggling the Caps Lock key, like the Macintosh System Software dictates, simply depress the Shift key, and you will get a lower case letter -- just like a PC! (Aren't PC's great)
MortgageQual AMUG CD:Files:Bus:M:Mortgage Qualify.cpt Mortgage Qualify.cpt 0 8K 6/15/93 Mortgage Qualify - The most Detailed mortgage database on the market today. Recommended for real estate agents or those who are interested in real estate processes. This database is in Microsoft Excel format.
Moire4.01 AMUG CD:Files:Util:Md-Mz:Moire 4.01.cpt Moire 4.01.cpt 4.01 0 28K 6/15/93 Moire 4.01 - Moire is a simple screen saver which draws patterns on your screen as it saves it from "burn in". Moire lets you set the length, shape, speed and color of the design, allows a clock to be shown, allows the user to define when Moire should come on (how many minutes of idle time) and allows sleep and wake rectangles to be set on the screen.
MIDIFileConv AMUG CD:Files:MIDI:H-M:MIDIFile Converter 1.0.1.cpt MIDIFile Converter 1.0.1.cpt 1.01 0 8K 6/15/93 MIDIFile Converter 1.0.1 - A MIDI file converter which converts from many different creators - Upbeat, Vision 1.1, Finale 2.5, Mastertracks Pro 4, Max 2.0, Music Prose 1.0, One Step, Performer, Professional Composer, Trax 2.0, Audiotrax, Beyond 2.0, Clicktracks 2.1, Encore, and EZ Vision 1.0. A great utility for MIDI users.
MemSim1.0f AMUG CD:Files:Education:M:MemSim 1.0f.cpt MemSim 1.0f.cpt 1.0f 0 117K 6/15/93 MemSim 1.0f - MemSim uses electrical circuit models to emulate the behavior of an elastic membrane subjected to any combination of velocity and force conditions. The user defines the properties of the membrane and the material it is made of; he also specifies source layouts and parameters. Finally, he has control over simulation parameters such as time step and granularity. MemSim requires an FPU or emulator (like the shareware Software FPU), a 68020 or better processor, and at least a portable-sized screen.
Maelstrom1.2 AMUG CD:Files:Game:M:Maelstrom v1.2.cpt Maelstrom v1.2.cpt 1.2 0 650K 6/15/93 Maelstrom v1.2 - Combining the best 256 color graphics seen on any home platform with addictive game play and four channel sound, Maelstrom is quickly becoming one of the best action games written for the Mac. For a $15.00 shareware fee, you willbe transported into the Maelstrom. Here you will face danger at every turn. Deadly meteors will fly at you from all sides, indestructible balls will try and drain your shields and just when you thought escape was in reach the deadly Shenobi fighter will take you on, one-on-one. All you have to protect you are your shields, wits and, hopefully, razor sharp reflexes. Enjoy!
MacSig.cpt AMUG CD:Files:Util:M-Mc:MacSig.cpt MacSig.cpt 0 6K 6/15/93 MacSig - Signature File Update Information for MacTools Anti-Virus Version 2.0. Virus Signatures in MACSIG dated of 1/6/93 - ChinaTalk, which detects and deletes this Trojan Horse, CPro, which detects and deletes this Trojan Horse and T4 - Detects and repairs both the T4A and T4B strains. Instructions are included for adding these signature files.
MacFormula2 AMUG CD:Files:Education:M:MacFormula 2.0.cpt MacFormula 2.0.cpt 2.0 0 18K 6/15/93 MacFormula 2.0 - This programs purpose is to be able to quickly and accurately obtain the molecular weight of a given formula. MacFormula allows you to find either the average mass or the exact mass. You also have the option of performing an elemental analysis on you inputted formula. Also, you are able to input the number of milligrams of a given substance and calculate how many millimoles it would be. Great for Chemistry students, or for use in the laboratory.
MacBinaryII AMUG CD:Files:Tele:M:MacBinary II+ 1.0.0.cpt MacBinary II+ 1.0.0.cpt 1.00 0 19K 6/15/93 MacBinary II+ 1.0.0 - MacBinary II+ is a System 7 drag&drop converter for MacBinary files. It has no User Interface, simply drop a MacBinary file on it and it will be decoded, drop any other file or folder on it and it will be encoded. MacBinary is a binary (non-text) format that encodes Macintosh files so that they can be safely stored or transfered through non-Macintosh systems. MacBinary combines the two forks of a Mac file, together with the file information (Name, Creator Application, File Type, etc) into a single binary data stream, suitable for storage on non-Mac systems.
LottoLyzer AMUG CD:Files:Game:H-L:LottoLyzer v4.5.cpt LottoLyzer v4.5.cpt 4.5 0 162K 6/15/93 LottoLyzer v4.5 - LottoLyzer v4.5 is a lottery analysis tool for the common 'Pick 6' type lotteries. Up to 5 separate ball sets may be tracked. Can also be used for 3,4 or 5 number lotteries. The application will sift through past history and allow viewing of hot or cold numbers, number pairs, patterns and more. Period of analysis and parameter weights are user assignable. Also contains 'Wheels" for best combinations of played numbers.
ListSelect AMUG CD:Files:Hyper:Rinaldi:HC 1.2 & 2.0:ListSelect 4.8.cpt ListSelect 4.8.cpt 4.8 0 21K 6/15/93 ListSelect 4.8 - ListSelect is an XFCN which allows you to choose one of many items within a list appearing in a dialog on the screen. The XFCN is standalone, meaning that no extra resources (DLOG or DITL) are needed, but it can use personalized resources created by the user. This is one of the many HyperCard externals created by Frederic Rinaldi.
Listoid3.2 AMUG CD:Files:Hyper:Rinaldi:HC 2.0 Only:Listoid 3.2.cpt Listoid 3.2.cpt 3.2 0 28K 6/15/93 Listoid 3.2 - ListOid is an XCMD which displays a list in a windoid. This is one of many externals created by Frederic Rinaldi. Usage of these externals is free in any shareware or freeware stacks, licensing is required for commercial use.
ListLogic1.6 AMUG CD:Files:Hyper:Rinaldi:HC 1.2 & 2.0:ListLogic 1.6.cpt ListLogic 1.6.cpt 1.6 0 13K 6/15/93 ListLogic 1.6 - ListLogic is an XFCN which allows you to do a logical comparison of two lists. This is one of many HyperCard externals created by Frederic Rinaldi.
ListFiles1.0 AMUG CD:Files:Util:L:ListFiles 1.0.cpt ListFiles 1.0.cpt 1.0 0 26K 6/15/93 ListFiles 1.0 - List Files is a very straightforward utility that creates text catalogs of any folder or disk you drag on it. The text file can be edited and saved for later use (you'll be able to read or print it with any word processor or text editor). Text catalogs are a very convenient way to keep track of unmounted volumes (like floppies or SyQuest's) because they are small, easy to read and easy to search. Works with Systems 6 and 7.
ListCompon AMUG CD:Files:Hyper:Rinaldi:HC 1.2 & 2.0:ListComponents 1.0.cpt ListComponents 1.0.cpt 1.0 0 14K 6/15/93 ListComponents 1.0 - ListComponents returns a list of all available components, along with information about them. This is one of many HyperCard externals created by Frederic Rinaldi.
LightsCamera AMUG CD:Files:Util:L:Lights, Camera, Action!.cpt Lights, Camera, Action!.cpt 0 13K 6/15/93 Lights, Camera, Action! - This is an INIT / CDEV which lets anyone customize the startup sequence with sound and animation. To use the program, pick a PICS (animation) graphic and a sound from within the CDEV, and select preview to see what it will look like during the startup process. A fun way to play with multimedia. Does not support QuickTime.
LaunchDoc1.0 AMUG CD:Files:Hyper:Rinaldi:HC 1.2 & 2.0:LaunchDoc 1.0.cpt LaunchDoc 1.0.cpt 1.0 0 12K 6/15/93 LaunchDoc 1.0 - LauchDoc allows you to open or print a document by launching its application. This is one of many HyperCard externals created by Frederic Rinaldi.
KillRes1.4 AMUG CD:Files:Hyper:Rinaldi:HC 1.2 & 2.0:KillRes 1.4 .cpt KillRes 1.4 .cpt 1.4 0 15K 6/15/93 KillRes 1.4 - KillRes allows you to delete a resource in a file. This is one of many externals created by Frederic Rinaldi.
KatherineT1 AMUG CD:Files:Font:K:KatherineT1.cpt KatherineT1.cpt T1 0 20K 6/15/93 KatherineT1 - This Postcript typeface is fashioned after the printing in the comic strip CATHY by Cathy Guisewite. All characters are uppercase and if you press the shift key the characters become bold. There are no numbers and not all punctuation is included.
IsDate1.0 AMUG CD:Files:Hyper:Rinaldi:HC 1.2 & 2.0:IsDate 1.0.cpt IsDate 1.0.cpt 1.0 0 10K 6/15/93 IsDate 1.0 - IsDate offers real date testing. This is one of many HyperCard externals created by Frederic Rinaldi.
InternetList AMUG CD:Files:Tele:I-L:InternetListServersJune1,93 InternetListServersJune1,93 6/1/93 0 105K 6/15/93 InternetListServersJune1,93 - This is a text file which contains the Network-wide ID, Full address and List title of all of the Internet Servers as of June 1, 1993.
Internationa AMUG CD:Files:Font:I:InternationalSymbolsTT.cpt InternationalSymbolsTT.cpt TT 0 77K 6/15/93 InternationalSymbolsTT - This is a true type font which contains a great collection of dingbats, mostly international symbols (male, female, etc.).
INSTANTArea AMUG CD:Files:Util:In-Iz:INSTANT Area Code.cpt INSTANT Area Code.cpt 0 21K 6/15/93 INSTANT Area Code - INSTANT Area Code is the easiest to use area code utility available for the Macintosh. Just hit the hot key of your choice, and the Instant Area Code program will jump into action. The second you type in the area code, the state (and/or cities) will appear. Hit return, enter, or Command Key-Q to exit back into the application you were working with. No need to search on your hard drive for an Area Codes application. No need to wait for the application to launch. No need to use the mouse at all! One key does it all!
InfoMacCDROM AMUG CD:Files:Word:I:Info MacCD-ROM2.txt Info MacCD-ROM2.txt 0 78K 6/15/93 Info MacCD-ROM2 - This is a text file describing Info Mac's new CD-ROM. In addition to putting thousands of new files on the issue, they have provided a file with short descriptions of all the programs and have put an OnLocation index on the CD for easy searching. They have also organized and prepared the digests for easy browsing and searching. This text file contains a list of all of the shareware and freeware programs on the CD-ROM.
ICNToICON1.8 AMUG CD:Files:Hyper:Rinaldi:HC 1.2 & 2.0:ICNToICON 1.8.cpt ICNToICON 1.8.cpt 1.8 0 18K 6/15/93 ICNToICON 1.8 - ICNToICON is an XCMD which gets ICN# resources from any file and copies them as ICON resources to another file. This is one of many HyperCard externals created by Frederic Rinaldi.
GlobalSearch AMUG CD:Files:Prog:D-G:GlobalSearch 1.03.cpt GlobalSearch 1.03.cpt 1.03 0 10K 6/15/93 GlobalSearch 1.03 - Global Search is a small utility that lets you search for an hexadecimal or character string in all the resources of a file. It generates a text file named "xxx.scan" (where xxx is the name of the searched file) with a log of all the matches that have been found. Each match is shown in the form - [RES TYPE] [RES ID] "[RES NAME]" $[OFFSET]where [offset] is the offset in bytes from the beginning of the resource. Global Search was written for all ResEdit users (such as myself) who miss a global "Find Hex" command in that otherwise wonderful application.
GetVInfo1.0 AMUG CD:Files:Hyper:Rinaldi:HC 1.2 & 2.0:GetVInfo 1.0.cpt GetVInfo 1.0.cpt 1.0 0 13K 6/15/93 GetVInfo 1.0 - GetVInfo returns information about a volume. This is one of many HyperCard externals created by Frederic Rinaldi.
GetMode1.4 AMUG CD:Files:Hyper:Rinaldi:HC 1.2 & 2.0:GetMode 1.4.cpt GetMode 1.4.cpt 1.4 0 12K 6/15/93 GetMode 1.4 - GetMode is an XFCN which allows you to get the video mode, depth and size. This is one of many HyperCard externals created by Frederic Rinaldi.
GetFInfo1.3 AMUG CD:Files:Hyper:Rinaldi:HC 1.2 & 2.0:GetFInfo 1.3.cpt GetFInfo 1.3.cpt 1.3 0 17K 6/15/93 GetFInfo 1.3 - GetFInfo is an XFCN which returns a Finder information listing for a file. This is one of many HyperCard externals created by Frederic Rinaldi.
FunctionKeys AMUG CD:Files:Util:Fj-Fz:Function Keys1.1.cpt Function Keys1.1.cpt 1.1 0 5K 6/15/93 Function Keys1.1 - This extension let's you use the function keys (NOT FKEYs!!!) 1 to 15 on keyboards without them (like my PowerBook). To emulate a function key do the following - Turn on CapsLock, Hold down the Option-key, and type one of the following keys - 1 for F1, 2 for F2, etc. Great program for those who have been spoiled by Apple's extended keyboard, and suddenly find themselves in front of a standard keyboard!
FullText2.0 AMUG CD:Files:Hyper:Rinaldi:HC 2.0 Only:FullText 2.0.cpt FullText 2.0.cpt 2.0 0 14K 6/15/93 FullText 2.0 - FullText allows the user to transfer full-styled text between two fields. This is a HyperCard external created by Frederic Rinaldi.
FullSort3.5 AMUG CD:Files:Hyper:Rinaldi:HC 1.2 & 2.0:FullSort 3.5.cpt FullSort 3.5.cpt 3.5 0 21K 6/15/93 FullSort 3.5 - FullSort is an XFCN which allows you to perform any kind of sort, even co-sorting of lists. This is one of many externals created by Frederic Rinaldi.
FullSFPack AMUG CD:Files:Hyper:Rinaldi:HC 1.2 & 2.0:FullSFPack 1.7.cpt FullSFPack 1.7.cpt 1.7 0 23K 6/15/93 FullSFPack 1.7 - FullSFPack allows you to use standard dialogs for selecting a file, folder or volume. It even allows you to deal with aliases instead of the originals, and adds a multiple file selection dialog capability. This is a HyperCard external command function.
FullResList AMUG CD:Files:Hyper:Rinaldi:HC 1.2 & 2.0:FullResList 2.1.cpt FullResList 2.1.cpt 2.1 0 18K 6/15/93 FullResList 2.1 - FullResList allows you to get a list of resource information for any file, or even to test if a resource is present. This is one of many externals created by Frederic Rinaldi.
FullHPop1.6 AMUG CD:Files:Hyper:Rinaldi:HC 1.2 & 2.0:FullHPop 1.6.cpt FullHPop 1.6.cpt 1.6 0 19K 6/15/93 FullHPop 1.6 - A very powerful PopUp menu XFCN. This is one of many externals created by Frederic Rinaldi. Usage of these externals is free in any shareware or freeware stacks, licensing is required for commercial use.
FullFind1.5 AMUG CD:Files:Hyper:Rinaldi:HC 1.2 & 2.0:FullFind 1.5.cpt FullFind 1.5.cpt 1.5 0 13K 6/15/93 FullFind 1.5 - FullFind is an XCMD which allows you to search for first of all matches of a string in a container. This is one of many externals created by Frederic Rinaldi.
FollowMe.cpt AMUG CD:Files:Hyper:F:Follow Me.cpt Follow Me.cpt 1.0 0 20K 6/15/93 Follow Me - Test your memory of sights and sounds with this new HyperCard game. You start with a row of four blocks which the computer lights up randomly accompanied by distintive sounds. You earn your score by clicking on the same blocks in the same order. Sound simple? You won't think so when the original four blocks have multiplied to eight, twelve or sixteen! Difficulty can be adjusted by changing the visual cue in the boxes (pictures, numbers, or nothing at all), and by increasing the length of the series you have to successfully repeat in order to attain the next level.
FolderSize AMUG CD:Files:Hyper:Rinaldi:HC 1.2 & 2.0:FolderSize 1.4.cpt FolderSize 1.4.cpt 1.4 0 16K 6/15/93 FolderSize 1.4 - FolderSize is an XFCN which will get the physical size of any folder or volume. This is one of many externals created by Frederic Rinaldi.
FindFatProje AMUG CD:Files:Prog:D-G:FindFatProjects 1.0.cpt FindFatProjects 1.0.cpt 1.0 0 24K 6/15/93 FindFatProjects 1.0 - Find Fat Projects is a little utility designed to make life easier for Think C programmers. All it does is to scan any folder or disk you drop on it and make a list of all projects that happen to be larger than 15K. A large project usually has objects in it, and since objects take lots of disk space you may want to remove them before making backup copies (or just to free some disk space). If you only have a couple of projects this is not a problem, but if you have some more of them Find Fat Projects will help you a lot.
FileSharing AMUG CD:Files:Hyper:Rinaldi:HC 1.2 & 2.0:FileSharingMaster 1.0.cpt FileSharingMaster 1.0.cpt 1.0 0 24K 6/15/93 FileSharingMaster 1.0 - This stack provides 3 XCMDs and 3 XFCNs that allow you to fully master file sharing. You can turn it on or off, test its state, share or unshare folders, get and set sharing privileges, and get a list of users and groups. Compatible with AppleShare file server software.
FileCopy2.6 AMUG CD:Files:Hyper:Rinaldi:HC 1.2 & 2.0:FileCopy 2.6.cpt FileCopy 2.6.cpt 2.6 0 17K 6/15/93 FileCopy 2.6 - FileCopy is an XCMD which allows you to copy any file between two volumes or folders.
DragAnyWindo AMUG CD:Files:Util:Df-Dz:DragAnyWindow 1.01.cpt DragAnyWindow 1.01.cpt 1.01 0 30K 6/15/93 DragAnyWindow 1.01 - DragAnyWindow is a control panel that allows you to easily move any kind of window, including dialogs, alerts, standard "Open" and "Save" dialogs, game windows and other non-movable windows. This control panel is very useful for old applications designed for the 9" screen (which often use fixed windows); it is also very handy for moving modal dialogs or any windows behind them. DragAnyWindow only takes about 2k of system memory and 5k of disk space.
DocCreator AMUG CD:Files:Hyper:Rinaldi:HC 1.2 & 2.0:DocCreator 1.5.cpt DocCreator 1.5.cpt 1.5 0 15K 6/15/93 DocCreator 1.5 - DocCreator returns the application creator name for a file. This is one of many externals created by Frederic Rinaldi.
DoItAll2.1 AMUG CD:Files:Bus:D-E:Do It All 2.1.cpt Do It All 2.1.cpt 2.1 0 161K 6/15/93 Do It All 2.1 - This organizational program was designed for anyone who needs to prioritize as well as keep track of a busy schedule. This program allows you to prioritize in several different methods, to keep track of appointments, including regularly occuring ones and not allowing conflicting appointments, to have a way to assign an event to a day without being attached to a certain time, and to do all editing easily.
DepthVolume AMUG CD:Files:Util:D-De:Depth&Volume 1.0.cpt Depth&Volume 1.0.cpt 1.0 0 10K 6/15/93 Depth&Volume 1.0 - Depth & Volume is a Control Panel that lets you change the main screen depth (i.e. the number of colors displayed) or the speaker's volume on the fly with a keystroke. I made it because many people I know were using huge commercial macro packages (requiring lots of system RAM and often causing errors) only to perform these two simple operations. Depth&Volume is very small (it uses about 2K of system memory) and very easy to use.
Decimal&Frac AMUG CD:Files:Education:D:Decimal&Fraction Maze D.cpt Decimal&Fraction Maze D.cpt Demo 0 645K 6/15/93 Decimal&Fraction Maze Demo - Welcome to the Decimal & Fraction Maze Demo! Designed for ages 8 to 15 and adult education, Decimal & Fraction Maze combines the fun of solving mazes with the challenge of math. Exercises include writing, adding, subtracting, multiplying, dividing, comparing, and rounding decimals, converting decimals to fractions, and reducing and comparing fractions (proper and improper) and mixed numbers. This game makes it fun to learn fractions!
DBugR1.05 AMUG CD:Files:Prog:D-G:DBugR 1.05.cpt DBugR 1.05.cpt 1.05 0 12K 6/15/93 DBugR 1.05 - DBugR is a cool Control Panel for programmers and hackers who often have to break into MacsBug (or any other debugger supporting the _DebugStr trap). It puts a floating "small bomb" icon on your desktop which acts like a button. If the mouse button is pressed and released inside the icon, there's a user interrupt and MacsBug is called. DBugR can show some basic info about the current application (name, free memory, max free block) and/or send one of two user-configurable MacsBug commands to be executed immediately upon breaks (hold down the Option key when clicking to send the alternate command). The icon may be moved anywhere on any monitor by holding down the Shift key and dragging it around.
CyberMECHOID AMUG CD:Files:Util:Cn-Cz:cyberMECHOIDZ II cursors.cpt cyberMECHOIDZ II cursors.cpt 0 12K 6/15/93 CyberMECHOIDZ II cursors - Enclosed are eight more watch cursors of the accursed cyberMECHOIDZ! These robot monsters made of alloy, animal muscle, and 40% polyester have been flashpointed by distant virtual reality controllers into the present day state of Colorado! They're animated, in colour, irritated as anything, and telebursting in from the Nexx2uss Five alternative future! Included bonus cursor of the dread Central VR Controller UTAK and a way cool cyberMECHOIDZ desktop pattern!!! Landing into your Mac now--krackaBOOM! Requires ClickChange or the Demo.
CrossroadBBS AMUG CD:Files:Tele:First Class:FC Systems:Crossroads BBS 1.0.cpt Crossroads BBS 1.0.cpt 1.0 0 78K 6/15/93 Crossroads BBS 1.0 - This is a FirstClass Client file for calling the Crossroads BBS, a school and community BBS.
CreateThumbn AMUG CD:Files:Hyper:Rinaldi:HC 2.0 Only:CreateThumbnail 1.2.cpt CreateThumbnail 1.2.cpt 1.2 0 17K 6/15/93 CreateThumbnail 1.2 - CreateThumbnail allows you to add a QuickTime picture preview to any PICT, JFIF file, or a file with a PICT resource.
CreateCustom AMUG CD:Files:Hyper:Rinaldi:HC 2.0 Only:CreateCustomIcon 1.1.cpt CreateCustomIcon 1.1.cpt 1.1 0 18K 6/15/93 CreateCustomIcon 1.1 -CreateCustomIcon allows you to add a System 7 custom icon to any PICT, MooV, JFIF, or file with a PICT resource. This is one of many HyperCard externals created by Frederic Rinaldi.
CreateAlias AMUG CD:Files:Hyper:Rinaldi:HC 2.0 Only:CreateAlias 1.0.cpt CreateAlias 1.0.cpt 1.0 0 14K 6/15/93 CreateAlias 1.0 - CreateAlias allows you to create a file, volume or folder alias on disk. This is one of many externals created by Frederic Rinaldi.
CopyRes2.1 AMUG CD:Files:Hyper:Rinaldi:HC 1.2 & 2.0:CopyRes 2.1.cpt CopyRes 2.1.cpt 2.1 0 16K 6/15/93 CopyRes 2.1 - CopyRes is an XCMD which allows you to copy resources between two files. This is one of many externals created by Frederic Rinaldi.
CopyFolder AMUG CD:Files:Hyper:Rinaldi:HC 1.2 & 2.0:CopyFolder 2.2.cpt CopyFolder 2.2.cpt 2.2 0 20K 6/15/93 CopyFolder 2.2 - CopyFolder is an XCMD which allows you to copy an entire folder, including all subfolders and files. This is one of many externals created by Frederic Rinaldi.
CompressPict AMUG CD:Files:Hyper:Rinaldi:HC 2.0 Only:CompressPictFile 1.2.cpt CompressPictFile 1.2.cpt 1.2 0 14K 6/15/93 CompressPictFile 1.2 - CompressPictFile allows you to compress a PICT file using QuickTime JPEG compression. This is one of many externals created by Frederic Rinaldi.
CompRes1.0 AMUG CD:Files:Prog:B-C:CompRes1.0.cpt CompRes1.0.cpt 1.0 0 21K 6/15/93 CompRes1.0 - CompRes is a Shareware Programmer's tool which allows nearly transparent run-time resource decompression. With CompRes, you can compress and decompress your resources using the LZSS compression technology. This application is only part of the package. With the program included, you can compress your resources and see how well this compression technique will do for you. I’m sure you’ll find that if you’re compressing PICT or animation resources, you’ll achieve very close to a 50% savings in disk space. Run-time Decompression is quite quick and the whole compression scheme can save plenty of disk space, especially for graphics.
ColorJack1.0 AMUG CD:Files:Game:C:ColorJack 1.0a2.cpt ColorJack 1.0a2.cpt 1.0 0 38K 6/15/93 ColorJack 1.0a2 - Color Jack is a color black jack game, where you can bet up to $500. This game is similar to many Black jack games, but it uses a small window with small playing cards and a quick dealer who doesn't make you wait while he shuffles forever. This game is great because of it's ease of use, and ease of betting.
ColorDraggin AMUG CD:Files:Hyper:Co-Cz:ColorDragging.cpt ColorDragging.cpt 0 49K 6/15/93 ColorDragging - This is a quick and dirty example of how to drag color PICTs around in HyperCard using the ColorizeHC XCMD. You should be familiar with HyperCard programming and the commands to use the ColorizeHC XCMD. No discriptions are given in this stack, everything you need to know is contained in the stack script. This stack lets you drag around three playing card PICTS over a background PICT (and each other) without disturbing those PICTs. The animation is smoothest on fast machines. The PICT you are dragging is also framed by a selection rectangle as you move it.
ClipToPict AMUG CD:Files:Hyper:Rinaldi:HC 1.2 & 2.0:ClipToPict 1.4.cpt ClipToPict 1.4.cpt 1.4 0 18K 6/15/93 ClipToPict 1.4 -ClipToPict transfers a picture from the clipboard to a PICT file or resource. This is one of many externals created by Frederic Rinaldi.
Clam1.0b1 AMUG CD:Files:System7 tools:C:Clam 1.0b1.cpt Clam 1.0b1.cpt 1.0b1 0 19K 6/15/93 Clam 1.0b1 - Clam is a system extension (INIT) for System 7 which eliminates the icons in the Apple menu. The menu retains its System 7 functionality, it just doesn’t have the icons. Using the Apple menu without icons speeds up the process, especially if you have alot of items under the Apple menu.
Chuuzr1.01 AMUG CD:Files:Util:Network:Chuuzr1.01.cpt Chuuzr1.01.cpt 1.01 0 26K 6/15/93 Chuuzr1.01 - Chuuzr is an INIT/cdev that allows you to quickly mount server volumes from a hierarchical menu from the Chooser menu item and through standard file dialogs.
CheckIt1.0 AMUG CD:Files:Bus:C:Check It1.0.cpt Check It1.0.cpt 1.0 0 30K 6/15/93 Check It1.0 - Balance your checkbook with Check-It. Unlike other financial programs, Check-It has been specially designed to focus only on your checkbook. So you won't have to wade through a bewildering array of features when all you really want to do is balance your checkbook. Check-It checks the accuracy of each transaction in your check register, and lets you know exactly where you made your mistakes.Using Check-It database features makes it easy for you to locate checks by the name of the person or company paid or by a general catagory such as "groceries," "car payment," etc. Using Check-It's "Entry List" feature, a single click will enter names or general catagories into Check-It without typing.
Calendoid1.4 AMUG CD:Files:Hyper:Rinaldi:HC 2.0 Only:Calendoid 1.4.cpt Calendoid 1.4.cpt 1.4 0 19K 6/15/93 Calendoid 1.4 - Calendoid is an XCMD which displays a calendar window of the month. This is one of many externals created by Frederic Rinaldi.
CalConvert AMUG CD:Files:System7 tools:C:CalConvert 1.05.cpt CalConvert 1.05.cpt 1.05 0 13K 6/15/93 CalConvert 1.05 - CalConvert (formerly QuickConvert) is a small shareware utility that does integer arithmetic calculations and converts integer values to different bases (decimal, hexadecimal, binary, octal or any custom base between 2 and 32) or to an OSType (a sequence of four ASCII characters). The conversion may be signed or unsigned (you can always enter a signed value, it will be converted to unsigned if needed); the result may be interpreted either as a word (2 bytes) or as a long word (4 bytes). The Return and Enter keys start the conversion; Tab, shift-Tab and the four arrow keys have their usual meaning. Requires System 7.
BPanel1.17 AMUG CD:Files:Util:B:BPanel 1.17.cpt BPanel 1.17.cpt 1.117 0 10K 6/15/93 BPanel 1.17 - B–Panel is a small Control Panel that lets you configure the system beep by adding a text message to the standard beep procedure. What you get is a window popping up at beep time with a one-line message, then either the beep sound or a user-defined pause before it disappears. The message and the beep can be switched on or off separately (no signal at all, beep only, message only, or both). You can configure the font and size of the text, the window location and size and the message to be displayed.
BioScribe1.0 AMUG CD:Files:Hyper:B:BioScribe 1.0.cpt BioScribe 1.0.cpt 1.0 0 216K 6/15/93 BioScribe 1.0 - BioScribe 1.0 is a HyperCard utility stack designed to aid the entry of DNA and RNA sequence data by verifying the entry of each base using digitized voice. In addition, the sequence may be read back to the user after it's been entered, or played back as music. Great for molecular biologists!
Attributor1 AMUG CD:Files:Prog:A:Attributor 1.0.cpt Attributor 1.0.cpt 1.0 0 25K 6/15/93 Attributor 1.0 - Attributor is an advanced programmer's utility designed to make life easier for programmers. Since Think C does not provide a way to set the CODE resource attributes directly (things like "purgeable" or "preload") and because most of my applications want to unload the initialization segment, I wrote this utility to stop going into ResEdit all the time.
ATalkZones AMUG CD:Files:Hyper:Rinaldi:HC 1.2 & 2.0:ATalkZones 1.5.cpt ATalkZones 1.5.cpt 1.5 0 12K 6/15/93 ATalkZones 1.5 - ATalkZones is an XFCN which returns the node's zone and all available zones over AppleTalk. This is one of many externals created by Frederic Rinaldi.
ArchiveCont AMUG CD:Files:Hyper:Rinaldi:HC 1.2 & 2.0:ArchiveContent 1.1.cpt ArchiveContent 1.1.cpt 1.1 0 14K 6/15/93 ArchiveContent 1.1 - ArchiveContent returns a list of files contained in a Compact Pro archive. This is one of many externals created by Frederic Rinaldi.
AppleUSA AMUG CD:AMUG Info:Applelink:Apple USA Announces S/W Apple USA Announces S/W 0 5K 6/15/93 Apple USA Announces Software Volume Licensing Program - CAMPBELL, California--June 7, 1993--Apple USA, a division of Apple Computer, Inc., today formally launched the Apple Software Volume Licensing Program, a simple, cost-effective way for customers in the U.S. to acquire software licenses, support and maintenance in volume for selected Apple software products. Under the program, U.S. customers may also acquire volume licenses for site locations outside the U.S.
AppleRolls AMUG CD:AMUG Info:Applelink:Apple Rolls Out File Assistant Apple Rolls Out File Assistant 0 8K 6/15/93 Apple Rolls Out File Assistant For Powerbooks - CUPERTINO, California--June 7, 1993--Apple Computer, Inc today announced the PowerBook File Assistant, software created specifically to help people using both a desktop and a notebook computer keep information on both computers synchronized. In addition, the software package also includes an attractive array of tools designed to address issues specific to mobile computing including battery-life management, deferred printing and automatic server remounting.
AppleExtends AMUG CD:AMUG Info:Applelink:Apple Extends PowerBook Line Apple Extends PowerBook Line 0 10K 6/15/93 Apple Extends PowerBook Line - Apple Extends PowerBook Line with New Color and Entry-Level Models. Two new models, announced today, further expand Apple Computer,Inc.'s popular PowerBook series. The PowerBook 180c brings active matrix color to the top of the line while the PowerBook 145B lowers the entry-level price by 25 per cent. Both computers feature Apple's award-winning all-in-one design including an integrated track-ball and comfortable palm-rests.
AOLWakeUp0.2 AMUG CD:Files:Tele:A:AOLWakeUp 0.2.1.cpt AOLWakeUp 0.2.1.cpt 0.21 0 12K 6/15/93 AOLWakeUp 0.2.1 - AOLWakeUp runs entirely in the background and launches America Online 2.x at the appropriate times in order to activate any FlashSessions you have scheduled. It automatically reads the FlashSession schedule you set in the AOL 2.x software, and starts up AOL 2.x at the appropriate times. This way you don't have to remember to load AOL so it will be active for a scheduled FlashSession. AOLWakeUp requires System 7 to run.
AOLKeywords AMUG CD:Files:Tele:A:AOLKeywordsDA2.41.cpt AOLKeywordsDA2.41.cpt 2.41 0 12K 6/15/93 AOLKeywordsDA2.41 - This DA lists all PUBLIC keywords on America Online as of May 29, 1993. This DA allows you to copy directly from the DA and paste the keywords directly to the Keywords dialog box(command-K for the Mac). This DA is in no way associated with America Online, Inc.
Align2.7.cpt AMUG CD:Files:Hyper:Rinaldi:HC 1.2 & 2.0:Align 2.7.cpt Align 2.7.cpt 2.7 0 15K 6/15/93 Align 2.7 - Align is an XFCN which allows you to align the contents of a field into columns. This is one of many externals created by Frederic Rinaldi.
888.cpt AMUG CD:Files:Movie:A-P:888.cpt 888.cpt 0 17K 6/15/93 888 - This is a 3D model in JPEG format. It is a picture of two eights crossed, and then lathed 360 degrees. It looks like a complex image and is 386 x 385 and in 24-bit color. Requires QuickTime 1.5 or PICT Viewer to view.
FileWaveOver AMUG CD:Files:Word:E-G:FileWave Overview.cpt FileWave Overview.cpt 0 55K 6/02/93 FileWave Overview - FileWave is a permanent file synchronization and tracking server for networked and mobile Macs. FileWare fully automates software distribution and provides true concurrent-use license information. It brings the consistency, control and guarantee required for managing distributed office environments and the roll-out of client/server applications. It can use the real-life organizational structure of your enterprise as a blueprint for its task of managing files on a network. This document provides an overview of FileWave, its goals, concept and implementation.
MenuMail 1.0 AMUG CD:Files:Util:Network:MenuMail 1.08.cpt MenuMail 1.08.cpt 1.08 0 142K 6/02/93 MenuMail 1.0 - MenuMail is an unobtrusive paging and conferencing system for the Mac. It consists of 3 parts - the MenuMail extension, the MenuMail Sender, an application, and MenuMail Prefs, a preference file. MenuMail lets you talk to other Mac users via the network without interrupting anyone's work. You can send messages to one user or a group. This program can be used until December 1993.
Mobius Gener AMUG CD:Files:Prog:M:Mobius Generator2.0.cpt Mobius Generator2.0.cpt 2.0 0 68K 6/02/93 Mobius Generator 2.0 - Mobius Strip Maker draws an elusive surface known as a Mobius Strip (a shape with only one side.) You can vary parameters and graph the results. The interface is clean and intuitive, and it supports saving files, printing files, and some extremely intricate graphics. A Mobius screen saver is also included.
SuperApple AMUG CD:Files:Util:Sq-Sz:SuperApple.cpt SuperApple.cpt 0 16K 6/02/93 Super Apple - Bored by looking at your Apple Menu all day long? SuperApple replaces the Apple-icon with a MOVING icon. Using the control panel display, you can choose the icon to use and set the speed, and can even design your own icons!
WindowWarp AMUG CD:Files:Util:W-Z:WindowWarp2.12.cpt WindowWarp2.12.cpt 2.12 0 18K 6/02/93 WindowWarp 2.1 - If you have several monitors attached to your Mac, then WindowWarp is the INIT you have been waiting for! Option-click in the zoom box of a window and that window will warp to the next screen. If the window happens to be too large (or the screen too small), then the window is resized. Using the control panel, Hot Keys can be configured to warp, smart warp, or warp to full size.
NavMovie1.01 AMUG CD:Files:Hyper:N-O:NavMovie1.0.1.cpt NavMovie1.0.1.cpt 1.0.1 0 470K 6/02/93 NavMovie 1.01 - Navigable Movie Toolkit - A Navigable Movie is a QuickTime movie that offers a user-controllable view of an object or environment from a fixed point in space. A user is able to control the view of such a movie by click-dragging the mouse in the movie’s window. When viewing Navigable Movies of environments in this way, the experience is that of peering around the space, moving one’s head horizontally and/or vertically. The key to making Navigable Movies is the ability to accurately control the angular position of a camera while recording or digitizing its output. This HyperCard stack is designed to assist with the making of Navigable Movies.
VizBeep1.0 AMUG CD:Files:QuickTime:T-Z:VizBeep 1.0.cpt VizBeep 1.0.cpt 1.0 Demo 0 13K 6/02/93 VizBeep 1.0 - VizBeep is an extension that allows you to play a QuickTime movie every time your Mac beeps. So, don't make it a long movie... VizBeep requires System 7 or greater, and QuickTime. This unregistered version will expire 15 days after installation.
VideoIconCol AMUG CD:Files:Util:Icons:Video Icon Collection.cpt Video Icon Collection.cpt 0 72K 6/02/93 Video Icon Collection - The Video Icon Collection contains over 50 Icons including presidents, folder Icons for many popular applications, and a file explaining how you can obtain a set of icons with your own face on them!
TransferCalc AMUG CD:Files:Tele:T:Transfer Calc 020.cpt Transfer Calc 020.cpt 020 0 31K 6/02/93 Transfer Calc 020, v1.1+ - Transfer Calc calculates the modem transfer time for your files. Just enter the files size in kilobytes or megabytes, choose a baud rate, and read the time in HH:MM:SS. Or, with System 7, drag and drop a file (or group) onto the TransferCalc icon for quicker program use. This version requires a Mac with at least a 68020 processor. For those people with a 68000 based Mac, look for TransferCalc 68000.
StackPacker AMUG CD:Files:Hyper:Ss-Sz:StackPacker.cpt StackPacker.cpt 0 7K 6/02/93 StackPacker - StackPacker allows users to compact HyperCard 2.0 (or higher ONLY) stacks batches to save large amouts of disk space lost due to stack fragmentation - which increases by usage. StackPacker is to stacks as disk optimizers are to disks. StackPacker can run in the background.
Sokoban1.1 AMUG CD:Files:Game:S:Sokoban 1.1.cpt Sokoban 1.1.cpt 1.1 0 31K 6/02/93 Sokoban 1.1 - Sokoban is a puzzle game. The object is to push treasures into safe places. What makes it hard is that you can only push one treasure at a time (they’re too heavy to push two at once), and there are no handholds (you can only push, not pull). So you have to make sure that you don’t get a treasure stuck in a corner, or that you don’t get two of them stuck against each other. It will usually take some thought (maybe quite a bit) to figure out how to solve a level. But all 85 levels are solvable. And you can make your own levels when you get tired of the ones included.
SmileyFace AMUG CD:Files:Util:Textures:Smiley Face.cpt Smiley Face.cpt 0 3K 6/02/93 Smiley Face - Remember those Smiley Faces that always say - Have a nice day. Well here is a bunch of ppats that I put together to brighten your day. There are also sad faces for your bad days, and neutral faces for your humdrum days. I got tired of looking for this ppat collection on BBS's, so I made them myself. Feel free to change them in any way you like.
ShutdownMovi AMUG CD:Files:QuickTime:S:Shutdown Movie 2.1.cpt Shutdown Movie 2.1.cpt 2.1 0 13K 6/02/93 Shutdown Movie 2.1 - Shutdown Movie is the previously unimplemented companion to QuickTime's built-in Startup Movie feature. When installed, Shutdown Movie plays a movie when you Shutdown and/or Restart your system. Shutdown Movie requires System 7 or greater, and QuickTime. Version 2.1 adds the ability to use an alias of the movie instead of the actual movie.
SendPostScri AMUG CD:Files:Tele:B:Send PostScript.cpt Send PostScript.cpt 0 12K 6/02/93 Send PostScript - Send PostScript is a BBEdit Extension, which can be used with BBEdit 2.2, BBEdit Lite, or BBEdit 2.5. It sends the contents of the front editing (or browser) window as PostScript to a network-connected PostScript printer of your choosing.
ResText2.0 AMUG CD:Files:Hyper:Rinaldi:ResText 2.0.cpt ResText 2.0.cpt 2.0 0 16K 6/02/93 ResText 2.0 - ResText is a HyperCard XFCN that allows you to get text from any resource, from any file. This is another freeware stack by F. Rinaldi.
PSShadows AMUG CD:Files:Art:P:PS Shadows.cpt PS Shadows.cpt 0 129K 6/02/93 PS Shadows - In the spirit of sharing I have put together a short document on creating a relief edge on photographs or other images, to create a three dimensional look. This is nothing revolutionary but I do hope it will help inspire others. This upload contains two files. A 750x900 greyscale PICT file that is JPEGed using Quicktime 1.5 and a Microsoft Word file describing the method used to create the image. These files are free but I would appreciate a post card.
ProfessorX AMUG CD:Files:Hyper:P:Professor X v3.0.cpt Professor X v3.0.cpt 3.0 0 52K 6/02/93 Professor X v3.0 - Have you ever talked to your computer? Has your computer ever talked back? If you have used a program like Eliza then you probably know what this program is about. Professor X is a HyperCard program which simulates a very understanding, usually nonjudgemental, psychotherapist, with a huge number of responses and keywords. It's a very short download give it try!
PortShareLit AMUG CD:Files:Util:Network:PortShare Lite.cpt PortShare Lite.cpt 0 32K 6/02/93 PortShare Lite - The PortShare Lite software enables your Macintosh to share modem ports with other Macintosh computers connected to your network, so a modem or a serial printer (like the ImageWriter or StyleWriter) can be used from any computer on the network. PortShare Lite is serial port sharing server and client software. This demo version of PortShare Lite has limited session time of two minutes.
PersonalBomb AMUG CD:Files:Util:P-Pl:Personal Bomb.cpt Personal Bomb.cpt 0 9K 6/02/93 Personal Bomb - Personal Bomb is a practical joke program that displays a system error message containing the Macintosh's owner's name, and continue and restart buttons. Pressing the continue button brings up information about the author and the program, and luckily, pressing the restart button does not restart your Mac, it just ends the joke.
PayrollPlus AMUG CD:Files:Bus:N-Q:Payroll Plus!v.1.0.cpt Payroll Plus!v.1.0.cpt 1.0 0 55K 6/02/93 Payroll Plus!1.0 - Payroll Plus is a template for the spreadsheet module of ClarisWorks, or any spreadsheet application. Payroll Plus will accurately calculate the payroll,including calculating the Social Security Tax, Federal Withholding Tax, State Tax (if applicable), City Tax (if applicable), Unemployment Tax (if applicable) for a small business with 1 to 7 employees (or more). Payroll Plus is completely customizable by the user and can even be expanded for a larger number of employees, and a custom template can be provided by the author if desired.
OthelloHC1.0 AMUG CD:Files:Education:Shakespeare:Othello HC 1.0.cpt Othello HC 1.0.cpt 1.0 0 101K 6/02/93 Othello HC 1.0 - This is William Shakespeare's Othello in HyperCard format. The stack is organized into Act and Scene cards, has a glossery, a bookmark function to save where you are, a print function, and a note taking function - to take notes while you read! A great way to read Shakespeare.
NavigatorPal AMUG CD:Files:Hyper:N-O:Navigator Palettes.cpt Navigator Palettes.cpt 0 5K 6/02/93 Navigator Palettes - This HyperCard stack contains resources for two palettes similar to the Navigator palette shipped with HyperCard 2.x. One palette is a shortened version (with first card, next card, previous card, last card and home), the other palette is a lengthened version (adding find, sort, help and a few more). These palettes are easily added to other stacks.
MonkeyIsland AMUG CD:Files:Game:M:MonkeyIsland2Help.cpt MonkeyIsland2Help.cpt 0 8K 6/02/93 MonkeyIsland2Help - Complete walk-through for Monkey Island 2 - LeChuck's Revenge. This should help everyone who is stuck! Monkey Island 2 is a 256 color adventure game commercially produced by LucasArts Games.
MasterScan1 AMUG CD:Files:Art:M-Mc:MasterScan 1.1+.cpt MasterScan 1.1+.cpt 1.1+ 0 77K 6/02/93 MasterScan 1.1+ - MasterScan is THE scanning utility! MasterScan will calculate the correct resolution for scanning any original. It supports output to both film recorders and halftones, offers multiple quality factors and film recorder output resolutions, provides the file size for grayscale, RGB, and CMYK files and calculates percent enlargement. This version allows you to copy the scan resolution to the clipboard.
MacUpdate3.2 AMUG CD:Files:Util:M-Mc:MacUpdate 3.2.5.cpt MacUpdate 3.2.5.cpt 3.2.5 0 87K 6/02/93 MacUpdate 3.2.5 - MacUpdate is a File Synchronization/Folder Reconciliation program for Macs with HFS volumes. Works with Floppies, Hard Disks, SyQuests, Opticals, AppleTalk & EtherNet, pretty much any HFS volume you can mount on your desktop. MacUpdate knows exactly which folders & files have changed, and ONLY copies these items to your backup volume. Great for synchronizing folders on two Macs in different places. MacUpdate doubles as a file copying utility, freeing the Finder of this task. Automates routine backups. Works with Systems 6 & 7. Includes a lot of good documentation.
InThatCase AMUG CD:Files:Font:I:In That Case.cpt In That Case.cpt 0 21K 6/02/93 In That Case - In That Case allows you to drop and drag suitcase files on the application and find out what is in the suitcase. To find out what fonts are in a suitcase, you can either drop and drag files onto In That Case or you can start the program and use Open from the file menu. Works with both System 6 and 7. After In That Case has examined a suitcase, you can view the data either in the program window, or you may save the data to a text file for viewing in a word processor. Items in the file are separated by tabs and each font is delineated by a return. The data returned is - Fontname, FOND ID, Pointsize, Resid and Res Type.
IMGJune/93 AMUG CD:Files:Game:H-L:IMG June/93.cpt IMG June/93.cpt 6/93 0 612K 6/02/93 IMG June/93 - Inside Mac Games is the premier Macintosh gaming magazine, with amazing previews, great reviews, stunning screen shots, entertaining interviews, and much, much more! In the June issue, a special sneak preview of Pathways Into Darkness, the incredible, new action/adventure from Bungie Software! Also in this issue, an exclusive interview with Keith Zabalaoui of V for Victory fame. Plus reviews of Spectre Supreme, Lunicus (CD-ROM), King's Quest 6, Monkey Island 2, M4 Tank Simulator, Blade 2.0, Lemmings, and Tetris Max 2.0. Lastly, New Products announcements, Hints, Tips, & Tricks, the IMG Game Poll continues, the latest games release list, Strategy & Tactics and more, more, more!
GettingStart AMUG CD:Files:Hyper:G:Getting Started.cpt Getting Started.cpt 0 92K 6/02/93 Getting Started - Getting Started 1 is stand-alone document and part of a six disk series that the SchoolHouse Mac (a non-profit user group) put together to help teachers who are learning to use HyperCard get started. The series combines articles and over information on over 110 stacks they think provide useful insight into how HyperCard works or what can be done with it as well as being useful in themselves. This document is on the first disk of the series.
FontWriter AMUG CD:Files:Hyper:F:FontWriter.cpt FontWriter.cpt 0 36K 6/02/93 FontWriter - FontWriter is a HyperCard stack which lets you print samples of any or all your fonts, which are currently installed in the System (or opened using MasterJuggler or Suitcase). FontWriter also allows you to print style sheets of your fonts.
FlameFile131 AMUG CD:Files:System7 tools:F:FlameFile v1.31.cpt FlameFile v1.31.cpt 1.31 0 17K 6/02/93 FlameFile v1.31 - This is the latest version of my drag-and-drop complete erase utility. FlameFile completely overwrites files and folders dragged on to it, making it impossible for snoops using file recovery utilities to recover your thrown-away files. Version 1.31 adds the ability to wipe-clean free space on a disk, the option of playing a sound when files are flamed, and support for AppleScript. Freeware. Requires System 7.
FirstClick AMUG CD:Files:Util:F-Fi:FirstClick! 1.0b2.cpt FirstClick! 1.0b2.cpt 1.0b2 0 34K 6/02/93 FirstClick! 1.0b2 - FirstClick is a utility that allows you to modify ANY application to process the first click that occurs within any of its inactive windows. This utility is very handy when switching back and forth between applications! This feature is similar to that found on a few Mac applications and Microsoft Windows.
Fastswitcher AMUG CD:Files:Util:F-Fi:Fast switchers.cpt Fast switchers.cpt 0 36K 6/02/93 Fast switchers - This is a collection of small (4 k) applications which set the monitor depth or system volume of your Mac with just a double click. There are 8 volume control applications (mute to level 7), and 6 monitor depths (black and white to millions). It is handy to leave your favorite volume and monitor depth applications on the desktop where you can quickly change them.
EPSFilter2.1 AMUG CD:Files:Art:E:EPSFilter 2.1a1.cpt EPSFilter 2.1a1.cpt 2.1 0 252K 6/02/93 EPSFilter 2.1a1 - Plot and graphic files created by programs producing Plot-10 graphics, HPGL (Hewlett-Packard Graphics Language), and PostScript files exported from many graphics programs such as FreeHand, may now be converted to Adobe Illustrator Encapsulated PostScript for inclusion into viewgraphs and reports created by PageMaker, Persuasion, or any other program that can read EPS files on the Macintosh. The PostScript files created by EPSFilter may also be edited on the Mac using either Illustrator or FreeHand. EPSFilter now incorporates a full PostScript interpreter, as well as scaling and saving to pict.
EndNotePlusD AMUG CD:Files:Word:E-G:EndNotePlusDemoMac.cpt EndNotePlusDemoMac.cpt Demo 0 457K 6/02/93 EndNotePlusDemo - EndNote Plus is an Enhanced Reference Database and Bibliography Maker. As the subtitle suggests, EndNote Plus is a program with a dual purpose. First, EndNote Plus is a database manager — specialized in storing, managing, and searching for bibliographic references in your private reference library. Second, EndNote Plus is a bibliography maker — it builds lists of cited works automatically, and can format references to paste into footnotes as well. EndNote scans your word processor paper for in-text citations, then compiles a bibliography using the information in your database, and reformats the in-text citations and places the bibliography at the end. The is a Limited Demo version.
Eliza2.5.cpt AMUG CD:Files:Game:D-E:Eliza 2.5.cpt Eliza 2.5.cpt 2.5 0 56K 6/02/93 Eliza 2.5 - Eliza is a fun program that you can put in your Apple folder in the system and call up anytime you wish to be psycho-analyzed by your Macintosh (if you find that Eliza's therapist is too nice, try Azile, by the same Author - a bit of a cranky therapist). If you have Macintalk you can have Eliza speak to you as well. Fun from Tom Bender!
DWColorGreys AMUG CD:Files:Util:Df-Dz:DW Color Greyscale 2.0.cpt DW Color Greyscale 2.0.cpt 2.0 0 36K 6/02/93 DW Color Greyscale 2.0 - Support for Hewlett Packard high resolution 300 dpi color greyscales (color shades) is now available similar to my previous package for Black and White printers. These resources convert the Deskwriter driver to a high quality greyscale or color shade printer at 300 dpi instead of the 75 to 150 dpi pattern currently available. You have the option of 4 different conversion schemes and you make keep a copy of the DW driver for each scheme including the original driver. Color Greyscales 2.0 works well with HP's Print Monitor and spooling capability. SuperLaserSpool users need to read special blurb for SLS bug problem work arounds.
DiskCharmer2 AMUG CD:Files:System7 tools:D:Disk Charmer 2.0.1.cpt Disk Charmer 2.0.1.cpt 2.0.1 0 53K 6/02/93 Disk Charmer 2.0.1 - Disk Charmer is a small utility for erasing stacks of floppy disks. It sports background formatting, but only when the new Thread Manager is present (a new Apple extension). It is able to create larger disks - you gain 8.5K on a 800K disk. Disk Charmer will erase the disk, erase the catalog or verify, and names can be automatically assigned for good and bad disks. System 7 dependent.
CloudAltitud AMUG CD:Files:Education:C:Cloud Altitude 3.0.cpt Cloud Altitude 3.0.cpt 3.0 0 12K 6/02/93 Cloud Altitude 3.0 - Cloud Altitude is the new stand alone version of the old HyperCard stack which calculates the probable altitude and types of clouds given a day’s temperature and dew point (these may be found on your local newscast or newspaper). This application will work with System 6 or 7.
CD-ROMToolk AMUG CD:Files:Updates:General:CD-ROMToolKit1.0.1updatee.cpt CD-ROMToolKit1.0.1updatee.cpt 1.0.1 0 85K 6/02/93 CD-ROMToolKit1.01 update - This updater software is provided as a service by FWB Software, Inc. for registered owners of CD-ROM ToolKit. We recommend making a copy of the original disk, and then updating the software on the copy. Do not update the original disks. The "CD-ROM ToolKit updater" application will bring version 1.0 of the CD-ROM ToolKit control panel to version 1.0.1. It will work on both serialized (after you haveentered your name, organization, and serial number) and unserialized copieof the control panel. The "CDT Remotex DA updater" application will bring version 1.0 to version 1.0.1, and is designed to work on the suitcase file included on the CD-ROM ToolKit original disk.
BloodSuckers AMUG CD:Files:Game:B:Blood Suckers.cpt Blood Suckers.cpt 0 470K 6/02/93 Blood Suckers - Bloodsuckers has unbelievable graphics, cool animation and it's fun too! It requires 256 colors and at least a 13 inch monitor. The basic premise is to protect your arm from being sucked into oblivion by hoards of blood-thirsty insects, which you do by hitting the bugs with your hand and making a big mess. It's worth the download time just to see the graphics.
BlackJackDel AMUG CD:Files:Game:B:BlackJackDeluxe1.3.6.cpt BlackJackDeluxe1.3.6.cpt 1.3.6 0 187K 6/02/93 BlackJackDeluxe1.3.6 - The BEST Macintosh Casino Black Jack package. Features include a user configurable 1 to 12 deck 'shoe', a complete card counting tutorial and practice guide, 'Coach' and 'Hint' modes accelerate the learning process by analyzing playing errors, an on-line table lists best play in EVERY possible situation, entertaining cheat features let you see and print from the next card to the whole shoe, player controls many casino/dealer variables, card counters can modify the 'counting system' and the 'best play' tables,the cards are AWESOME in 8-bit (256) color. This game is entertaining for players of all backgrounds, and a priceless tool for the professional card counter.
Bbedit-sort AMUG CD:Files:Tele:B:Bbedit-sort.cpt Bbedit-sort.cpt 0 12K 6/02/93 Bbedit-sort - Sort Lines is a BBEdit extension which adds to BBEdit the ability to sort lines, much like the Unix sort utility. Some of the options are - Ignoring each line's first n characters, sorting in reverse, removing duplicate lines, ignoring the lines' leading white space, and folding uppercase to lowercase.
Baxter1.0d6 AMUG CD:Files:Game:B:Baxter1.0d6.cpt Baxter1.0d6.cpt 1.0d6 0 399K 6/02/93 Baxter1.0d6 - Baxter is a professional-quality game that includes Othello and Checkers, each of which can be played against an easy, medium or hard computer opponent. Includes an extensive preferences area - where you can choose colors, kinging animation, sound, checker flipping, etc. This program fully supports Balloon Help and also has an extensive online help system. Baxter requires 256 colors.
Azile2.5.cpt AMUG CD:Files:Game:A:Azile 2.5.cpt Azile 2.5.cpt 2.5 0 58K 6/02/93 Azile 2.5 - Azile is a slightly "altered" version of Eliza, the classic mainframe psychologist emulation program. Azile is a cranky therapist who could care less what your problems are. (This one attended the Don Rickles School of Psychology - rated PG.)
AliasDirecto AMUG CD:Files:System7 tools:A:Alias Director3.5.CPT Alias Director3.5.CPT 3.5 0 54K 6/02/93 Alias Director3.5 - Alias Director is an application which was written to make creating, using and deleting aliases as easy as possible. It can create aliases in your favorite places, find originals, Get Info, and find and move aliases to the trash, and more usingsimple drag and drop. User configurable drop keys. Can create name-only aliases to neaten your desktop. Requires System 7.
4DFindFolder AMUG CD:Files:Bus:A:4DFindFolder1.1.ext.cpt 4DFindFolder1.1.ext.cpt 1.1 0 24K 6/02/93 4DFindFolder1.1.ext - This 4D external returns a string containing the path of special folders using the FindFolder system procedure. It is meant to be used together with the FilePack external, but can be used without it. In addition, it is able to return other paths as well, in some cases not to a folder but to an application or document. It will never have any interaction with the user of the Forth Dimension data base.
4DVolumes1.0 AMUG CD:Files:Bus:A:4D Volumes1.0.ext.cpt 4D Volumes1.0.ext.cpt 1.0 0 2K 6/02/93 4D Volumes1.0.ext - This external returns name and file system name of a volume. It is for use with the Fourth Dimension data base.
4DAlert1.0 AMUG CD:Files:Bus:A:4D Alert1.0.ext.cpt 4D Alert1.0.ext.cpt 1.0 0 7K 6/02/93 4D Alert1.0.ext - This 4D external displays an alert window with text that you put into it using ResEdit or passing text thru the external. It allows you to use different items including icons, pictures etc. When you display the same alert several timesin a row, the stage info is normally used. This means you can set the default button and number of sounds for each occurence withing the ALRT resource. For use with the Fourth Dimension data base.
Zipple1.6.1 AMUG CD:Files:Util:W-Z:Zipple 1.6.1.cpt Zipple 1.6.1.cpt 1.6.1 0 33K 5/31/93 Zipple 1.6.1 - Zipple is an extension and Control Panel which places an animated image of your choice over the title of the Apple, Balloon Help, or Application menu (in color if you have a color screen). To install Zipple, simply drop it in your System Folder and reboot. Its icon should appear at the bottom of the screen, indicating it was installed properly. If the icon has a large 'X' through it, Zipple was not installed properly. Please write to me with your system version and a list of the extensions, etc. that you have if this should happen. You can turn the startup icon off, but if Zipple is not installed properly it will display the X-ed out icon anyway.
Yo-Yo.8.cpt AMUG CD:Files:System7 tools:U-Z:Yo-Yo.8.cpt Yo-Yo.8.cpt 0.8 0 12K 5/31/93 Yo-Yo.8 - Have you ever had the urge to turn on your Macintosh and begin working where you last left off, with the same applications and documents open and running? This is the first step to such a utility. This version currently only handles applications. When you Restart or Shutdown from the Finder, the same applications will be running when you start up again. Future versions are planned to handle open documents, so when you start up you truely are where you left off in your open documents. This INIT requires System 7. It uses aliases in a new and unique manner.
WallPaperbyR AMUG CD:Files:Util:Wallpaper:WallPaper by Royce.cpt WallPaper by Royce.cpt 0 52K 5/31/93 WallPaper by Royce - 16 WallPapers for your enjoyment - 256 color cloth, Astra Blue, Bed of shells, Blue Bricks, Blue Bubbleope, Dried Mud, Emerald Dream, Hard on the Eyes, Just Blocks, Just Stars, Molten Lava, Red Fossil, small cinder blocks, Thicket, Uneven Blocks II, Winter Berries. More WallPapers are on the way.
USAFontTT AMUG CD:Files:Font:T-Z:USA FontTT.cpt USA FontTT.cpt 0 77K 5/31/93 USA FontTT - This is a light Italic sans font in the truetype format. Good for using in reports.
U220COMP.cpt AMUG CD:Files:MIDI:N-Z:U220COMP.cpt U220COMP.cpt 0 127K 5/31/93 U220COMP - This is a software companion to the Roland U-220 Multi-Timbral Synth Module. It allows control over virtually all of the U-220's functions including Patch, Timbre and Rhythm mapping. It includes a librarian and can play standard MIDI Files while you edit. This version requires that you already own the HyperMIDI 2 XCMDS and Apple's MIDI manager. If you are interested in purchasing a version that includes the XCMDS, contact the author.
TrebleClef AMUG CD:Files:Education:T-Z:Treble Clef Note Picker Demo Treble Clef Note Picker Demo 0 142K 5/31/93 Treble Clef Note Picker Demo - This is one program from the Music Lab series. A keyboard and staff with notes are shown. A key is highlighted, and the player's job is to click on the correct note. Keeps track of your right and wrong guesses as well as your overall percentage. Should be helpful for piano players!
TransferCalc AMUG CD:Files:Tele:T:Transfer Calc 68000.cpt Transfer Calc 68000.cpt 0 31K 5/31/93 Transfer Calc 68000 - Transfer Calc calculates the modem transfer time for your files. Just enter the files size in kilobytes or megabytes, choose a baud rate, and read the time in HH:MM:SS. System 7 users can drag and drop a file or group of files to instantly see the transfer time! Transfer Calc memorizes the window positions and all settings.
TorontoTool AMUG CD:Files:Hyper:T:Toronto Toolkit.cpt Toronto Toolkit.cpt 0 165K 5/31/93 Toronto Toolkit - Toronto Traveler's Toolkit is a comprehensive visitors guide to Canada's largest city. It includes complete info on hotels, restaurants, attractions, shopping, sports, day trips outside the area, and much more. This is fully functional shareware -- a $10 registration fee ($13 if you live in Canada) gets you the latest update and an additional goodie by mail. It requires HyperCard 2.0 or 2.1. If you are planning a trip to MacWorld/Canada in Sept. or just a vacation or business trip to Toronto, you NEED this stack.
TimeTeller1 AMUG CD:Files:System7 tools:T:TimeTeller 1.0.cpt TimeTeller 1.0.cpt 1.0 0 66K 5/31/93 TimeTeller 1.0 - TimeTeller is a System 7 background application that tells the time using a digitized voice. The speaking times are set with a schedule that you can change using ResEdit (with the extension deinstalled). The speaking time schedule is from 8 am - 4.30 pm, every 30 minutes, from 5 pm - 6.45 pm, every 15 minutes, from 7 pm - 9 pm, every 60 minutes, and from 10 pm - 11 pm, every 5 minutes. TimeTeller uses only 64K on disk and 32K in memory. Freeware.
TimesTwoUp AMUG CD:Files:Updates:General:TimesTwo1.0.3update.cpt TimesTwo1.0.3update.cpt 1.03up 0 185K 5/31/93 TimesTwo1.0.3update - This updater updates all earlier versions of TimesTwo to the newest version - 1.0.3. All current users of TimesTwo should update to this version, which is a maintenance release improving performance on some disks, supporting Personal AppleShare, and including better hot installation. It also includes an extension for auto mounting of removeables formatted with the T2 driver. TimesTwo is a commercial program which transparently doubles hard disk space.
TidBITS177 AMUG CD:Files:MUG News:TidBITS:176-200:TidBITS#177/17-May-93.cpt TidBITS#177/17-May-93.cpt 177 0 14K 5/31/93 TidBITS#177/17-May-93 - This week brings the second of our three part look at MIDI, so watch for the exciting conclusion in two weeks. What? Two weeks? A season cliffhanger? That's right, we're moving and not having a phone line next Monday will prevent us from publishing an issue. We also have bits on having a Performa repaired at an Apple dealer and Easy View 2.32's hiding spots. Finally, Mark Millard reviews Tex-Edit, a free text editor with some nice features.
THINKRefUp AMUG CD:Files:Updates:General:THINK Reference=>2.0.1.cpt THINK Reference=>2.0.1.cpt 2.0.1up 0 72K 5/31/93 THINK Reference=>2.0.1 - This is an updater for THINK Reference.
THINKFONTs AMUG CD:Files:Prog:T:THINK FONTs.cpt THINK FONTs.cpt 0 19K 5/31/93 THINK FONTs - This is a program to aid Development with Symantec's THINK C v4.0, THINK C version 5.0 (...and possibly version 6.0). It is an extension to the Editor that allows you to change fonts, sizes, and tabs simply by selecting a directory or file using SFGetFile() calls. Using this program should produce quicker development time by standardizing fonts, font sizes, and tabs for all the source files in your projects. No more messy dialogs or popup menus to slow you down.
TheTimesTabl AMUG CD:Files:Education:T-Z:The Times Tables v1.01.cpt The Times Tables v1.01.cpt 1.01 0 137K 5/31/93 The Times Tables v1.01 - Part of a Math Lab series, this game aids children in learning their times tables. Pick the multiplier (1 - 6 in this Demo version), and then a problem will be shown. Twelve possible answers are shown for you to pick from (from the multiplier chosen, times 1 through 12). Keeps track of how many rights and wrongs you have, and gives you a percentage as you quit.
TheMathMusic AMUG CD:Files:Education:T-Z:The Math Musician v1.0 The Math Musician v1.0 1.0 0 265K 5/31/93 The Math Musician v1.0 - This is part of the Music Lab series. Using eight types of notes (quarter notes, half notes, three quarter, whole notes..) and five types of rests, each is assigned a number value. Quarter note is 1, and half note is 2. Then a visual math problem is shown, such as two half notes and one whole note, and your job is to guess the answer (5 in this case). After playing the game, you will be more familiar with the notes and rests.
TheBible.txt AMUG CD:Files:Word:Tc-Tz:The Bible.txt.cpt The Bible.txt.cpt 0 1584K 5/31/93 The Bible.txt - This is the complete text of the Bible, both Old and New Testaments. This is prepared by the Gutenberg Project. Use any word processor to open it, but beware, uncompressed it is almost 5 megs!
TextPress AMUG CD:Files:Word:Tc-Tz:Text Press.cpt Text Press.cpt 0 14K 5/31/93 Text Press - Text Press converts plain text documents between editable (TEXT) and read only (ttro) types. To convert documents in System 7, drag and drop documents onto Text Press when in the finder. Double click on the Text Press application to convert in System 6, or for help.
Tex-Edit1.8 AMUG CD:Files:Word:Tc-Tz:Tex-Edit 1.8.3.cpt Tex-Edit 1.8.3.cpt 1.8.3 0 52K 5/31/93 Tex-Edit 1.8.3 - Tex-Edit is a multi-window, styled text editor that includes a built-in text reader (MacinTalk must be installed). It is especially adept at formatting text for transfer to or from a BBS. It is fast, efficient and requires little memory. Tex-Edit is 32 bit clean, System 7 compatible, 68040 cache color compatible, virtual memory compatible, big screen compatible and stationery-aware. Document sizes are limited to 32k.
Swat-Tac-Toe AMUG CD:Files:Hyper:Ss-Sz:Swat-Tac-Toe1.1.cpt Swat-Tac-Toe1.1.cpt 1.1 0 31K 5/31/93 Swat-Tac-Toe1.1 - Swat-Tac-Toe adds arcade-like action to a HyperCard Tic-Tac-Toe game. The game requires players to earn their X or O by swatting a bug which is jumping around the Tic-Tac-Toe grid. There are three skill levels, and they are not easy!
SuperNotePad AMUG CD:Files:Word:Sq-Sz:Super NotePad 1.21.cpt Super NotePad 1.21.cpt 1.21 0 30K 5/31/93 Super NotePad 1.21 - Super Notepad is an application written to provide more features than Apple's standard Notepad. Some of the features include a variable number of pages (up to 1000), a variable number of characters per page (up to 1000), a choice of among three different notepad sizes, multiple notepad files, text search, and control over fonts, font sizes, font styles, and font color. All this plus it's as easy to use as Apple's original notepad!
StudioCraft AMUG CD:Files:Art:Sn-Sz:StudioCraft1.3.cpt StudioCraft1.3.cpt 1.3 0 229K 5/31/93 StudioCraft1.3 - A very nice color drawing program from Ireland which has been described as a cross between MacDraw, Canvas and Persuasion. Some features include - using the full range of up to 32 million colors, using a page up to nine by nine feet, using an unlimited number of pages, creating style pads (templates) to be used over and over, working on up to 100 layers, importing PICT files (where updates made can change the original PICT file), including bezier spline painting tools and much more!!
StartUp.cpt AMUG CD:Files:Tele:S:Start Up.cpt Start Up.cpt 0 4K 5/31/93 Start Up - This system extention will check your modem at startup. Here's how to tell if your modem works - on startup, your modem will start a tone and go to a high pitched noise, if it worked, the computer will continue loading the extensions, then you will hear 3 beeps right before the modem turns off. You'll never have to worry whether or not your modem works.
SPX900Ed/Lib AMUG CD:Files:MIDI:N-Z:SPX900 Ed/Lib 1.0.cpt SPX900 Ed/Lib 1.0.cpt 1.0 0 127K 5/31/93 SPX900 Ed/Lib 1.0 - Editor/Librarian for the venerable Yamaha SPX900 DSP module. Provides full access to the myriad parameters and features a full-function librarian. Plain english descriptions of all parameters are available during editing. This version requires that you already own the HyperMIDI 2 XCMDS and Apple's MIDI manager. The shareware fee is $30.00. If you are interested in purchasing a version that includes the XCMDS, contact the author to discuss it.
SpriteWorld AMUG CD:Files:Movie:Q-Z:SpriteWorld.cpt SpriteWorld.cpt 0 347K 5/31/93 SpriteWorld - SpriteWorld is a full-color animation manager for the Macintosh that provides a rich API for implementing smooth, fast, sprite-based animation in your applications. SpriteWorld was designed for arcade game style animation in particular. SpriteWorld has been an ongoing project which brings together much information about animation on the Mac. The author has used lots of tidbits, tech notes, articles, testing of myths, code snippets and deep dark secrets to build SpriteWorld. The author's example programs are beautiful!
SpellerWell AMUG CD:Files:Education:S:Speller Well v1.0 sea. Speller Well v1.0 sea. 1.0 0 170K 5/31/93 Speller Well v1.0 - Spell Well is a whiz program designed to teach spelling and vocabulary. Most of a word is given, and the player has to click on the correct letter to finish the word. The player has three choices, Left Letter Words - where you have to guess the first letter of the word, Middle Letter Words - where you have to guess a middle missing letter, or Right Letter Words - where you have to guess the last missing letter. The program keeps track of your progress, and will help you if you can't solve a word.
Snap-To.cpt AMUG CD:Files:Util:Sn-Sp:Snap-To.cpt Snap-To.cpt 0 8K 5/31/93 Snap-To - Snap-To is a tiny little INIT that Snaps the mouse to the default button whenever a dialog comes up on your screen. Snap-To is proven to increase your speed when using a Macintosh, especially if you use dialogs often and/or have a large screen. For only 6k of space, it is worth the time saved moving your hand from the keyboard to the mouse to answer a dialog, especially when using more than one monitor!
SmileyFaces AMUG CD:Files:DA:S-So:Smiley Faces DA 2.0.cpt Smiley Faces DA 2.0.cpt 2.0 0 11K 5/31/93 Smiley Faces DA 2.0 - This file has over 300 different smiley faces. This was once a stand alone application, but is now a DA. Some examples are !) is someone winking, _0) is a scuba diver, 8) is someone with glasses. There are many more!! This file is a must have for all online communicators
SitCLister AMUG CD:Files:Tele:S:SitC Lister 1.0.2.cpt SitC Lister 1.0.2.cpt 1.0.2 0 32K 5/31/93 SitC Lister 1.0.2 - This is version 1.0.2 of SitC Lister, a utility for TeleFinder, FirstClass, and NovaLink Pro sysops to create text listings of their file libraries. 1.0.2 fixes a bug that caused bombs when the last file was removed, and moves the preferences to the system folder. Tabby compatible. Shareware $25.
SimSooIV.cpt AMUG CD:Files:Util:Wallpaper:SimSoo IV.cpt SimSoo IV.cpt IV 0 11K 5/31/93 SimSoo IV - Simply Soothing Wallpaper IV. To view this wallpaper, you must have Wallpaper, the Wallpaper demo, or Screenscapes. This wallpaper provides a nice alternative to Apple's regular desktop patterns.
Showpages1.4 AMUG CD:Files:Util:Sd-Sm:Showpages1.4.1.cpt Showpages1.4.1.cpt 1.4 0 35K 5/31/93 Showpages1.4.1 - ShowPages is a small utility for downloading PostScript code and printing ASCII text file to your PS printer. The main features allow you to download PS code in the background (Using PrintMonitor), and print your documents simply by drag & drop. It treats text whose first 2 bytes are '%!' as postscript code, otherwise as plain text.
RFZap1.0b1 AMUG CD:Files:Prog:Q-R:RFZap 1.0b1.cpt RFZap 1.0b1.cpt 1.0b1 0 11K 5/31/93 RFZap 1.0b1 - RFZap is a freeware "drop-box" type application that will delete the resource fork of any file dropped onto it. RFZap was written because the Tabby FIDONet mailer corrupts the resource fork of some files, which then makes it impossible to add the file's description without uncompressing and recompressing the file. After running RFZap on an archive, the resource fork is cleared so the description can be added. RFZap will detect compact pro and stuffit self extracting archives as well and change them to their non-self-extracting counterparts. Caution - dropping an application (except .sea's) onto RFZap will totally destroy the application.
Reflections AMUG CD:Files:Word:Q-R:Reflections1.1.cpt Reflections1.1.cpt 1.1 0 9K 5/31/93 Reflections1.1 - This program is for those who like inspirational sayings and proverbs. It is best used as a startup program, or if double clicked, you can read the proverb for the day.
QuickNotes AMUG CD:Files:System7 tools:P-Q:QuickNotes 1.0b5.cpt QuickNotes 1.0b5.cpt 1.0b5 0 16K 5/31/93 QuickNotes 1.0b5 - QuickNotes is a System 7 only Extension that allows you to quickly and easily jot down notes on your Macintosh saving them for later use with TeachText or any text editor. When in the Finder, choose the window that you would like the QuickNote to be created in. QuickNotes can be created in any Finder window (except the Trash) and on the Desktop. Type the hot-key and the QuickNotes dialog box will appear. Type in the name of the file and the text (up to 255 characters for now) that you would like saved in the file. When you click OK, the file will be created and the dialog box will disappear. If the file already existed you will be given the option to rename it. You have just created a QuickNote!
Portconnectr AMUG CD:Files:Tele:P:Portconnector.cpt Portconnector.cpt 0 30K 5/31/93 Portconnector - The PortConnector software enables all your communication applications to employ CTB Connection Tools instead of modems or direct serial links; old applications can be used for communication through X.25, TCP/IP, ISDN and any other network supported with a Connection Tool, i.e. you can connect to your office network using AppleTalk Remote Access through ISDN of TCP/IP, and you can use WhiteKnight with ADSP, X.25, etc. Portconnector creates so called "virtual ports" and registers them with CTB so all applications that provide you with a list of the registered serial ports (like ARA, Telefinder, etc.) can use these virtual ports.
PhoneBookDA2 AMUG CD:Files:DA:P:PhoneBook DA 2.6.7b.cpt PhoneBook DA 2.6.7b.cpt 2.6.7b 0 74K 5/31/93 PhoneBook DA 2.6.7b - Phonebook DA does what the name implies plus LOTS more (super dialing, call tracking, envelopes, you name it) and does it quite fast. This DA is also available as an application program. This latest incarnation fixes a nagging problem with pulse-dial phones, adds support for the Sequential Circuits Desktop Dialer, and fixes a bomb when dialing with the Desktop Dialer.
NisusPostScr AMUG CD:Files:Util:N-O:Nisus PostScript Macros.cpt Nisus PostScript Macros.cpt 0 19K 5/31/93 Nisus PostScript Macros - This is a collection of Nisus macros I wrote to add some postscript effects to documents. There are several macros for "backdropping" text diagonally across the page (including one that backdrops the time and date - useful for determining which of those 34 copies of that report on your desk is the most recent). There is also a macro for adding borders (complete with title, name, and date) to each page allowing Nisus to be used in preparing overheads for presentations. The raw postcript code is included for those who want to use the ps code in other word processors.
Museumv0.4 AMUG CD:Files:Art:Md-Mz:Museum v0.4.cpt Museum v0.4.cpt 0.4 0 45K 5/31/93 Museum v0.4 - Museum is a rock solid stand alone application for delivering Slideshows, Electronic Catalogs, Read Me files, Greeting cards, Picture Books, and More! Whatever is created with Museum can be viewed on any Macintosh with any black and white, gray-scale or color monitor, with system 6 or 7. The program supports pictures, text with style, and sound, and is extremely easy to use!
MoonIT1.1 AMUG CD:Files:Util:Md-Mz:MoonIT1.1.cpt MoonIT1.1.cpt 1.1 0 30K 5/31/93 MoonIT1.1 - This INIT (Extension) displays the current moon phase at the bottom of your screen DURING STARTUP (watch for it during INIT loading), so it does not occupy any system heap. Until 2005, this INIT also knows when a lunar eclipse will occur (watch for 1993's lunar eclipses- June 4 and Nov 29). There are three dog/wolf sounds for normal startup, full moon and an eclipse.
MayUpstate AMUG CD:Files:Mag:M-O:May UpstateMUG.cpt May UpstateMUG.cpt 0 262K 5/31/93 May UpstateMUG - This is the monthly publication from Upstate MUG in Utica, New York. This issue contains tutorials on stuffit and compact pro, an article on carpal tunnel syndrome, teachtext tricks, Computers and Volunteers, and a few columns - Tricks of the Trade, Quick Mac Tips, Mac Additions, Gripe of the Month (What is an end user anyway) and much more.
Mastermind1 AMUG CD:Files:Game:M:Mastermind 1.1.cpt Mastermind 1.1.cpt 1.1 0 87K 5/31/93 Mastermind 1.1 - Here is a new version of the classic Mastermind board game. If you've never played before, you can learn in minutes. The concept is simple - match four colored pegs to a hidden pattern, and you win. Be careful, though.. it's hard to "master." Full color graphics, fairly small, and best of all FREE! This game is designed to fit perfectly on a 13" monitor, and will center on any larger screens.
MacSpotter AMUG CD:Files:Movie:A-P:MacSpotter.cpt MacSpotter.cpt 0 158K 5/31/93 MacSpotter - Demo Version 1.0 - MacSpotter is an ADR management tool for film and video professionals. It's a great logging tool that simplifies the process of recording dialog for a number of characters. This program is packed with very useful features. If you don't know what ADR is, you probably don't need this program. There is plenty of documentation with this Demo Version. Refer to the docs for purchase information.
MacOberon3.3 AMUG CD:Files:Prog:M:MacOberon3.3.cpt MacOberon3.3.cpt 3.3 0 659K 5/31/93 MacOberon3.3 - Look at Oberon as a preview of Pink. The ideas behind Oberon are very similar to the 'Object Oriented Operating System' Apple/Taligent is pursuing. The best way to describe Oberon is as if HyperCard were an operating system, and much more powerful. It's very slick, and very extensive. Though MacOberon is an application rather than an OS, and its interface is un-Mac-like, it is a joy to use, and gives a good indication of the way things will be heading, hopefully. MacOberon requires a Mac with a 68020 CPU and a floating point coprocessor (or FPU init), and will not run on a Classic.
MacAnimatorD AMUG CD:Files:Movie:A-P:MacAnimatorDemo2.0.1.cpt MacAnimatorDemo2.0.1.cpt 2.0.1 0 206K 5/31/93 MacAnimatorDemo2.0.1 - MacAnimator records numbered PICT files, PICS files and QT movies to professional and broadcast video recorders with RS-422 remote ports (SVHS, 3/4", Betacam, MII et al.). Also supports Sony EVO-9650 and LVR-series recorders. Supports alpha channel overlay over background PICT image. MacAnimator Plus adds the ability to perform frame capture from NuVista cards, and to perform interactive and alpha channel rotoscoping. Includes instructions for making or buying cable to connect to Mac's modem port. Almost fully functional, this demo version prints "demo" message over images.
MacCPUIcons AMUG CD:Files:Util:Icons:Mac CPU Icons.cpt Mac CPU Icons.cpt 0 50K 5/31/93 Mac CPU Icons - This file contains icons for all of the Macintosh CPUs (and some printers) that the author could think of. This includes all of the "stand-alone" Macs, all of the 2 series, all LC models, all Performas, Quadras, Portables, and Centrises. All of the icons are pasted onto folders so that they are readily accessible and viewable. To copy the icons, use get info to copy and paste them onto hard drives, documents, folders...
LOTTOGenerat AMUG CD:Files:Hyper:K-L:LOTTO Generator.cpt LOTTO Generator.cpt 0 64K 5/31/93 LOTTO Generator - This is a HyperCard random number generator which was created for the Texas Lottery. This stack can be used for any 6 number lottery with a number range from 1 to 50, and will display five sets of numbers at a time. Good luck!
Lipstick.cpt AMUG CD:Files:MIDI:H-M:Lipstick.cpt Lipstick.cpt 0 60K 5/31/93 Lipstick - A dance tune written a while ago. Composed on Performer 4.1 and uploaded in STD MIDI format. Percussion tracks are separated for easy transposing (most GMM).
KensExtDingT AMUG CD:Files:Font:K:KensExtDingTT2.5.cpt KensExtDingTT2.5.cpt 2.5 0 80K 5/31/93 KensExtDingTT2.5 - I created this font because I wanted some different types of symbols for use as bullets instead of the standard dot usually found at option-8 in most fonts. So I created a number of variations of five pointed stars, pentagons, and other symbols in various sizes. Extra Dingbats includes additional symbols of things that I found around the Philadelphia area, plus some education "dingbats".
HyperSave AMUG CD:Files:Hyper:Hyperj-Hz:HyperSave.cpt HyperSave.cpt 0 14K 5/31/93 HyperSave - Adding this card to any Hypercard stack allows you to save your place. For example, this card when added to a Hypercard game lets the player leave the stack and return to the saved card (i.e., place in the game) later. HyperSave can save up to five separate places in one stack.
HPDeskwriter AMUG CD:Files:Util:G-H:HPDeskwriter3.9.cpt HPDeskwriter3.9.cpt 3.9 0 628K 5/31/93 HPDeskwriter3.9 - These are the new DeskWriter 3.9 drivers for the Mac. Contained are both the serial and the AppleTalk versions. The DeskWriter printer requires that your computer have a minimum of one Mb of RAM (serial) 0r two Mb RAM (AppleTalk) under System 6 and at LEAST four Mb RAM under System 7. Some applications might require five Mb RAM under certain conditions. This is a disk image file which requires Apple's DiskCopy 4.2.
HPDeskJet3.0 AMUG CD:Files:Util:G-H:HP DeskJet 3.0.cpt HP DeskJet 3.0.cpt 3.0 0 56K 5/31/93 HP DeskJet 3.0 - This file contains a printer driver for Hewlett-Packard DeskJet 300 dpi ink-jet printer. It can do normal Mac QuickDraw text and graphics at various output qualities. This printer driver can be used with the LaserJet, too. Documentation is included in the Release Notes file.
FreeSpace! AMUG CD:Files:Util:Fj-Fz:FreeSpace! 2.1.2.cpt FreeSpace! 2.1.2.cpt 2.1.2 0 25K 5/31/93 FreeSpace! 2.1.2 - FreeSpace! 2.1.2 is a shareware utility to let you see and monitor the amount of free space available on your mounted volumes (i.e. network hook-ups, hard disk partitions, floppies etc...). It displays a bar with this info on any screen. You can customize features like setting active and passive warnings to let you know a volume is low on space. The program supports gig drives, color, multiple monitors, different fonts, sizes & typestyles.
Fontgeist AMUG CD:Files:Font:F:Fontgeist.cpt Fontgeist.cpt 0 13K 5/31/93 Fontgeist - This is a completely harmless, extremely small (under 3k), virtually interfaceless application, with one sole purpose in life - to make "Ghost Fonts". A Ghost Font is a font that does not exist on your system, but you'd like it to, and can't get the real thing. Super ATM has the ability to create fonts out of thin air, so long as it is one of the thousand or so fonts in its knowledge base. Fontgeist is able to reference a font by name, which SuperATM can then make a virtual version of. Then you have access to that wanted font. Read the read me for help!
FolderWatchr AMUG CD:Files:Util:Fj-Fz:FolderWatcher2.0.1.cpt FolderWatcher2.0.1.cpt 2.0.1 0 66K 5/31/93 FolderWatcher2.0.1 - Folder Watcher is a faceless background application that keeps an eye on an unlimited number of folders on your Macintosh, a remote Macintosh, or server. If the contents of any of these folders ever change, Folder Watcher will respond by showing an alert, playing a system beep or a custom sound, writing to a log file, executing an AppleScript script, or any combination of these. Folder Watcher requires System 7. Although it does not require a network, it is most useful when used on one. Folder Watcher is 32 bit clean and is 68040 compatible.
FMProSecurit AMUG CD:Files:Word:E-G:FMPro Security Tutorial.cpt FMPro Security Tutorial.cpt 0 67K 5/31/93 FMPro Security Tutorial - FileMaker Pro Security Tutorial teaches you about setting up passwords and groups for FileMaker files. This file includes a menu and buttons to help you navigate around and print information screens. Written by the author of the SYBEX book, "FileMaker Pro 2.0 for the Mac in a Nutshell".
FirstLessons AMUG CD:Files:Education:F:First Lessons in Math First Lessons in Math 0 250K 5/31/93 First Lessons in Math - First Lessons in Math is an outstanding program that will teach basic counting, addition and subtraction to preschool aged children. There are a total of seven different lessons,each developing a specific mathematical concept. After completing the course children will be able to - count from 1-10, recognize the numbers at sight, and conceptualize their value, know where the numbers are a keyboard, count the number of objects in a picture set, add or subtract the values of two picture sets, and add and subtract real numbers in mathematical equations. Also keeps track of the student's progress. Paying the shareware fee gives access to the entire program.
FileBuddy1.5 AMUG CD:Files:Util:F-Fi:File Buddy1.5.1.cpt File Buddy1.5.1.cpt 1.5.1 0 90K 5/31/93 File Buddy1.5.1 - File Buddy is a general file utility which provides a variety of Get Info options, including the most extensive, powerful Get Info available for files and folders. This utility also creates aliases and performs other file-related actions when you hold down modifier keys as you drag a file on it. Can scan for unattached aliases and Prefs folder for unused files. A powerful program!
Enochia.cpt AMUG CD:Files:Font:E:Enochia.cpt Enochia.cpt 0 19K 5/31/93 Enochia - Enochia is a typeface which was used in the 1500's by Sir Edward Kelly to dictate his visions of the 31 Aethyrs to Dr. John Dee. It is also an excellent font for fantasy game players, as it offers a typeface you may have never seen. For those of you who will use the font for metaphysical work, the letters' positions on the keyboard correspond to their English counterparts. Some are duplicated, however they still correctly correspond. This is a shareware font distributed and created by AUM Publications.
EdgarAllanPo AMUG CD:Files:Education:E:Edgar Allan Poe III.cpt Edgar Allan Poe III.cpt III 0 53K 5/31/93 Edgar Allan Poe III - This HyperCard stack includes 10 Edgar Allen Poe Poems and his background history. The included poems are Sonnet-To Zante, Serenade, A Valentine, Eulalie - A Song, The Conqueror Worm, Bridal Ballad, An Enigma, Evening Star, The Lake To-, and To-.
DL/ULTimeGua AMUG CD:Files:Tele:First Class:DL/ULTimeGuage.cpt DL/ULTimeGuage.cpt 0 14K 5/31/93 DL/ULTimeGuage - "Download/Upload Time Guage" contains resources for modifying the download files and upload files dialog boxes. The approximate time in minutes listed is for 2400 baud transfers. To install, just open Download/Upload Time Guage and use its standard file dialog to select the FirstClass application or a settings file. That's all! When Download/Upload Time Guage has finished installing resources, it will show you another standard file dialog so you can install resources in more files if you wish. When you're finished, click the Quit button.
DinoBlocksD AMUG CD:Files:Education:D:DinoBlocks Demo.cpt DinoBlocks Demo.cpt Demo 0 728K 5/31/93 DinoBlocks Demo - DinoBlocks™ was designed for small children, roughly between the ages of 3 and 6. The action is not too fast, the controls are easy to master, and there aren't any attacking aliens to dodge. There is no winner or loser, no high score to beat, and best of all, no one dies. Use the dinosaur to catch the falling blocks, then drop them down the volcanoes. Move the mouse to make the dinosaur move and click the mouse to drop a block. Match the colors, shapes, sizes, and/or pictures on the blocks with those on the volcanoes. The Demo version limits the amount of options you can choose from, and game length.
DeltaTime1.1 AMUG CD:Files:Bus:D-E:DeltaTime 1.1.0.cpt DeltaTime 1.1.0.cpt 1.1.0 0 66K 5/31/93 DeltaTime 1.1.0 - DeltaTime is the Ultimate Desk Top Calendar. What you get is a two month calendar rendered in full 3D color (or B/W) plus lots and lots of buttons. DeltaTime is actually a fully functional date differential calculator. How many days have you been alive...easy to find out. What day of the week will 90 days from today fall on...child's play. Basically if you need to know how many days, weeks, months or years fall between two dates DeltaTime will quickly find it for you. DeltaTime accurately covers from Jan 1, 1583 to December 2040, read the docs to find out why those dates were chosen.
CryptogramVI AMUG CD:Files:Hyper:Co-Cz:Cryptogram VIa.cpt Cryptogram VIa.cpt VIa 0 31K 5/31/93 Cryptogram VIa - This HyperCard stack was designed for those who enjoy solving cryptogram word puzzles. The object of the game is to substitute one letter for another to reveal a literary quote of common saying. This stack includes over 225 puzzles, and was written by Leslie Thomas, an Arizona Macintosh User Group member.
Coloredarrow AMUG CD:Files:QuickTime:C:Colored arrows.movie.cpt Colored arrows.movie.cpt 0 46K 5/31/93 Colored arrows.movie - This is a brief Quicktime clip (1 second) of colored arrows moving across the screen from left to right, similar to what you'd see in an old science class film. Needs the Quicktime extension and Movie Player. Select loop from the Movie Player for the best view.
ColorTracks1 AMUG CD:Files:Music:C:Color Tracks1.0.1.cpt Color Tracks1.0.1.cpt 1.0.1 0 5K 5/31/93 Color Tracks1.0.1 - ColorTracks is a simple sort-of-extension that enables the music tracks on your audio CDs to display color and/or small icons. Just drop ColorTracks into your System Folder and hold down the command-option keys while re-booting to rebuild the desktop. Unintalling ColorTracks is just as simple. This file works by using special tricks to fool the Finder. It does not take up any RAM and it does not slow down the system.
ClockTools22 AMUG CD:Files:Util:C-Cm:ClockTools2.2.cpt ClockTools2.2.cpt 2.2 0 6K 5/31/93 ClockTools2.2 - ClockTools, CT, is a rather simple program that tells you if there are any problems with your clock chip. We suggest that you make ClockTools your Startup Item, (in System 6 do this by clicking on the CT icon, and selecting "Set Startup" from the "Special" menu. System 7 users: drag CT into your "Startup Items" folder inside your System Folder), or launch CT every time you move your computer. ClockTools requires at least 100k of free RAM. It is compatible with all Macintoshes.
ClassDingTT2 AMUG CD:Files:Font:C:ClassDingTT2.0.cpt ClassDingTT2.0.cpt 2.0 0 50K 5/31/93 ClassDingTT2.0 - Based upon an idea I had when reading the Philadelphia Inquirer. The Philadelphia Inquirer and its sister paper, the Philadelphia Daily News, use graphics to represent different categories of classified advertising. I created this font out of that idea. There are two "dingbats" for each item. One is without a box and is "normal". The other is boxed and in reverse compared to the shifted variety. I then added new dingbats for such items as a computer (hardware or software), formal wear, specific pets (cats, rabbits, birds, horses), and other services.
ChordNamer AMUG CD:Files:Hyper:C-Cl:Chord Namer.cpt Chord Namer.cpt 0 51K 5/31/93 Chord Namer - Chord Namer is a stack that allows you to click on a diagram of the Guitar fretboard and see the Name and Symbol of the chord you are playing. This DEMO version only recognizes Major or Minor chords. The full version can recognize M, m, Diminished, Augmented, 7th, m7, 7+5, 7-5, M7, M7-3, M7-5, 7sus4, 6th, m6, 9th, m9, M9, 9-5, 9+5, 7-9, 7+9, 11th, and 13th chord types. A must have stack for any guitar player, beginner to Pro! This stack is part of the Guitar Tech MasterTools collection by Mark Starlin.
Changeling2 AMUG CD:Files:Util:C-Cm:Changeling 2.0.cpt Changeling 2.0.cpt 2.0 0 18K 5/31/93 Changeling 2.0 - This is Star's End Enterprises' critically acclaimed Changeling program. The program can alter an application or document's file type and various other characteristics, such as invisibility and various forms of locking. It is quite good, quite fast, and programs can be dropped on it to load (in System 7).
BuildMovie AMUG CD:Files:QuickTime:B:Build Movie.cpt Build Movie.cpt 0 90K 5/31/93 Build Movie - 10 frame B & W Quicktime movie digitized form Eadweard Muybridge's "The Human figure in Motion". This is a movie about a man running. Looks nice when looped.
BriansSoundT AMUG CD:Files:Music:B:BriansSoundTool.cpt BriansSoundTool.cpt 0 15K 5/31/93 BriansSoundTool - This is a "quick and dirty" program to do drag and drop conversion to and from Windoze .WAV files and Mac sound files. If you open a non-Mac file with it, it will convert it to a Mac file, and if you open a Mac file, it will convert it to a Windoze .WAV file. The output options are fairly limited. For input however, a Mac file is a system 7 sound file, an FSSD file (with or without HCOM compression), or a system file or sound mover suitcase.
BBEdit2.5D AMUG CD:Files:Prog:B-C:BBEdit 2.5 Demo.cpt BBEdit 2.5 Demo.cpt 2.5Demo 0 398K 5/31/93 BBEdit 2.5 Demo - BBEdit 2.5 is a fast, robust programmer's text editor which supports integrated software development in tandem with Symantec Corp.'s THINK C(TM) version 6.0. It also allows browsing and searching of source files contained within THINK C and THINK Pascal project documents, provides integrated support for Apple's MPW(R) ToolServer(TM) 1.0, and the MPW "411" reference system, and has many other developer-oriented features, such as text file comparison, extensibility via "drop-in" code resources,and powerful "grep" search/replace capability. This demo version has full functionality except for saving and printing files.
BBBQ.cpt AMUG CD:Files:Word:B:BBBQ.cpt BBBQ.cpt 0 285K 5/31/93 BBBQ - Bob's Best of Book Quotes - Here's a quick and easy way to locate a quote by author, topic, or theme. This is a FileMaker Pro file and is fairly self explanatory. Just enter an author, and a famous quote of his will appear. One example, after searching for a political quote, is - Charles DeGaulle, "I have come to the conclusion that politics is too serious a matter to be left to the politicians." Fun program for literary folks.
BazFaz1.1 AMUG CD:Files:Game:B:BazFaz1.1.cpt BazFaz1.1.cpt 1.1 0 62K 5/31/93 BazFaz1.1 - BazFaz is a little green guy who has wondered into a bad part of the universe. Your job is to help him get home by passing through seven worm holes, while defending yourself from radioactive crystals, forams and happy faces. Be sure to stop at the gas station to reload, and don't shoot yourself by firing straight up, down or across!!
Afmtips1.cpt AMUG CD:Files:Game:A:Afm tips 1.cpt Afm tips 1.cpt 0 4K 5/31/93 Afm tips 1 - This is a hints and tricks file for the adventure game Another Fine Mess. If you are stuck, or just want to cheat, check out this text file.
AboutThisMac AMUG CD:Files:Util:A-Ag:About This Mac1.3.cpt About This Mac1.3.cpt 1.3 0 17K 5/31/93 About This Mac1.3 - Tells you alot of what you might want to know about your Mac. Tells about Hardware - Processor, RAM and ROM size, FPU type, MMU type, addressing and keyboard; and Software Versions - System, Quickdraw, TextEdit, TimeManager and Gestalt.
3DControlPan AMUG CD:Files:Util:Icons:3D Control Panels.cpt 3D Control Panels.cpt 0 33K 5/31/93 3D Control Panels - Here is a collection of 3D Control Panel icons. The author has included most of the control panels commonly found in the System Folder, plus included a few icons for "add-ons" like BeHeirarchic, ATM, Open Wide, etc. With System 7, the 3D control panels can be viewed without using ResEdit, and can be copied and pasted by choosing Get Info on the various icons.
RichsTrashI AMUG CD:Files:Util:Icons:Rich's Trash Icons.cpt Rich's Trash Icons.cpt 0 22K 5/22/93 Rich's Trash Icons - Trash Icons such as a toilet, wastebasket, mail box and nuclear waste container.
RichsSystem AMUG CD:Files:Util:Icons:Rich's System Icons.cpt Rich's System Icons.cpt 0 21K 5/22/93 Rich's System Icons - Folder replacement icons for inside the System Folder, such as Users and Groups, Control Panels, etc.
RichsComput AMUG CD:Files:Util:Icons:Rich's Computer Icons.cpt Rich's Computer Icons.cpt 0 29K 5/22/93 Rich's Computer Icons - Icon replacements which look like computers, some with happy faces on them. Some replacements are for IBM, a powerbook, Mac Plus, Lisa, and newer models.
RichsCartoo AMUG CD:Files:Util:Icons:Rich's Cartoon Icons.cpt Rich's Cartoon Icons.cpt 0 47K 5/22/93 Rich's Cartoon Icons - Icon replacements which look like Calvin and Hobbes, Oscar the Grouch, a heart, and many more!!
BeakerTrashI AMUG CD:Files:Util:Icons:Beaker Trash Icon.cpt Beaker Trash Icon.cpt 0 2K 5/22/93 Beaker Trash Icon - A Trash Icon that looks like a full or empty beaker.
VendorDA1.4 AMUG CD:Files:DA:U-V:VendorDA1.4.cpt VendorDA1.4.cpt 1.4 0 77K 5/22/93 VendorDA1.4 - Listing of 824 Macintosh product vendors in a document display application (using Print2PICT 3.5). Directory includes main, product info (800 numbers in most cases), and technical support numbers and/or FAX numbers. Listing was culled from over 2000 vendors, gathered from four electronic databases, six print media, and via voice (for verification). Great for those times when you really need to contact a developer or manufacturer for product compatibility information or troubleshooting.
Ulaw1.1Freew AMUG CD:Files:Music:U-Z:Ulaw 1.1 Freeware.cpt Ulaw 1.1 Freeware.cpt 1.1 0 30K 5/22/93 Ulaw 1.1 Freeware - This application converts mac sampled sounds to Sun Ulaw format sounds and vice versa. It should run on a machine without color QuickDraw and also under System 6.07, but System 7 is preferred.
TidBITS176 AMUG CD:Files:MUG News:TidBITS:176-200:TidBITS#176/10-May-93.cpt TidBITS#176/10-May-93.cpt 176 0 13K 5/22/93 TidBITS#176/10-May-93 - We present the first of our three-part look at MIDI on the Macintosh, so pay attention if you've ever wondered about music on the Mac. This week also brings the release of the latest and greatest version of Easy View, a look at a strange modem problem and its solution, and the scoop on how an FPU (floating point unit or math coprocessor) interacts with the LC III. Finally, information on how to get a free Microsoft Mail to SMTP gateway.
TengwarGanTT AMUG CD:Files:Font:T-Z:Tengwar-GandalfTT.cpt Tengwar-GandalfTT.cpt 0 28K 5/22/93 Tengwar-GandalfTT - This is the true type version of the elvish writing found in J.R.R. Tolkien's The Lord of the Rings. It is flowing and beautiful, and very accurate to the book. Great for writing letters to elves.
TengwarGanT1 AMUG CD:Files:Font:T-Z:Tengwar-Gandalf type 1.cpt Tengwar-Gandalf type 1.cpt 0 49K 5/22/93 Tengwar-Gandalf type 1 - This is the postscript version of the elvish writing found in J.R.R. Tolkien's The Lord of the Rings. It is flowing and beautiful, and very accurate to the book. Great for writing letters to elves.
SwitchBack2 AMUG CD:Files:Util:Sq-Sz:SwitchBack2.0.cpt SwitchBack2.0.cpt 2.0 0 92K 5/22/93 SwitchBack2.0 - Switchback v2.0 is a utility program that synchronizes the files between two computers regardless of zones or volumes. It was designed to be used specifically for users who have a PowerBook and a desktop, but can be used in many ways.
SUNAu<->snd AMUG CD:Files:Music:So-Sz:SUNAu<->snd.cpt SUNAu<->snd.cpt 0 21K 5/22/93 SUNAu<->snd - Convers sounds form the Sun Ulaw encoded audio format to Mac snd resources in sfil type files.
Style1.3.cpt AMUG CD:Files:Word:Sq-Sz:Style1.3.cpt Style1.3.cpt 1.3 0 76K 5/22/93 Style1.3 - This application is a multi-featured text editor that allows you to work in color, have many documents open at once, create stand-alone docs etc.
Sprockets AMUG CD:Files:Art:Sn-Sz:Sprockets.cpt Sprockets.cpt 0 57K 5/22/93 Sprockets - Just rename this file Startupscreen and drop in your system folder for a new startup screen.
Speedometer3 AMUG CD:Files:Util:Sn-Sp:Speedometer3.21.cpt Speedometer3.21.cpt 3.21 0 153K 5/22/93 Speedometer3.21 - Speedometer is THE shareware performance testing software for the Macintosh. It performs many different tests, and gives you the ultimate report on your Macintosh's speed and performance. It also includes a sample Machine Record file that contains benchmarks for many Macintosh models, so you can compare yours against the standards.
SpanishRefer AMUG CD:Files:Education:S:Spanish Reference.cpt Spanish Reference.cpt 0 189K 5/22/93 Spanish Reference - This HyperCard stack is an educational Spanish stack which can pronounce words in espanol.
SoundManager AMUG CD:Files:Music:So-Sz:SoundManagerPack1.8c SoundManagerPack1.8c 1.8c 0 212K 5/22/93 SoundManagerPack1.8c - This is the latest version of Ricardo Ettore's excellent sound manager package.
Scrolling7.0 AMUG CD:Files:Util:S-Sc:Scrolling7.0.1.cpt Scrolling7.0.1.cpt 7.01 0 9K 5/22/93 Scrolling7.0.1 - A control panel which lets you specify the maximum scrolling speed, enables you to customize the time it takes you to reach the maximum scrolling speed, and gives you the option to scroll in "real times" when dragging the thumb.
ScreenChoose AMUG CD:Files:Util:S-Sc:Screen Chooser2.1.cpt Screen Chooser2.1.cpt 2.1 0 50K 5/22/93 Screen Chooser2.1 - ScreenChooser V2.1 is the ULTIMATE StartUp Screen manager. Like previous ScreenChooser versions, it's primary job is to randomize StartUp Screens (image files that spice up the boot process by putting up beatiful images). Version 2.1 adds several new features.
RichsCoolpp AMUG CD:Files:Util:Textures:Rich's Cool ppats.cpt Rich's Cool ppats.cpt 0 52K 5/22/93 Rich's Cool ppats - Over 30 new ppats which can be installed with Desktop Textures.
RichsColorC AMUG CD:Files:Util:Cn-Cz:Rich's Color Cursors.cpt Rich's Color Cursors.cpt 0 14K 5/22/93 Rich's Color Cursors - New cursors use with for Cursor Animator. Includes a front facing hand, black finger cursor, black counting hand, deluxe spinner and more!
RecognizeMou AMUG CD:Files:Util:R:RecognizeMouse.cpt RecognizeMouse.cpt 0 46K 5/22/93 RecognizeMouse - Automatically checks your ADB chain on startup to recognize any devices (mice, trackballs, etc.) without drivers, so you don't have to use ADB Probe or ADB Parser to connect.
PowerScan1.01 AMUG CD:Files:Util:Pm-Pz:PowerScan1.0.cpt PowerScan1.0.cpt 1.0 0 106K 5/22/93 PowerScan1.01 - Utility which scans disks or folders for files, searches for duplicates, and can use filters.
PostCalc1.0 AMUG CD:Files:Bus:N-Q:PostCalc1.0.cpt PostCalc1.0.cpt 1.0 0 24K 5/22/93 PostCalc1.0 - If you have found normal in-fix calculations cumbersome and you wish that a post-fix calculator existed for the Mac, Post Calc is for you.
PlayerSetup2 AMUG CD:Files:Hyper:P:PlayerSetup2.03b1.cpt PlayerSetup2.03b1.cpt 2.03b1 0 30K 5/22/93 PlayerSetup2.03b1 - This HyperCard stack was designed to help develop scripts to run VideoWorks and MacroMind Director movies (studio only, no overviews) from HyperCard.
PictShow1.5 AMUG CD:Files:Art:P:PictShow1.5.cpt PictShow1.5.cpt 1.5 0 26K 5/22/93 PictShow1.5 - PICTshow a small slideshow program for viewing PICT-files, listening to sounds, and viewing QT-Movies on a color-capable Macintosh.
PickColor1.0 AMUG CD:Files:Hyper:P:PickColor 1.0.cpt PickColor 1.0.cpt 1.0 0 9K 5/22/93 PickColor 1.0 - This is an external HyperCard function that allows the user to choose any desired RGB color value from the Apple Color Picker. The choosen color is then returned as a three value set for further usage.
PhoneBookPlu AMUG CD:Files:Bus:N-Q:PhoneBook Plus2.6.7.cpt PhoneBook Plus2.6.7.cpt 2.67 0 93K 5/22/93 PhoneBook Plus2.6.7 - Phonebook does what the name implies plus LOTS more (super dialing, call tracking, envelopes, you name it) and does it quite fast. The application is also available as a DA. This latest incarnation fixes a nagging problem with pulse-dial phones and adds support for the Sequential Circuits Desktop Dialer.
OnlineBible2 AMUG CD:Files:Education:O-P:OnlineBible2.0.1.cpt OnlineBible2.0.1.cpt 2.01 0 249K 5/22/93 OnlineBible2.0.1 - This is a program designed to make Bible study easier and more productive.
NSF-Formsre AMUG CD:Files:Word:N:NSF-Forms-rev-4.93.cpt.hqx NSF-Forms-rev-4.93.cpt.hqx 4/93 0 143K 5/22/93 NSF-Forms-rev-4.93 - Stationery docs for Word and Excel formatted to look like the National Science Foundations Proposal submission forms.
MuEdit1.0 AMUG CD:Files:Word:Md-Mz:MuEdit1.0.cpt MuEdit1.0.cpt 1.0 0 31K 5/22/93 MuEdit1.0 - This is a text editor for small (less than 32k) text files. The files can contain text in multiple scripts, fonts, sizes, colors and facetypes (bold, italic..).
Monitor1.4 AMUG CD:Files:Util:Md-Mz:Monitor1.4.cpt Monitor1.4.cpt 1.4 0 22K 5/22/93 Monitor1.4 - This utility allows you to see the level of activity taking place within your computer. Much of the information is displayed in simple graphs.
MIDISplit1.0 AMUG CD:Files:MIDI:H-M:MIDISplit1.0.cpt MIDISplit1.0.cpt 1.0 0 16K 5/22/93 MIDISplit1.0 - This application allows you to split and/or layer a MIDI keyboard, wind controller, etc. into one, two or more MIDI channel zones. These zones can send pitchbend, controller and patch change message or not, and can be transposed. It is designed to run in the background whilst other applications are running, even whilst sequencers, etc. are playing as long as they are using the Apple MIDI Manager system.
MetroDemoV2 AMUG CD:Files:MIDI:H-M:Metro Demo V2.3.cpt Metro Demo V2.3.cpt 2.3 0 494K 5/22/93 Metro Demo V2.3 - METRO is the ultimate sequencer. It will play songs and midi files without additional hardware if you have an apple sound chip. It supports all Midi devices. Very easy to use. The documentation is limited but questions can be addressed to Jeremy Sagan (screen name = JermBey). Any questions about ordering the real copy should also be addressed to JermBey.
MacTips&Tric AMUG CD:Files:Mag:M-O:MacTips & Tricks5/93.cpt MacTips & Tricks5/93.cpt 5/93 0 103K 5/22/93 MacTips & Tricks5/93 - This is the shareware version of MACINTOSH TIPS & TRICKS. Distributed electronically as a double-clickable DOCMaker format document, MACINTOSH TIPS & TRICKS includes Macintosh news and information, as well as productivity tips for various Macintosh products. This issue is sponsered by TransNet Corp. Articles include "Addresses and Envelopes with Microsoft Word 5.1", "Understanding Excel's Number Format Codes", and "Creating a Lookup Script with Filemaker Pro 2.0".
MacSolutions AMUG CD:Files:Education:M:MacSolutionsV3.0 MacSolutionsV3.0 3.0 0 42K 5/22/93 MacSolutionsV3.0 - This is a calculator-like program which performs calculations common in making chemical solutions.
MacHistory5 AMUG CD:Files:Education:M:MacHistory5/93.cpt MacHistory5/93.cpt 5/93 0 124K 5/22/93 MacHistory5/93 - Mac History is a table chart that chronologically compares the salient features of each and every Macintosh to roll of the floors of Cupertino. Because so many customers had asked me about how each machine stacked up with others, it seemed as the easiest way to help them understand. Mac History is the direct result of those questions.
MacGSMenuINI AMUG CD:Files:Prog:M:MacGSMenuINIT.cpt MacGSMenuINIT.cpt 0 4K 5/22/93 MacGSMenuINIT - This INIT was written to allow MacGS to peacefully co-exist with such extensions as BeHierachic and MenuChoice, which unfortunately do not restore an application's resource file context after they execute.
MacGrid1.2 AMUG CD:Files:Game:M:MacGrid1.2.cpt MacGrid1.2.cpt 1.2 0 49K 5/22/93 MacGrid1.2 - MacGrid is a very simple program based on simple logic. Upon choosing the difficulty level, you are presented with a grid of squares. Your objective is to determine which of those squares contain mines and which do not. To do this, begin by clicking on any square in the grid. If you are lucky, it will not contain a mine, but will instead change to either a number or a blank square. This number or empty square tells you how many mines are in the immediately surrounding eight squares (six if you clicked on a side square, or three if you clicked on a corner square). This is a game of luck and logic based on the traditional MineSweeper.
M5Mac.cpt AMUG CD:Files:Music:M:M5Mac.cpt M5Mac.cpt 0 289K 5/22/93 M5Mac - Music V Mac is a Mac compiler of the famous Music V sound synthesis language. It has been integrated with a simple text editor and a powerful graphic instrument editor, and has translation capacities from textual and graphical representation of the instruments. It can generate sounds in several different formats and has some sound format conversion utilities.
LogoMotion10 AMUG CD:Files:Prog:M:LogoMotion101.cpt LogoMotion101.cpt 1.01 0 511K 5/22/93 LogoMotion101 - LogoMation is a programming environment for people young and old alike, doing their first steps in programming. It introduces the concepts of programming and program design through a programming language that supports advanced graphics, animation, and sound.
KeyboardPLUS AMUG CD:Files:Util:J-K:Keyboard PLUS.cpt Keyboard PLUS.cpt 0 22K 5/22/93 Keyboard PLUS - This is a keyboard emulation program for PowerBook users who miss/need the extra keys of the keypad. It allows you to create function keys F1-F5.
Internetprim AMUG CD:Files:Tele:I-L:Internet primer.cpt Internet primer.cpt 0 7K 5/22/93 Internet primer - This is a word document which lists basic Internet functions available.
HyperChartE3 AMUG CD:Files:Hyper:Hy-Hyperi:HyperCharts 3.0 english.cpt HyperCharts 3.0 english.cpt 3.0 0 49K 5/22/93 HyperCharts 3.0 english - This stack allows storing numeric values in up to four value areas per card. All cards are archieved in a directory on the first card of HyperCharts automatically. The XCMDs and the XFCN that come with HyperCharts do the main work, they draw the charts that result from the data stored on the cards.
HyperChartD3 AMUG CD:Files:Hyper:Hy-Hyperi:HyperCharts 3.0 deutsch.cpt HyperCharts 3.0 deutsch.cpt 3.0 0 50K 5/22/93 HyperCharts 3.0 deutsch - This stack allows storing numeric values in up to four value areas per card. All cards are archieved in a directory on the first card of HyperCharts automatically. The XCMDs and the XFCN that come with HyperCharts do the main work, they draw the charts that result from the data stored on the cards. This stack is in German.
Hi-BBSClien AMUG CD:Files:Tele:H:Hi-BBS_Client v1.08 Hi-BBS_Client v1.08 1.08 0 442K 5/22/93 Hi-BBS_Client v1.08 - This is the client program for the Hi-BBS graphic BBS system.
HebrewPad1.9 AMUG CD:Files:Font:H:Hebrew Pad1.91.cpt Hebrew Pad1.91.cpt 1.91 0 16K 5/22/93 Hebrew Pad1.91 - This program edits Hebrew for users of Israeli and font systems other than the shalom fonts. For the shalom fonts please use Shalom Pad.
FTPPrimer AMUG CD:Files:Tele:D-F:FTP Primer.cpt FTP Primer.cpt 0 8K 5/22/93 FTP Primer - This document describes basics of the Internet standard ‘file transfer protocol’, or FTP. It is not our intention to replace appropriate manuals; we merely want to summarize the most common applications and commands. Note that the bulk of our description will deal with a Unix implementation of FTP. Other systems may be more limited.
Etiquettegui AMUG CD:Files:Tele:D-F:Etiquette guide.cpt Etiquette guide.cpt 0 6K 5/22/93 Etiquette guide - This text document contains some suggestions on how to avoid conflicts in daily interactions with other members of the Internet community. It is not intended to replace similar guidelines contained in Official Internet documents, only to summarize them for the benefit of novice users.
EasyView2.32 AMUG CD:Files:Word:E-G:Easy View 2.32.cpt Easy View 2.32.cpt 2.32 0 141K 5/22/93 Easy View 2.32 - This is Easy View 2.32 from Akif Eyler of Turkey. Easy View is a clean, easy-to-use browser for text files and especially shines when viewing files that use a specific format, like the setext format used in the TidBITS electronic newsletter.
EarthSplash1 AMUG CD:Files:Util:After Dark:EarthSplash1.1.cpt EarthSplash1.1.cpt 1.1 0 9K 5/22/93 EarthSplash1.1 - This is a small AfterDark module that catapults a small rotating earth which will splash when the earth falls to the bottom of the screen.
DynamicMath1 AMUG CD:Files:Prog:D-G:Dynamic Math1.0.1.cpt Dynamic Math1.0.1.cpt 1.01 0 31K 5/22/93 Dynamic Math1.0.1 - This is an update to Dynamic Math v1.01, which is a library for Think C programmers. It sparses and intersects formulas written in ASCII II. Obvious uses are for testing and visualizing formulas.
DragWindow23 AMUG CD:Files:Util:Df-Dz:DragWindow23.CPT DragWindow23.CPT 2.3 0 7K 5/22/93 DragWindow2.3 - With this extension installed, whenever you click on the titlebar of a window to drag it to a new location, you will drag the full window around instead of the old familiar outline.
DoPie1.1.cpt AMUG CD:Files:Hyper:D:DoPie1.1.cpt DoPie1.1.cpt 1.1 0 12K 5/22/93 DoPie1.1 - This is an external HyperCard command that generates a whole pie chart within a separate window. The picture is displayed either in color or black and white.
DoLineBar2.0 AMUG CD:Files:Hyper:D:DoLineBar 2.0.cpt DoLineBar 2.0.cpt 2.0 0 19K 5/22/93 DoLineBar 2.0 - This is an external HyperCard command that generates a whole graphic chart within a separate window. The picture is displayed in either color or black and white.
Dipole.cpt AMUG CD:Files:Quicktime:D-E:Dipole.cpt Dipole.cpt 0 28K 5/22/93 Dipole - This file contains a b & w QuickTime 1.5 movie of the field lines generated by a radiating electric dipole.
DefaultFolde AMUG CD:Files:Util:D-De:Default Folder2.33.cpt Default Folder2.33.cpt 2.33 0 91K 5/22/93 Default Folder2.33 - Default Folder is a control panel that lets you "link" a default folder to any application or desk accessory. When you launch a desk accessory or a linked application by itself (ie. not by double clicking on a document), Default Folder sets things up so the file dialog boxes initially open in your default folder. Default Folder can also provide pop-up menus in the file dialog box to allow you to switch between folders and between volumes.
DayStarvsTra AMUG CD:Files:Util:D-De:DayStar vs Transworp.cpt DayStar vs Transworp.cpt 0 10K 5/22/93 DayStar vs Transworp - This file may be of interest to those thinking of upgrading their Macintosh LC via their PDS slot. Speedometer 3.11 file contains All Machine files plus Transwarp 33 record and DayStar Power Cache in my machine.
DartmouthXCM AMUG CD:Files:Updates:General:DartmouthXCMDS4.03 upd DartmouthXCMDS4.03 upd 4.03 0 100K 5/22/93 DartmouthXCMDS4.03 - This is an updater for 4.0, 4.01 or 4.02. Dartmouth is a HyperCard stack containing a collection of 50 XCMD's and XFCN's developed over the years at Dartmouth College. The stack includes source code for all but one XFCN, including three examples of external window XCMD's. Sources are in Pascal or C.
CoinMaster2 AMUG CD:Files:Hyper:Co-Cz:CoinMaster2.0.cpt CoinMaster2.0.cpt 2.0 0 170K 5/22/93 CoinMaster2.0 - This is a hypercard program for cataloging US coins.
ClassDingbT1 AMUG CD:Files:Font:C:ClassDingbatsT1.cpt ClassDingbatsT1.cpt 0 40K 5/22/93 ClassDingbatsT1 - This is the first version of Classified Dingbats. Classified Dingbats is a font containing graphics (or font characters) that were found in a local newspaper that were used for spicing up the want ads. I then added some additional symbols that I felt blended in with this set.
CatFinder1.1 AMUG CD:Files:Util:C-Cm:CatFinder1.11.cpt CatFinder1.11.cpt 1.11 0 94K 5/22/93 CatFinder1.11 - CatFinder is a disk management tool that catalogs your disks and provides an intuitive Finder-like interface for browsing the catalogs. Floppies, hard disks, CD ROMs, any disk can be cataloged with CatFinder. Once a disk is cataloged you can quickly browse the disks contents without having the disk mounted. CatFinder also offers powerful search and report features to help you find and organize your files, and will even print diskette labels.
Canon.cpt AMUG CD:Files:Music:C:Canon.cpt Canon.cpt 0 9K 5/22/93 Canon - Canon is a small utility that plays system 7 sound files in the background (synchronously).
BusDir3.02 AMUG CD:Files:Bus:B:BusDir3.02.cpt BusDir3.02.cpt 3.02 0 26K 5/22/93 BusDir3.02 - This is a FileMaker Pro Template for a business directory, it's features include a highly graphical interface with the ability to automatically copy and paste into other programs etc.
BBEditLite2 AMUG CD:Files:Word:B:BBEdit Lite2.3.cpt BBEdit Lite2.3.cpt 2.3 0 171K 5/22/93 BBEdit Lite2.3 - BBEdit Lite is an evolutionary sucessor to BBEdit 2.2, the popular freeware text editor. BBEdit Lite offers the same overall performance and ease of use as BBEdit 2.2, but has a number of improvements, such as faster linefeed translation for DOS files, an Unwrap command for unwrapping text to export to word processors; a general-purpose Change Case function; improved compatibility with Macintosh Unix systems such as A/UX and MachTen, and a 20% reduction in disk space usage. Some features of 2.2 which were technically interesting but not of general use have been removed to reduce space requirements.
Babylabyrint AMUG CD:Files:Game:B:Babylabyrinth102.cpt Babylabyrinth102.cpt 0 462K 5/22/93 Babylabyrinth1.02 - I wrote this application to let my 5-years old daughter, Marianna, play with my computer. She liked very much “BachMan”, but it was a bit too difficult and fast to play. So, as her birthday was approaching, and I was at home ill, I decided to write her this simple game. It is a poor B/W game, as I’ve got only an old and glorious mac SE, and I’ve written it in THINK Pascal. It should run on any macintosh running sys 6.04 or later. If you find any bug or have problems with the game, contact me and I’ll try to fix them (if I have time) I used a lot of icon in the menus in order to make them easy to understand to a child.
ATC1.1.cpt AMUG CD:Files:Game:A:ATC1.1.cpt ATC1.1.cpt 1.1 0 50K 5/22/93 ATC1.1 - Here is the first air traffic controller that operates with MicroSoft Flight Simulator™. It uses some undocumented apple events to find out position of aircraft and sends messages to the pilot with Notification Manager.
AllDay2.1 AMUG CD:Files:Bus:A:AllDay2.1.cpt AllDay2.1.cpt 2.1 0 13K 5/22/93 AllDay2.1 - AllDay is a tiny program styled after the well known Macintosh Desk Accessories. It´s only duty is to build a yearly calendar within a separate window. Once displayed, it is possible to thumb backward or forward through the years or to jump to a certain year via a separate dialog. AllDay works without any pre-programmed calendar tables. It builds the chosen yearly overview at the time of clicking the mouse button and "forgets" the current one upon switching to another year.
Al-Fahita AMUG CD:Files:Hyper:A-An:Al-Fahita.cpt Al-Fahita.cpt 0 187K 5/22/93 Al-Fahita - This HyperCard stack sings a prayer in Arabic from the Koran.
ADWallPaper AMUG CD:Files:Util:After Dark:ADWallPaper.cpt ADWallPaper.cpt 0 12K 5/22/93 ADWallPaper - Two After Dark modules which lay down squares of color like wallpapering.
InterruptBu AMUG CD:Files:Util:In-Iz:Interrupt Button1.1.cpt Interrupt Button1.1.cpt 1.1 0 14K 5/14/93 Interrupt Button 1.1 - Interrupt Button is a simple, extremely handy INIT, which allows Macintosh users with a Programmers' Switch, to hit the Interrupt Button and return to the desktop - without having that obnoxious dialog appear, and you have to type in "G FINDER" in order to return to the desktop.
YearlyCalend AMUG CD:Files:Bus:T-Z:Yearly Calendar.cpt Yearly Calendar.cpt 0 11K 5/14/93 Yearly Calendar - This template will print a full yearly calendar on a normal 8 1/2 X 11 sheet of paper. It can print any year after Excel's base year of 1904. I find it useful pinned on the wall by my desk to easily check out a date which is a month or two in the future without having to flip calendar pages. It is "soft protected" and can be unprotected without a password if you wish to change fonts, etc.
UnitedStates AMUG CD:Files:Education:T-Z:United States HTB 2.2 L1.cpt United States HTB 2.2 L1.cpt 2.2 0 58K 5/14/93 United States HTB 2.2 L1 - First level HyperTextBook on the United States of America. Updated information and a few minor bug fixes in the HTB Shell. Over 138 downloads of the previous version.
UltraFlight3 AMUG CD:Files:Tele:First Class:FC Systems:UltraFlight3.0settings.cpt UltraFlight3.0settings.cpt 0 467K 5/14/93 UltraFlight3.0settings - Ultraflight Online Services/MUG and Skyline Systems MUG of NJ are proud to announce the release of Version 3.0 of the Ultraflight FirstClass BBS settings file and operations manual. Yes, the package is big, but it's great! No demo rides please! Login ONLY if you are seriously considering becoming a member of our BBS and Apple Authorized User Group!
TROUSettings AMUG CD:Files:Tele:First Class:FC Systems:TROU Settings 5/5.cpt TROU Settings 5/5.cpt 0 277K 5/14/93 TROU Settings 5/5 - Chicago's Macintosh Users meet monthly to exchange information; learn from representatives of Apple, Microsoft, Claris, Aldus ... and have contact with other computer users! "THE REST OF US" is the Chicago based organization which also benefits members with software discounts, tech-support, questions and answers and door prizes at the main meetings, Special Interest Groups and more. Members of The Rest Of Us have put online a new GUI BBS, and you are invited to download the TROU Settings document in order to visit. While access for guest is limited, there is lots for the visitor to see and do.
TrashEmptier AMUG CD:Files:Util:Tf-Tz:TrashEmptier 1.1.cpt TrashEmptier 1.1.cpt 1.1 0 20K 5/14/93 TrashEmptier 1.1 - When dragging and dropping the icon of a volume (disk, hard disk, SyQuest etc...) onto TrashEmptier, all the files put in the wastebasket are deleted. There is no confirmation dialogue unless a file is locked. In the case that several files are locked, clicking 'OK' to confirm will erase them all. When pressing 'Option', TrashEmptier ejects the volume(s) after emptying the trash apart from the start-up disk. TrashEmptier allows you to delete immediately and definitively a file or a folder. THIS OPERATION IS IRREVERSIBLE but you have the safeguard of a confirmation dialogue.
TotalXport AMUG CD:Files:Word:Tc-Tz:Total Xport.cpt Total Xport.cpt 0 5K 5/14/93 Total Xport - Total Xport is a very simple XTension that will export the text from all the text boxes in a QuarkXPress document to a single text file. To use Total Xport, select the Export All Text… item from the Utilities menu. Then select the export file work with QuarkXPress documents.
Tomsspringpp AMUG CD:Files:Util:Textures:Toms spring ppats.cpt Toms spring ppats.cpt 0 11K 5/14/93 Toms spring ppats - 3 background patterns from video stills that I shot today to memorialize the season now upon us. Spring forest, dogwood, and the return of green grass!
TomsPalmppa AMUG CD:Files:Util:Textures:Tom's Palm ppat.cpt Tom's Palm ppat.cpt 0 4K 5/14/93 Tom's Palm ppat - this is an interesting desktop texture of palm leaves on your Mac.
TimesTables AMUG CD:Files:Education:T-Z:Times Tables.cpt Times Tables.cpt 0 19K 5/14/93 Times Tables - this is a nice color educational program that teaches kids their times tables.
TidBITS#175 AMUG CD:Files:MUG News:TidBITS:151-175:TidBITS#175/03-May-93.cpt TidBITS#175/03-May-93.cpt 175 0 14K 5/14/93 TidBITS#175/03-May-93 - This week starts with Apple's announcement of the Japanese Language Kit, a programmer's After Dark module contest, PowerBooks on the space shuttle, and a warning about using two TelePort modems at once. Most importantly, we review the excellent Toner Tuner, which saves toner on each printout, look at how to be more environmentally gentle in your computer use, and investigate a strange problem affecting Quadra 800 users with 16 MB SIMMs.
TidBITS#174 AMUG CD:Files:MUG News:TidBITS:151-175:TidBITS#174/26-Apr-93.cpt TidBITS#174/26-Apr-93.cpt 174 0 15K 5/14/93 TidBITS#174/26-Apr-93 - Lots of little bits this week, including comments, corrections, and tips about System 7. Mark Anbinder covers the malicious INIT-M virus along with an excellent offer for a MS Mail/Internet gateway that expires at the end of the week. On the lighter side we have Ian Feldman's intriguing list of fiction set in computer or programming environments. Finally, a look into the future at the PowerBook 145B, the next cheap PowerBook, and what it means for Apple.
Threeshortpn AMUG CD:Files:MIDI:N-Z:Three short pno pces.midi.cpt Three short pno pces.midi.cpt 0 5K 5/14/93 Three short pno pces.midi - Short piano pieces composed 1985 and revised 1993: Cats, Dance and Fantasy.
TheTalkingSp AMUG CD:Files:Education:T-Z:The Talking Spelling Bee .cpt The Talking Spelling Bee .cpt 0 243K 5/14/93 The Talking Spelling Bee - The Talking Spelling Bee is the second program in the Reading Lab Series. After learning the alphabets with the Talking Alphabet, children are now ready to learn to read and spell. Starting with Two letter words, "The Talking Spelling Bee" will ask you to spell a word. It will first say and show the word on the Blackboard. Each letter of the word will then turn into a question mark. The student must then recreate what they heard and saw by either typing the letter keys or by pressing the alphabet blocks with the mouse. As you spell the word, the question marks will turn into letters while simultaneously sounding each letter.
TheMathLabv1 AMUG CD:Files:Education:T-Z:The Math Lab v1.0.cpt The Math Lab v1.0.cpt 1.0 0 171K 5/14/93 The Math Lab v1.0 - The Math Lab will provide teachers and parents with an extensive mathematical teaching and testing resource. Students will be able to study basic addition, subtraction, multiplication and division at any level. Students can work with equations as simple as 1+1= 2 or as difficult as 100 * 100= 10,000. This program will replace the need for math dittos and flash cards with a more exciting and fun way to learn math! The Math Lab is a full blown color compiled application with many custom features. First choose a subject Addition,Subtraction, Multiplication or Division. Then set the appropriate level of difficulty. Students have several options for entering answers.
TextStreamer AMUG CD:Files:System7 tools:T:TextStreamer2.0.cpt TextStreamer2.0.cpt 2.0 0 19K 5/14/93 TextStreamer2.0 - "This program is a drop box for System 7. Drop text files on top of this program to concatenate them together. It currently has three settings, 1.Put headers on each file 2. Move file to trash 3. Page breaks. Option key - You can now set the preferences on the fly by holding down the Option-key while you drop files onto Text Streamer. Now I don't have five copies on my desktop. ::)
TextCat.cpt AMUG CD:Files:Util:T-Te:TextCat.cpt TextCat.cpt 0 22K 5/14/93 TextCat - Cat 2.0 contains an option which enables linked folders to be searched for files matching the search criteria. In other words, Cat 2.0 will now search not only the designated folder, but all folders within the designated folder, as well as all folders within those folders, as well as.... (you get the idea). The resulting merged text document will appear in the original designated folder. (ie the "top" folder in the search path.
TeachTextXTN AMUG CD:Files:Word:Tc-Tz:TeachText XTND.cpt TeachText XTND.cpt 0 15K 5/14/93 TeachText XTND - Allows apps that use the XTND system (i.e. MacWrite II/Pro, Nisus) to read and write TeachText files with pictures.
TahitiDance AMUG CD:Files:QuickTime:T-Z:Tahiti Dance.QT.cpt Tahiti Dance.QT.cpt 0 643K 5/14/93 Tahiti Dance.QT - Images are from a trip to Tahiti......it is of a female dancing and doing hand movements..
SupremeCourt AMUG CD:Files:Education:S:Supreme Court HTB 2.2 L1.cpt Supreme Court HTB 2.2 L1.cpt 2.2 0 51K 5/14/93 Supreme Court HTB 2.2 L1 - First level HyperTextBook on the Supreme Court of the United States. Updated information and a few minor bug fixes in the HTB Shell. Over 126 downloads of the previous version.
SuperATMRevi AMUG CD:Files:Mag:P-S:SuperATM Review.cpt SuperATM Review.cpt 0 44K 5/14/93 SuperATM Review - To deal with this new found mobility in the Information Age, the people at Adobe have come up with SuperATM. Its basic purpose, as stated on page one of the User Guide, “…is to provide placeholders for original typefaces while a work is in progress.” In other words, as long as SuperATM is installed on any of the Macs you use, it preserves the basic original look of your document, regardless of what fonts exist in the system of the Mac on which you are currently working. This is a review.
SS.DATA.FORK AMUG CD:Files:Game:S:SS.DATA.FORK.HACK.cpt SS.DATA.FORK.HACK.cpt 0 10K 5/14/93 SS.DATA.FORK.HACK - Spectre Supreme DATA FORK HACK this is a PICT file, showing you where to edit, to "better" your tank. instructions, make sure you note the values stored in your "custom" tank ( you can edit these in Spectre when you choose which tank to use ) open the preference file: Spectre Supreme Settings with a disk editor such as Norton or Resorcerer. Scan the data fork for your values in HEX. Replace your wimpy values for some REAL ones. Beware of making your tank "too" fast, it's uncontrollable !!
Split.cpt AMUG CD:Files:Word:S-Sp:Split.cpt Split.cpt 0 28K 5/14/93 Split - Split is a program which performs the reverse of a text concatenation program; it splits huge text files up into more manageable chunks, saving the chunks as new text files whose names start with the original file name, followed by a numerical value which numbers the text files in order (so you can put them back together in order). The original file is NOT deleted, so this is probably an extremely safe program. To run Split just start it up, mouse click once to make the start-up screen go away, then hit the button marked "Split". The program will then put up a standard file-selection dialog box. Select the file you want to split up and away you go.
SoundBuilder AMUG CD:Files:Music:So-Sz:SoundBuilder101.cpt SoundBuilder101.cpt 1.0.1 0 83K 5/14/93 SoundBuilder101 - Record, play and edit sampled sound. Several bug fixes included (including bug which prevented opening resource files on certain Mac models). Recognizes snd resources, PC .wav files, and its own file format. Record time limited only by RAM. Can compress sounds. Many other features. Includes manual and one example sound. Freeware.
SoothingII AMUG CD:Files:Util:Wallpaper:Soothing II.cpt Soothing II.cpt 0 5K 5/14/93 Soothing II - Here's 4 more of my **now** popular Simply Soothing collection of Wallpaper files. Enjoy!
SndWave2Rsrc AMUG CD:Files:Music:S-Sn:SndWave2Rsrc.cpt SndWave2Rsrc.cpt 0 7K 5/14/93 SndWave2Rsrc - This application will convert a "Soundwave" file into a Wave Resource file. A Wave Resource is an FFSynthRec handle from the Inside Macintosh II volume. With the application, you open a Soundwave file and then specify which files resource fork to save it to.
SmartLaunch3 AMUG CD:Files:Util:Sd-Sm:SmartLaunch 3.0.5 SmartLaunch 3.0.5 3.0.5 0 23K 5/14/93 SmartLaunch 3.0.5 - Application which, when selected presents a standard open file dialog with a sorted, scrollable list of all applications on mounted volumes and servers, from which one can be selected and launched. Upgrade from version 3.0.4 just submitted. FKEY resource included to allow it to be launched by hitting an FKEY. Shareware fee of $5 to author. New 3.0.5 feature based on customer requests. Handle up to 400 applications in the list (was 80).
Servant1.26 AMUG CD:Files:Tele:S:Servant 1.26e updater.cpt Servant 1.26e updater.cpt 1.26e 0 7K 5/14/93 Servant 1.26e updater - This is an update to version 1.26 C or D. This update is mandatory. Due to a change in how GEnie works prior versions will not work.
SATQuizzer0 AMUG CD:Files:Education:S:SAT Quizzer 0.1.cpt SAT Quizzer 0.1.cpt .1 0 16K 5/14/93 SAT Quizzer 0.1 - SAT Quizzer is a mundane program which simply quizzes the user on a variety of vocabulary words. As the title indicates, the program includes the SAT.dat data file with the entire Barron’s high frequency word list. Additionally, one can use SAT Quizzer to learn other vocabulary words.
Sanctuarymon AMUG CD:Files:Music:Music Madness:Sanctuary mono.cpt Sanctuary mono.cpt 0 564K 5/14/93 Sanctuary mono - this is a sample of a great sound file from Music Madness II.
SaintEdit1.0 AMUG CD:Files:Prog:S:SaintEdit 1.0.cpt SaintEdit 1.0.cpt 1.0 0 105K 5/14/93 SaintEdit 1.0 - SaintEdit is a System 7, squeaky clean, robust general purpose text editor-not a word processor, not a page layout program, not a draw program. Hidden behind the simple and intuitive user interface lies a rather complex program representing years of work. I use it as a snazzy, efficient replacement for Teach Text. Though it doesn't (yet) support graphics, SaintEdit will read any text file and is loaded with features including:
RussiaHTB2.2 AMUG CD:Files:Education:Q-R:Russia HTB 2.2 L1.cpt Russia HTB 2.2 L1.cpt 2.2 0 52K 5/14/93 Russia HTB 2.2 L1 - First level HyperTextBook on the Russian Federation.
RicksICV.cpt AMUG CD:Files:Util:Icons:Ricks ICV.cpt Ricks ICV.cpt 0 32K 5/14/93 Ricks ICV - Here is an Icon vault with some of the smaller, forgotten programs. Included AfterDark, Expert Color Paint, Dollars & $ense, HyperCard, Macpaint, MindWrite, ResEdit, SAM Virus Clinic, TeachText.
Rach33-6.cpt AMUG CD:Files:MIDI:N-Z:Rach33-6.cpt Rach33-6.cpt 0 13K 5/14/93 Rach33-6 - "Etude-Tableau" in E-flat Major, opus 33 number 6 (Allegro con fuoco), by Serge Rachmaninoff. Another of those Rachmaninoff gems that have you up cheering at the end, with the poor pianist nearly exhausted. Best on the Kurzweil Grand Piano with a little reverb.
QK/AppleScri AMUG CD:Files:System7 tools:P-Q:QK/AppleScript.cpt QK/AppleScript.cpt 0 20K 5/14/93 QK/AppleScript - Apple recently shipped AppleScript, a scripting language for controlling Apple Event aware applications. The AppleScript Extension gives QuicKeys the ability to send AppleScripts. An AppleScript shortcut can work alone or as a step in a sequence. QuicKeys support for AppleScript extends the functionality and usability of BOTH products.
PwrSwitcher AMUG CD:Files:System7 tools:P-Q:PwrSwitcher 1.1b7.cpt PwrSwitcher 1.1b7.cpt 1.1b7 0 27K 5/14/93 PwrSwitcher 1.1b7 - PwrSwitcher allows you to cycle through active applications using your keyboard, rather than the system's application menu. PwrSwitcher requires System 7, and is free. PwrSwitcher 1.1b7 replaces 1.1b6.
PubliusTT AMUG CD:Files:Font:P:Publius(TT).cpt Publius(TT).cpt 0 19K 5/14/93 PubliusTT - Publius is an attractive Roman period calligraphic font based on hand drawn letters, but regularized and very effective as a display font or a text font. It has small serifs and several unusual character forms. Publius is copyright 1993 by David Nalle. It is part of the Scriptorium Font Library and featured on our second sampler disk. It is distributed as shareware, but you have the option to get a complete disk of fonts at less than $2 each when you register.
PubliusT1 AMUG CD:Files:Font:P:Publius(T1).cpt Publius(T1).cpt 0 26K 5/14/93 Publius(T1) - Publius is an attractive Roman period calligraphic font based on hand drawn letters, but regularized and very effective as a display font or a text font. It has small serifs and several unusual character forms. Publius is copyright 1993 by David Nalle. It is part of the Scriptorium Font Library and featured on our second sampler disk. It is distributed as shareware, but you have the option to get a complete disk of fonts at less than $2 each when you register.
Presidents AMUG CD:Files:Education:O-P:Presidents.cpt Presidents.cpt 0 47K 5/14/93 Presidents - Presidents of the United States study aid. Fun, excellent interface. Also see French, German, Spanish study aids submitted with over 5000 words in over 240 topics. For information call 612-340-9119ext 101 and ask about the tutorials. Also Periodic Table and State Capitols.
Planet4.1 AMUG CD:Files:Education:O-P:Planet 4.1.cpt Planet 4.1.cpt 4.1 0 107K 5/14/93 Planet 4.1 - PLANET is an application in which your Macintosh computes the coordinates of the planets visible to the naked eye (Mercury, Venus, Mars, Jupiter and Saturn), the sun and the moon. The coordinates are given in three different coordinate systems, the geocentric ecliptic and the equatorial and horizontal systems of the observer. Further you will see the magnitude of the planets and the phase of the moon and also sidereal time, mean solar time and the equation of time. Finally when a solar or lunar eclipse is possible you can also investigate the eclipse from any place on earth.
PieCALC1.0 AMUG CD:Files:Bus:N-Q:PieCALC 1.0b.cpt PieCALC 1.0b.cpt 1.0b 0 16K 5/14/93 PieCALC 1.0b - Calculates pi. That's all! Includes C code for how to do it yourself. (Requires THINK C 4.x or higher).
PictConvert AMUG CD:Files:Gif:P:Pict Convert.cpt Pict Convert.cpt 0 70K 5/14/93 Pict Convert - I had a need for Pict Convert because I have a large (very large) number of PICT's that are taking up tons of space and that I want in .GIF format anyway so that I might put them on a BBS that I may start. The .GIF viewers I've seen don't support AppleEvents, so I needed to come up with a way around that. Pict Convert does just that by taking a folder (or alias to a folder or volume) called "Target Dir", scanning it for .pict or .PICT files, and lauching "Target App" with them. After Target App opens, Pict Convert "types" a Command-S, the file name, the enter key and a Command-Q, which gets received by the .GIF viewer.
PhotoshopKer AMUG CD:Files:Updates:Photoshop:Photoshop Kernel Filters.cpt Photoshop Kernel Filters.cpt 0 3K 5/14/93 Photoshop Kernel Filters - Includes "Neon Watercolour," "Fibre-Optic Knit Weave" and more! All Photoshop users MUST get this file!!!
PhotoCDCompa AMUG CD:Files:Prog:N-P:Photo CD Compatibility .cpt Photo CD Compatibility .cpt 0 7K 5/14/93 Photo CD Compatibility - this is a list of all the drives that are Photo CD compatable.
PhonebookPlu AMUG CD:Files:Bus:N-Q:Phonebook Plus STF101.cpt Phonebook Plus STF101.cpt 1.0.1 0 21K 5/14/93 Phonebook Plus STF101 - Adds a button to the FaxPrint dialog to allow global setup of an outside-line dialing prefix, long-distance prefix and local area code for users of STF Fax software.
Padlock1.0 AMUG CD:Files:System7 tools:P-Q:Padlock1.0.cpt Padlock1.0.cpt 1.0 0 27K 5/14/93 Padlock1.0 - Padlock is a product designed to lock and unlock files using a drag-and-drop interface. This method make it easy to lock and unlock multiple files without using the Get Info command from the Finder. This produce requires System 7.0 and supports alias files. The behavior of Padlock can be controlled by a preferences dialog box. The user can select the types of files to lock and unlock, whether to operate on alias files and/or the items to which they point, and operate on the contents of folders and disks.
P/Player1.0 AMUG CD:Files:Util:P-Pl:P/Player1.0.4.cpt P/Player1.0.4.cpt 0 78K 5/14/93 P/Player1.0.4 - this file allows Persusion files to be played without the program.
Ol54TT.cpt AMUG CD:Files:Font:O:Ol54 TT.cpt Ol54 TT.cpt 0 26K 5/14/93 Ol54 TT - There is a $4 registration fee for the continued use of this font. Registration brings announcements and samples of other AARRGGHHH! Type faces including some interesting Dingbat/Symbol collections such as southwestern Dingbats and a set of Religious Symbols suitable for Church and Temple newsletters. Any two or more fonts take $1 off per font.
Number2Strin AMUG CD:Files:Hyper:N-O:Number2String.cpt Number2String.cpt 0 26K 5/14/93 Number2String - XFCN to convert number to string values. Can be used within a loop to name files or folders.
NuclearWaste AMUG CD:Files:Util:Icons:Nuclear Waste.cpt Nuclear Waste.cpt 0 9K 5/14/93 Nuclear Waste - These resources can be used to replace the trash icon using resedit. These resources also change the finder to reflect the fact that you now have Nuclear Waste instead of a trash can. Included is a sound file of a 'ZAP' which could be used as an empty trash sound using a sound utility like SoundMaster.
NuclearMedic AMUG CD:Files:QuickTime:N-O:Nuclear Medicine Movies.cpt Nuclear Medicine Movies.cpt 0 724K 5/14/93 Nuclear Medicine Movies - 3D Bone Scan of lower chest and abdominal area; 160x160 x12 seconds, no snd. 3D Perfusion scan of abdomin in gray-scale; 160x160x 6 seconds, no snd. 3D Perfusion scan of abdomin in color; 200x200x5 seconds, no snd. Can be zoomed to larger size for viewing
NineMensMorr AMUG CD:Files:Game:N-P:Nine Mens Morris 1.0.2.cpt Nine Mens Morris 1.0.2.cpt 1.0.2 0 37K 5/14/93 Nine Mens Morris 1.0.2 - Nine Men's Morris is a strategy board game that is several thousand years old. Popular in other countries, it is almost unknown in the US. This implementation allows you to play 27 different variations of the game, including 18 variations of 12 Men's Morris which was invented in the 1800's. Version 1.0.2 has only one level that does not search ahead. Registration ($6) gets you the version with higher levels of play. Uploaded by the author.
Newmacppp1.0 AMUG CD:Files:Util:Network:newmacppp 1.0.cpt newmacppp 1.0.cpt 1.0 0 45K 5/14/93 newmacppp 1.0 - This is a 'mdev' (MacTCP extension) that gives you PPP (Point-to-Point Protocol). This allows you to run TCP/IP protocols over a serial line (i.e. RS-232). For instance, I have used PPP to set up a small TCP/IP network between a laptop PC and a Mac.
NEPvsCPU.cpt AMUG CD:Files:Mag:M-O:NEP vs CPU.cpt NEP vs CPU.cpt 0 9K 5/14/93 NEP vs CPU - Lately, a number of products have been released that help you curb your PowerBook’s battery hunger. The two products reviewed here, Symantec’s Norton Essentials for PowerBook and Connectix PowerBook Utilities, not only aim to do that but, in addition, they pack a peck of other propitious utilities, all tailor-made for PowerBooks.This is a review of them.
NavMovieTool AMUG CD:Files:QuickTime:N-O:NavMovie Toolkit Patch.cpt NavMovie Toolkit Patch.cpt 0 4K 5/14/93 NavMovie Toolkit Patch - this is a patch for the Navagatable toolkit Hypercard stack.
MusicTutoria AMUG CD:Files:Education:M:Music Tutorial 1.0.cpt Music Tutorial 1.0.cpt 1.0 0 225K 5/14/93 Music Tutorial 1.0 - A great stack containing over 80 cards with exercises and sound examples. This tutorial will help any user that is interested in learning the basics of music theory. The tutorial contains 24 lessons. Enjoy it and learn.
MusicHTB2.2L AMUG CD:Files:Education:M:Music HTB 2.2 L1.cpt Music HTB 2.2 L1.cpt 2.2 0 53K 5/14/93 Music HTB 2.2 L1 - First level HyperTextBook on Music. Updated information and a few minor bug fixes in the HTB Shell. Over 106 downloads of the previous version.
MauiSunset AMUG CD:Files:Art:M-Mc:Maui Sunset/JPEG Maui Sunset/JPEG 0 251K 5/14/93 Maui Sunset/JPEG - Image of the sunset in Maui, 24bit color, Very nice, frame grabbed with a NuVusta+ and a Sony Hi8mm video camera then into PhotoShop and effect added...!!! Comments welcome....640 x480 x 24bit
MattPaint1.9 AMUG CD:Files:Art:M-Mc:MattPaint1.9.2.cpt MattPaint1.9.2.cpt 1.9.2 0 62K 5/14/93 MattPaint1.9.2 - Matt Paint is 256 color paint program that works similar to the original MacPaint by Apple Computer. It features all the normal paint tools: configurable paint brushes and erasers, text tool, pencil, eye dropper, 6 different select tools (including a magic wand and lasso) and all the rectilinear tools (rect, round rect, and oval). It's shareware so try it you'll like it. Yet another fixup version of the previous. It couple of minor code problems having to do wiht large monitors.
MakingWordsM AMUG CD:Files:Music:M:Making WordsMusic v1.01.cpt Making WordsMusic v1.01.cpt 1.0.1 0 234K 5/14/93 Making WordsMusic v1.01 - Many people have down loaded Making Words With Music v.1. 0 and Bass Clef note Picker v1.0 from 4/18/93. If you did not download the press release posted on 4/20, you could not have used the programs unless you had a music font already installed in your system folder. To avoid any further confusion about this file, I am uploading this maintenance version that does not need the font. If you have already downloaded the previous versions, you can fix the problem by down loading the small press release file from 5/6 in "miscellaneous" which contains the font. You may prefer to download this newer version instead because it does not require Adobe Type Manager!
MacTCP-Watch AMUG CD:Files:Util:Network:MacTCP-Watcher MacTCP-Watcher 0 64K 5/14/93 MacTCP-Watcher - MacTCP Watcher displays the internals of MacTcp, including a list of all current connections and information on them.
MacNH311.cpt AMUG CD:Files:Game:M:MacNH311.cpt MacNH311.cpt 3.1.1 0 757K 5/14/93 MacNH311 - This is the most recent version (3.1.1) of NetHack and fixes some bugs in v3.1 that I uploaded earlier.
MacLair1.0 AMUG CD:Files:Tele:First Class:FC Systems:MacLair 1.0.cpt MacLair 1.0.cpt 1.0 0 153K 5/14/93 MacLair 1.0 - This is the new settings doc for MacLair. MacLair is a FC board located in Houston with over 75 OneNet conferences, 1.3 gigs of files. MacLair has 2 nodes.
MacintoshCPU AMUG CD:Files:Util:Icons:Macintosh CPU Icons.cpt Macintosh CPU Icons.cpt 0 37K 5/14/93 Macintosh CPU Icons - This is a file containing all of the Macintosh CPU icons along with some of the Printer icons. I didn't make most of them...Apple did, but I collected them and pasted them all onto folders for easy Cut & Pasting.
Lunicus.cpt AMUG CD:Files:Game:H-L:Lunicus.cpt Lunicus.cpt 0 48K 5/14/93 Lunicus - Here is a small text file with product release information on Lunicus, a new entertainment CD-ROM from CyberFlix, also includes pict file.
Kenicon2.7 AMUG CD:Files:Util:Icons:Kenicon2.7.cpt Kenicon2.7.cpt 2.7 0 37K 5/14/93 Kenicon2.7 - These are in 'cicn' resource format for the sole purpose of minimal download time for the recipient. They can be changed into ICN#, icl8, icl4, ics8 and ics4 recources in just a few seconds using the "Explode cicn" application. It takes a type 'rsrc', creator 'RSED' (ResEdit document) containing any of the above resource types and creates the remainder of the icon family for each ID number in the original file. It's the only one I know of to "cross-pollenate" between cicn and icl8, quickly and easily.
JottingType1 AMUG CD:Files:Font:J:Jotting Type 1.cpt Jotting Type 1.cpt 0 122K 5/14/93 Jotting Type 1 - Jotting comes in the four styles you have become accustomed to getting: Regular, Italic, Bold, and Bold Italic. It does not contain every character (i.e. European, with the exception of accents for Spanish words), it is intended for basic uncomplicated text and headings. Depending on the demand and comments I receive, I may or may not develop a complete character set. The reason for not bothering at the outset was that I wanted to keep the printer files, as well as the screen font files, as small as possible.
JapanHTB2.2L AMUG CD:Files:Education:J:Japan HTB 2.2 L1.cpt Japan HTB 2.2 L1.cpt 2.2 0 47K 5/14/93 Japan HTB 2.2 L1 - First level HyperTextBook on Japan. Updated information and a few minor bug fixes in the HTB Shell. Over 123 downloads of the previous version.
Invisotime1 AMUG CD:Files:Util:In-Iz:invisotime 1.2.cpt invisotime 1.2.cpt 1.2 0 15K 5/14/93 invisotime 1.2 - Whenever invisotime is run it checks the time and determines if the files in its records are supposed to be visible. If the files' visibility is incorrect, invisotime switches it. Because it is not an init, invisotime does not run automatically. Put a copy in your startup folder and/or use a utility like Quickeys for automation. invisotime will go through its cycle of checking and switching and WILL DO ONLY THAT unless you hold down the command key while starting it up. If you do the latter you gain access to invisotime's innards where you can add or delete files from its records and change the invisotime invisibility periods to suit your needs.
InstantPerCe AMUG CD:Files:Education:H:Instant PerCents 1.2 Demo.cpt Instant PerCents 1.2 Demo.cpt 0 350K 5/14/93 Instant PerCents 1.2 Demo - This demo contains all sounds of the full version (classical music clips and others). Should you wish to cut your download time, you may want to download instead the demo version that has had sounds removed. The Instant Math Series is now available in the new version 1.2! This is a set of productivity tools for teachers and parents. Have you ever checked a child's math problems, and found that you were spending nearly as much time as they did solving them? Who's the one going to school? The Instant Math Series will prepare tests or worksheets for you, as well as the answer keys.
InstantMathS AMUG CD:Files:Education:H:Instant MathSheet 1.2 Demo.cpt Instant MathSheet 1.2 Demo.cpt 1.2 0 326K 5/14/93 Instant MathSheet 1.2 Demo - This demo contains all sounds of the full version (classical music clips and others). Should you wish to cut your download time, you may want to download instead the demo version that has had sounds removed. Version 1.2.1 corrects a problem with the numerator and denominator being reversed on the answer key for problem #10. The Instant Math Series is now available in the new version 1.2! This is a set of productivity tools for teachers and parents. Have you ever checked a child's math problems, and found that you were spending nearly as much time as they did solving them? Who's the one going to school?
InstantDecim AMUG CD:Files:Education:H:Instant Decimals 1.2 Demo.cpt Instant Decimals 1.2 Demo.cpt 1.2 0 325K 5/14/93 Instant Decimals 1.2 Demo - This demo contains all sounds of the full version (classical music clips and others). Should you wish to cut your download time, you may want to download instead the demo version that has had sounds removed. The Instant Math Series is now available in the new version 1.2! This is a set of productivity tools for teachers and parents. Have you ever checked a child's math problems, and found that you were spending nearly as much time as they did solving them? Who's the one going to school? The Instant Math Series will prepare tests or worksheets for you, as well as the answer keys.
IMGMay/93Onl AMUG CD:Files:Game:H-L:IMG May/93 Online.cpt IMG May/93 Online.cpt May 93 0 594K 5/14/93 IMG May/93 Online - Inside Mac Games is the premier Macintosh gaming magazine, with over 10,000 readers each month. In the May issue, a special sneak preview of Iron Helix; the hot, new interactive adventure, science fiction thriller from Spectrum HoloByte! Also in this issue, an exclusive interview with Dave Scheifler, creator of Mission Thunderbolt. Plus reviews of Eight Ball Deluxe, Out of This World, Heaven & Earth, A-Train, S.C.OUT, and more. Last, but nowhere near least, Hints, Tips, & Tricks, the IMG Game Poll continues, the latest games release list, Strategy & Tactics, and NO April Fool's Day joke anywhere....we promise.
Image1.49 AMUG CD:Files:Art:I:Image 1.49.cpt Image 1.49.cpt 1.49 0 241K 5/14/93 Image 1.49 - Image 1.49 is a public domain Mac program for capturing, editing, analyzing, annotating, animating, and printing grayscale and color images. It supports PICT, TIFF, MacPaint and PICS formats. Several new features, fixes and changes since 1.45 are detailed in the Change History file in archive contents.
Hirosh.cpt AMUG CD:Files:Font:H:Hirosh.cpt Hirosh.cpt 0 34K 5/14/93 Hirosh - This is the Hirosh (Dingbats) True Type font. Hirosh (Dingbats) True Type Font is a font made up of unusual modernistic letters with a Japanese flavor, and Dingbats patterned after Japanese crests and design motifs. Contains numbers, letters, punctuation. and many "dingbats".
HAWAII5-0 AMUG CD:Files:MIDI:H-M:HAWAII 5-0.cpt HAWAII 5-0.cpt 0 7K 5/14/93 HAWAII 5 - I HAVE ALWAYS THOUGHT THIS WAS A FUN PIECE OF MUSIC. I ORIGINALLY SEQUENCED IT FOR A WHOLE RACK OF SOUND MODULES, BUT I MADE A PASSABLE VERSION FOR THE MT-32 (AS IT SEEMS THE MODULE OF CHOICE). I JUST FINISHED MY FREE 10 INTRODUTORY HOURS, BUT I'LL BE BACK! THIS IS MY FIRST UPLOAD, ITS A VERY SMALL WAY TO START PAYING BACK ALL OF THE FUN AND GREAT "STUFF' I DOWNLOADED. HAVE FUN WITH THIS ONE.
GraphicConve AMUG CD:Files:Art:G:GraphicConverter 1.6.6E.cpt GraphicConverter 1.6.6E.cpt 1.6.6 0 216K 5/14/93 GraphicConverter 1.6.6E - Shareware $30. GraphicConverter converts popular ATARI, Amiga and IBM formats to Macintosh format and back. Additionally you can edit pictures and apply special effects and generate lists with picture information. The GraphicConverter can play the following film formats PICS - Animated PICT's, .ANI - Animated NeoChrome, .FLI - Autodesk Animator, .GIF - Animated GIF's. One of the best graphic utilities I have seen!
GermanyHTB2 AMUG CD:Files:Education:G:Germany HTB 2.2 L1.cpt Germany HTB 2.2 L1.cpt 2.2 0 47K 5/14/93 Germany HTB 2.2 L1 - First level HyperTextBook on Germany. Updated information and a few minor bug fixes in the HTB Shell. Over 100 downloads of the previous version.
Germanrune AMUG CD:Files:Font:G:Germanrune.cpt Germanrune.cpt 0 81K 5/14/93 Germanrune - This font is based upon the ancient runes which were used by people occupying a part of Europe now known as Germany, hence the name. It was devised not so much in the interest of preserving the integrity of the original typeface, but to more illustrate the energy flows which each individual letter is capable of producing if correctly used. The reason I created the font in this fashion was that I was producing complex metaphysical diagrams on my computer and discovered that nothing like this was available. This is a shareware font so, if you use it please follow the instructions in the Read Me file.
GemStart3.0 AMUG CD:Files:Util:G-H:GemStart™ 3.0.cpt GemStart™ 3.0.cpt 3.0 0 42K 5/14/93 GemStart™ 3.0 - This is the latest update to our accelerator utility software. Fixed Apple's sound manager bug-improved floppy compatibility in Mercury 030. Fully System 7 compatible. Can be used with 6.0.7 & 6.0.8 IF NOT using Galileo large screen software. Be very sure that GemStart 3.0 loads VERY early during startup. For System 6 users, add extra spaces to the beginning of GemStart 3.0 to assure this. System 7 users should put GemStart 3.0 into the EXTENSIONS Folder. The only INIT we want on board before GemStart 3.0 is Virtual(tm) from Connectix.
FretTutor AMUG CD:Files:Education:F:Fret Tutor.cpt Fret Tutor.cpt 0 26K 5/14/93 Fret Tutor - Knowing the names of the notes on the guitar fretboard is a fundamental skill for playing many styles of guitar. Fret Tutor is a shareware program designed to help beginning to intermediate level guitar players learn the notes on the guitar fretboard. I wrote it to help me teach myself, and it worked so well that I thought it might be useful to other aspiring guitarists.
FranceHTB2.2 AMUG CD:Files:Education:F:France HTB 2.2 L1.cpt France HTB 2.2 L1.cpt 2.2 0 47K 5/14/93 France HTB 2.2 L1 - First level HyperTextBook on France. Updated information and a few minor bug fixes in the HTB Shell. Over 101 downloads of the previous version.
FoxRetrieval AMUG CD:Files:Util:Fj-Fz:Fox Retrieval Utility 2.0.cpt Fox Retrieval Utility 2.0.cpt 2.0 0 32K 5/14/93 Fox Retrieval Utility 2.0 - Do you hate it when you get an important file that you can't read? (My favorite is Read First Vital!) Well this program solves that problem and that's just the start. Fox Retrieval Utility 2.0 reads the data fork of files which allows it to read ANY text file. This also lets it do a myriad of other things such as reading the scripts of a stack without opening it. It can also save any data read from a file in the a form readable by TeachText and other major word processors (BBedit, Word 5.0, etc..) So download it and try it out!
Formats.cpt AMUG CD:Files:Updates:Photoshop:Formats.cpt Formats.cpt 0 50K 5/14/93 Formats - This archive contains documentation for Photoshop 2.5's image format, as well as it's load files. (curves, levels, etc.)
FLUXSpring93 AMUG CD:Files:Mag:D-G:FLUX Spring 93.cpt FLUX Spring 93.cpt 0 703K 5/14/93 FLUX Spring 93 - This is an interesting Magaine for user group distribution. Can be customized for your specific group.
Flash-It3.02 AMUG CD:Files:Util:Fj-Fz:Flash-It 3.02.cpt Flash-It 3.02.cpt 3.0.2 0 83K 5/14/93 Flash-It 3.02 - This is v3.0.2 of Flash-It, screen-capture control Panel. Flash-It defines several HotKeys to capture a screen image and save it to clipboard, PICT files, scrapbook or print it. It works under System 6/7.x in color and B/W modes. It can capture images while a menu is pulled down. Options include a choice of Marquee/Lasso selection, a choice of in(ex-)cluding the cursor image, a choice of capturing the front window-only / displayed menu-only, and more.
FirstClassHe AMUG CD:Files:Tele:First Class:FirstClass Help v1.1.cpt FirstClass Help v1.1.cpt 1.1 0 64K 5/14/93 FirstClass Help v1.1 - This is a help file for First Class users put together by Channel Z.
FCWindowPatc AMUG CD:Files:Tele:First Class:FC Window Patcher.cpt FC Window Patcher.cpt 0 16K 5/14/93 FC Window Patcher - This is an patch that I wrote using Res Edit and ResCompare (Thanks Michael Hecht!) that sets the default window size of windows in First Class Client 2.09 to be 80 columns instead of the 35 or whatever Soft Arc has it set to. The messages now take up the whole screen when you read a message no need to resize the window every time you read a message!! Works on all windows except file transfer messages (I messed around forever and couldn't fix it.....hmm.. someone HELP!!). This is not supported officially by Soft Arc (although it should be) but I really support it and all of the beta-testers said it saved their lives!!
Enlightment AMUG CD:Files:MIDI:A-G:Enlightment.mid.cpt Enlightment.mid.cpt 0 2K 5/14/93 Enlightment.mid - This is a simple sequence of Sun Ra's tune "Enlightment"; the lyrics, if you wish to sing along, are - The sound of joy is enlightment, The firey truth of enlightment, Vibration, sent from the spaceworld, is of the cosmic starry dimension, Enlightment, is my tomorrow, It has no place for sorro, Hereby, our invitation, We do invite you to be of our spaceworld.
DWStepBarPre AMUG CD:Files:Word:D:DW StepBar Pres.cpt DW StepBar Pres.cpt 0 10K 5/14/93 DW StepBar Pres - This is the Presentation layout to coordinate with the other "Step Bar" design materials uploaded here. This can be used for overheads, presentations, certificates, awards, hand-bills, and other materials where you need a landscape layout to match the other "Step Bar" business stationery available here.The "Step Bar" is a handsome design with an edged-bar, and matching copy blocks of varying screen tints. Works well in color or B&W, and can be easily "separated" by your local printer, as none of the tint blocks butt! Truely an all-purpose template. Best of all, it's free.
DWStepBarPC AMUG CD:Files:Word:D:DW StepBar PC.cpt DW StepBar PC.cpt 0 11K 5/14/93 DW StepBar PC - DesignWorks™ Publishing Kits™ are completely coordinated business papers kits including letterhead, business cards, envelopes, post cards, presentation layouts, award layouts, and in most cases newsletter and bulletin layouts. DesignWorks™ Publishing Kits™ are ideally suited for graphic designers, artists, business owners, consultants and desktop publishers in general, for both in-house use and re-sale to clients!
DWStepBarNL AMUG CD:Files:Word:D:DW StepBar NL.cpt DW StepBar NL.cpt 0 12K 5/14/93 DW StepBar NL - This is the Newsletter layout to match with the other "Step Bar" design materials uploaded here. The "Step Bar" is a handsome design with an edged-bar, and matching copy blocks of varying screen tints. Works well in color or B&W, and can be easily "separated" by your local printer, as none of the tint blocks butt! Truely an all-purpose template. Best of all, it's free! DesignWorks(TM) Publishing Kits(TM) are completely coordinated business papers kits including letterhead, business cards, envelopes, post cards, presentation layouts, award layouts, and in most cases newsletter and bulletin layouts.
DWStepBarNL2 AMUG CD:Files:Word:D:DW StepBar NL 2.cpt DW StepBar NL 2.cpt 0 11K 5/14/93 DW StepBar NL 2 - DesignWorks™ Publishing Kits™ are completely coordinated business papers kits including letterhead, business cards, envelopes, post cards, presentation layouts, award layouts, and in most cases newsletter and bulletin layouts. DesignWorks™ Publishing Kits™ are ideally suited for graphic designers, artists, business owners, consultants and desktop publishers in general, for both in-house use and re-sale to clients! This is the newsletter version.
DWStepBarLH AMUG CD:Files:Word:D:DW StepBar LH.cpt DW StepBar LH.cpt 0 10K 5/14/93 DW StepBar LH - This is the Letterhead layout to match with the other "Step Bar" design materials uploaded here. The "Step Bar" is a handsome design with an edged-bar, and matching copy blocks of varying screen tints. Works well in color or B&W, and can be easily "separated" by your local printer, as none of the tint blocks butt! Truely an all-purpose template. Best of all, it's free!DesignWorks(TM) Publishing Kits(TM) are completely coordinated business papers kits including letterhead, business cards, envelopes, post cards, presentation layouts, award layouts, and in most cases newsletter and bulletin layouts.
DWStepBarENV AMUG CD:Files:Word:D:DW StepBar ENV.cpt DW StepBar ENV.cpt 0 9K 5/14/93 DW StepBar ENV - DesignWorks™ Publishing Kits™ are completely coordinated business papers kits including letterhead, business cards, envelopes, post cards, presentation layouts, award layouts, and in most cases newsletter and bulletin layouts. DesignWorks™ Publishing Kits™ are ideally suited for graphic designers, artists, business owners, consultants and desktop publishers in general, for both in-house use and re-sale to clients!
DWStepBarBC AMUG CD:Files:Word:D:DW StepBar BC.cpt DW StepBar BC.cpt 0 10K 5/14/93 DW StepBar BC - This is the Business Card layout to match with the other "Step Bar" design materials uploaded here. The "Step Bar" is a handsome design with an edged-bar, and matching copy blocks of varying screen tints. Works well in color or B&W, and can be easily "separated" by your local printer, as none of the tint blocks butt! Truely an all-purpose template. Best of all, it's free. DesignWorks(TM) Publishing Kits(TM) are completely coordinated business papers kits including letterhead, business cards, envelopes, post cards, presentation layouts, award layouts, and in most cases newsletter and bulletin layouts.
DurrowTT&T1 AMUG CD:Files:Font:D:Durrow TT & T1.cpt Durrow TT & T1.cpt 0 23K 5/14/93 Durrow TT & T1 - This font is distributed as shareware. It is yours to use and enjoy for 30 days, but at the end of that time, if you are still using it you are morally obligated to send us the shareware fee. That money won't be wasted because we'll use it to upgrade our hardware and software to bring you more and better fonts in the future.
DrumMapWord4 AMUG CD:Files:MIDI:A-G:Drum Map Word4.cpt Drum Map Word4.cpt 0 4K 5/14/93 Drum Map Word4 - Comparative listing of drum note assignments for Yamaha TG33, Roland MT32, Korg M1 and General MIDI to help in converting MIDI files created on other devices.
DropInfo.cpt AMUG CD:Files:Prog:D-G:DropInfo.cpt DropInfo.cpt 0 118K 5/14/93 DropInfo - DropInfo is the sample dropbox for the DropShell dropbox building system. It shows how REALLY EASY it is to make a dropbox using the DropShell, including full support for scriptability, recordability, balloon help and more! It is also useful as a working application to change Finder info (name, Finder Flags, etc.) on any file, folder or disk dragged onto it.
DoubleVision AMUG CD:Files:Game:D-E:DoubleVision1.1.cpt DoubleVision1.1.cpt 1.1 0 152K 5/14/93 DoubleVision1.1 - DoubleVision 1.1 is a shareware "concentration" game written in ThinkC, not a slow HyperCard stack. Choose to match 2, 3, or 4 squares from a game board from 24 to 196 squares!! Color icons and sounds. Up to four players. Easy enough for small children, challenging for adults too.
DoubleScroll AMUG CD:Files:System7 tools:D:DoubleScroll 2.05.cpt DoubleScroll 2.05.cpt 2.0.5 0 43K 5/14/93 DoubleScroll 2.05 - This version fixes problem with Drag With Thumb option not working. DoubleScroll 2.0 is the latest version of the popular scrolling utility which gives your scroll bars bi-directional arrows. This allows you to scroll in both directions with minimal mouse movement. A MUST for large screens. 2.0 fixes a 24-bit color problem and Finder cycling. It also adds a few new features, such as a scrolling throttle, 3D pushbutton effects for the scroll bar arrows, changes take effect immediately (no reboot), and more. Plus the control panel boasts a whole new look. This version is for System 7 only.
DigitalVideo AMUG CD:Files:QuickTime:D-E:Digital Video Primer 1.6.cpt Digital Video Primer 1.6.cpt 1.6 0 16K 5/14/93 Digital Video Primer 1.6 - The Digital Video Primer is a document written by Greg Newman of New Video. It is a very informative look at the various digital video technologies for the Macintosh.
DepthofField AMUG CD:Files:Movie:A-P:Depth of Field.cpt Depth of Field.cpt 0 15K 5/14/93 Depth of Field - This is a depth of field calculator that will assist the motion picture (or still) photographer in determining which objects in the frame will be rendered in sharp focus from the foreground to the background. It is very useful in circumstances where you would like a range of objects in sharp focus, and you can't trust the viewfinder on the camera to tell you..
Declarationo AMUG CD:Files:Education:D:Declaration of Independence.cpt Declaration of Independence.cpt 0 5K 5/14/93 Declaration of Independence - this is a text file of the Declaration of Independence.
DavidMcLsPPA AMUG CD:Files:Util:Textures:David McLsPPATs.cpt David McLsPPATs.cpt 0 7K 5/14/93 David McLsPPATs - Hi! I was playing Prince of Persia the other day, and thought that some of the graphics would make beautiful background patterns, so here some are! Simple to install, these are resedit-type PPATs. I personally recommend Before Dark to install and use your PPATs, but you can use resedit, too, if you wish. Anyway, enjoy! Comments welcome...
DataSnd0.75 AMUG CD:Files:Music:D-E:DataSnd 0.75.cpt DataSnd 0.75.cpt .75 0 45K 5/14/93 DataSnd 0.75 - This is the greatest program for converting IBM type VOC files into System 7 sounds for use on the Mac (of course!) I've been having a lot of fun with it. Below is the description from the Author that gives more details. It also plays Amiga Mods and is a handy utility for that because it is small and has good sound quality. You can adjust the volume easily while you work and it the whole program doesn't take up much space on your screen. I highly recommend it...
ContactManag AMUG CD:Files:Bus:C:Contact Management.cpt Contact Management.cpt 0 32K 5/14/93 Contact Management -This is FileMaker Pro contact database. This version can be used for all types of companies. You should have no problem moving around in this database. To get any place just press on any of the names and you will be transfer to a different screen. I have left everything unlocked so you can change what you want. This database comes from my own database that I use every day. Since I'm on the phone from 8:30am to 5:00pm. I have found this a very useful tool.
Congressiona AMUG CD:Files:Bus:C:Congressional Phone List.cpt Congressional Phone List.cpt 0 15K 5/14/93 Congressional Phone List - archive which contains a list of all of your congressmen's phone and FAX numbers. Now that FAX modems are becoming increasingly common you can just zip your thoughts on the hot topic of the moment to your representative or senator when you see fit. I am not the compiler of this list. The author's name and e-mail address appear at the end of this list.
CompactDiscF AMUG CD:Files:Prog:B-C:Compact Disc Formats.cpt Compact Disc Formats.cpt 0 5K 5/14/93 Compact Disc Formats - this file describes various CD formats available and what they are used for.
CommercialBB AMUG CD:Files:Tele:C:Commercial BBSs Commercial BBSs 0 226K 5/14/93 Commercial BBSs - This is a slideshow describing commercial BBSs in general, with specific comments on Prodigy, America Online, GENie, and AppleLink. Includes current (5/3/93) access costs. The file "P/Player is needed to show this file. Copyright AMUG/Dorman Bullard.
ColorCursors AMUG CD:Files:Util:Icons:Color Cursors.cpt Color Cursors.cpt 0 5K 5/14/93 Color Cursors - These are two color cursors I created one day when I should have been doing something else. One is a hot air balloon and the other is a blimp.
CinemaScope AMUG CD:Files:QuickTime:C:CinemaScope.cpt CinemaScope.cpt 0 47K 5/14/93 CinemaScope - This is a QuickTime countdown leader fashioned after the "Academy" leaders found at the head of motion pictures. (It counts down from 8 to 2 with a sync "pop" at 2...) The movie is the same aspect ratio as the CinemaScope format (2.35:1) that was made popular by Twentieth Century Fox over forty years ago. The frame rate is 24fps and I have included a "sync pop" in the AIFF format if you'd like to play around with it. Docs are included.
ChrisFilter AMUG CD:Files:Updates:PhotoShop:Chris' Filters.cpt Chris' Filters.cpt 0 5K 5/14/93 Chris' Filters - Two quick filters for Photoshop - TotalNoise -- truly random noise generator (as opposed to 'Add Noise...') and BitShift -- rotate the bytes within the image by specified number of bits. These may or may not be useful to you, but hey -- they're free and they're small.
CFGunregiste AMUG CD:Files:Art:C-Ch:CFG unregistered.cpt CFG unregistered.cpt 0 136K 5/14/93 CFG unregistered - The fractals in this program are the result of pseudo code taken from Scientific American. It creates fractals using either Mandelbrot, Julia, Dragon, or Random Walk algorithms. The Mandelbrot and Julia fractals are the fractals that most people have seen previously. The Dragon fractal family is very similar to both Mandelbrot and Julia families. In these fractals, the screen is a complex coordinate grid. There is one constant complex number and one that varies. Each pixel is assigned a color by an algorithm that determines the amount of iterations needed for the algorithm to reach an escape ("freedom") value.
CFGManuals AMUG CD:Files:Art:C-Ch:CFG Manuals.cpt CFG Manuals.cpt 0 190K 5/14/93 CFG Manuals - The fractals in this program are the result of pseudo code taken from Scientific American. It creates fractals using either Mandelbrot, Julia, Dragon, or Random Walk algorithms. The Mandelbrot and Julia fractals are the fractals that most people have seen previously. The Dragon fractal family is very similar to both Mandelbrot and Julia families. In these fractals, the screen is a complex coordinate grid. There is one constant complex number and one that varies. Each pixel is assigned a color by an algorithm that determines the amount of iterations needed for the algorithm to reach an escape ("freedom") value. This is the manuals.
CD-IDevelope AMUG CD:Files:Prog:B-C:CD-I Developer's Source.cpt CD-I Developer's Source.cpt 0 9K 5/14/93 CD-I Developer's Source - contains info on CD-I and available sources for more information on this topic.
CartoonHealt AMUG CD:Files:Art:C-Ch:CartoonHealth.cpt CartoonHealth.cpt 0 5K 5/14/93 CartoonHealth - this is a silly cartoon from SMUG on how Clinton promised health care to computers.
CANV305UD AMUG CD:Files:Updates:General:CANV305UD.CPT CANV305UD.CPT 0 902K 5/14/93 CANV305UD - The Patch application program included updates version 3.0.4 of the Canvas program to version 3.0.5. It cannot be used on Non-English versions of Canvas or on version 3.0.4m. If you are using Canvas 3.0.4m you should either patch your version of Canvas 3.0.4 or call Deneba's technical support at 305-596-5644 for a copy of the Canvas 3.0.5 Updater. To be safe, we recommend that you perform the patch on a copy of your version of Canvas.
CALmate1.0.2 AMUG CD:Files:Bus:C:CALmate 1.0.2.cpt CALmate 1.0.2.cpt 1.0.2 0 91K 5/14/93 CALmate 1.0.2 - gives you the ability to quickly and easily generate a monthly calendar.
CaliforniaHT AMUG CD:Files:Education:States:California HTB 2.2 L1.cpt California HTB 2.2 L1.cpt 2.2 0 50K 5/14/93 California HTB 2.2 L1 - California HTB 2.2 - Basic info on the state in easy to use HyperTextBook format. Covers history of the area from before statehood up to the present day.
BugArt.cpt AMUG CD:Files:Art:B:BugArt.cpt BugArt.cpt 0 108K 5/14/93 BugArt - This is a sampler of images available commercially from Entomation. It is freeware.
BrainHTB2.2L AMUG CD:Files:Education:B:Brain HTB 2.2 L2.cpt Brain HTB 2.2 L2.cpt 2.2 0 76K 5/14/93 Brain HTB 2.2 L2 - Brain HTB 2.2 Level 2 - Information on the brain in HyperTextBook format. Level 2 contains the following topics ADVANCED BRAIN RESEARCH TECHNIQUES, ANATOMY AND FUNCTION, BRAIN WAVES, CHEMICAL ACTIVITY, EVOLUTION, MICROSCOPIC STRUCTURE AND APPEARANCE.
Bloop.cpt AMUG CD:Files:Util:After Dark:Bloop.cpt Bloop.cpt 0 2K 5/14/93 Bloop - This is a combination of Lissajous and Bouncing Ball modules from After Dark.
Blocktoid0.5 AMUG CD:Files:Game:B:Blocktoid 0.5.cpt Blocktoid 0.5.cpt .5 0 33K 5/14/93 Blocktoid 0.5 - This is a multi-player strategy game that I prototyped in HyperCard. It needs more than one person/machine to be played.
Biorhythm2 AMUG CD:Files:Game:B:Biorhythm2.cpt Biorhythm2.cpt 0 103K 5/14/93 Biorhythm2 - This is version 7.0 of the most popular and best biorhythm charting program on any computer system. It can compare individuals, plot charts, calculate statistics and more. You can customize fonts, colors, patterns and more. Comes with 100 famous individuals you can compare youself with. This is limited use shareware. You may use the program 12 times and then a password is required to continue use. $20
Benchmark AMUG CD:Files:Util:B:Benchmark.cpt Benchmark.cpt 0 40K 5/14/93 Benchmark - This is a fun Benchmark program written with QuickApp. All the source code is included. Also there are results from machines ranging from a mac plus to a Quadra 950. How fast is your computer?
Balthazarsrc AMUG CD:Files:Music:B:Balthazar src 1.0.cpt Balthazar src 1.0.cpt 1.0 0 43K 5/14/93 Balthazar src 1.0 - Balthazar 1.0 is a utility that properly converts Microsoft Window's WAVE sound files into System 7 clickable sounds. There is no guessing on the sample rate, Balthazar is intelligent and will calculate out the appropriate data, ergo, there will be no additional clicks or noises (assuming the sample is clean...) Balthazar will convert 8bit monaural or stereo WAVEs into 8 bit monaural or stereo 'snd ' type 1 resources respectively.
AutoAddress3 AMUG CD:Files:Bus:A:AutoAddress3.2.cpt AutoAddress3.2.cpt 3.2 0 734K 5/14/93 AutoAddress3.2 - this is a fully functional multiuser contact program with reports and letter capability in a stand alone runtime Foxbase program.
Auspice3.0.2 AMUG CD:Files:Bus:A:Auspice 3.0.2.cpt Auspice 3.0.2.cpt 3.0.2 0 50K 5/14/93 Auspice 3.0.2 - "Auspice" is used to enter reminders which are date oriented (not time oriented). The "Auspice Init" described later will automatically check these reminders each time you start up the Macintosh -- assuming you start up with the disk which has the "Auspice Init" and "Auspice Data" files in the System Folder. If you don't consistently start up with the same disk or if you leave your Mac running all the time, "Auspice" won't be of much use to you. However, if you start your Mac up daily and want it to check dated reminders for you, this might be just the thing.
Attributes1 AMUG CD:Files:System7 tools:A:Attributes 1.01.cpt Attributes 1.01.cpt 1.0.1 0 49K 5/14/93 Attributes 1.01 - Attributes is a flexible program designed to alter file information using a drag-and-drop interface. Drag a set of file, folder disk icons onto this program's icon and Attribute will change the file information according to user specification. This function only works on files. Dropping folders or disks onto Attributes will modify information of the contents of the folder or disk. Information that can be modified includes date of file creation / modification, creator, file type, invisibility, and lock / unlock attributes. The user can operate on all files or only files that match some criteria (such as creator, file type, etc.).
ATM.cpt AMUG CD:Files:Util:Ah-Az:ATM.cpt ATM.cpt 1.2 0 16K 5/14/93 ATM - Tells you almost all you want to know about your Mac. Best of all, it's free!
AddressNoteb AMUG CD:Files:Bus:A:Address Notebook.cpt Address Notebook.cpt 0 16K 5/14/93 Address Notebook - Address Notebook is a small address and phone notebook. Here are some of the features it supports Quick search as you type the name Standard Address, Phone and Memo field, Three customizable fields, Autodialing through speaker or modem, Clean, easy to use interface!
AddressNoteb AMUG CD:Files:Bus:A:Address Notebook.cpt Address Notebook.cpt 0 16K 5/14/93 Address Notebook - Address Notebook is a small address and phone notebook. Here are some of the features it supports Quick search as you type the name Standard Address, Phone and Memo field, Three customizable fields, Autodialing through speaker or modem, Clean, easy to use interface!
AddressBook3 AMUG CD:Files:DA:A:Address Book3.61.cpt Address Book3.61.cpt 3.6.1 0 320K 5/14/93 Address Book3.61 - Address Book keeps addresses and phone numbers in a conveniently retrievable form, can dial out through speaker or modem, does labels, envelopes (with bar codes) and a pocket phone book. The package contains both the application and DA versions of the program, a help file and a sample list file.
ADProgrammin AMUG CD:Files:Util:After Dark:AD Programming Examples.cpt AD Programming Examples.cpt 0 50K 5/14/93 AD Programming Examples - After Dark is a screen saving shell. It provides all of the support and tools a programmer needs to quickly create unique screen saving graphics. To create a new screen saver, you simply write a new graphics module. A screen saver graphics module is a small, separately compiled code resource. It is loaded into memory by After Dark when the user places the pointer in a chosen corner of the screen, or after a specified delay. You can develop a graphics module in any development system that allows generation of code resources. This Programmer’s Manual is a description of the structure of a graphics module.
99Bottlesv99 AMUG CD:Files:Music:A:99 Bottles v99b4.cpt 99 Bottles v99b4.cpt 99.b4 0 206K 5/14/93 99 Bottles v99b4 - this is an interesting version of 99 bottles of beer in Mac format. This sing along is pretty humurous.
80waysPageMa AMUG CD:Files:Word:A-Ad:80 ways PageMaker 5.0 beats XPr 80 ways PageMaker 5.0 beats XPr 0 80K 5/14/93 80 ways PageMaker 5.0 beats - A 16 page document describing 80 ways in which PageMaker 5.0 beats XPress 3.1. This document was recently distributed at the Seybold Seminar in Boston, April 13-16. Seems to be an attempt at a factual description of the differences between the programs To quote the document. "The material has been carefully reviewed by Aldus and several independent parties, and was as accurate as possible as of March 30, 1993." It goes on to mention that, due to the fact that both programs are constantly being updated, the information may be outdated at some point.
32-BIT?.cpt AMUG CD:Files:System7 tools:A:32-BIT?.cpt 32-BIT?.cpt 0 82K 5/14/93 32-BIT? - Ever wonder whether or not you're in 32-bit addressing mode? I have. So I wrote this program for myself saving me the hassle of going to the control panels folder, then launching the memory control panel then finding my answer. This program, when launched, displays a cool looking window indicating the mode you're currently in.
2.5Pluginkit AMUG CD:Files:Updates:Photoshop:2.5 Plugin kit.cpt 2.5 Plugin kit.cpt 0 292K 5/14/93 2.5 Plugin kit - This is the new Photoshop 2.5 plugin module developer's kit. Included is documentation about plugins, and sample code for Acquire, Export, Filter and Format plugins. The examples work with Think C or MPW C.
1701A/DMulti AMUG CD:Files:Util:After Dark:1701A/D Multimodule.cpt 1701A/D Multimodule.cpt 0 9K 5/14/93 1701A/D Multimodule - This is a Scrapbook file containing picts of the USS Enterprise versions 1701A and 1701D as well as a Multimodule. You paste the picts into Logo and the Enterprise version of your choice is warping across your screen! These are not actual photos of the ships but versions that I drafted based on geekware such as the STTNG Technical Manual using Photoshop. But they look better than most of the Enterprise picts I've downloaded so far.
$tock$tack21 AMUG CD:Files:Hyper:A-An:$tock$tack 2.1d.cpt $tock$tack 2.1d.cpt 2.1d 0 184K 5/14/93 $tock$tack 2.1d - Version 2.1d adds capability to read CompuServe Information Manager and Navigator QuickQuote download files. It also adds the capability to maintain and graph monthly data (from daily quote files).
WesternClipA AMUG CD:Files:Art:W-Z:Western Clip Art.cpt Western Clip Art.cpt 0 111K 5/01/93 Western Clip Art - this is a nice collection of Western Clip Art from our friends in Flagstaff AZ. If you like it please be sure and pay the fees.
WDefIII-3.1 AMUG CD:Files:Util:W-Z:WDef III - 3.1.cpt WDef III - 3.1.cpt 3.1 0 104K 5/01/93 WDef III - 3.1 - Add NeXT-like windows to your Macintosh! This is Eric's WDEF taken to the "NeXT" level of evolution, through a complete rewrite! This is NOT a "Hacked" version. The NEW features include - Two versions of Windows! A "TrUE" representations of NeXT Windows, as well as the improved, Original WDef III version! 3D buttons for "Close","Zoom" and "Grow"! Fully compatable with all documented Apple features! Full Color Support! Including System 7's Color Control Panel!
Waldo3.cpt AMUG CD:Files:Hyper:U-Z:Waldo3.cpt Waldo3.cpt 3.35 0 201K 5/01/93 Waldo3.35 - WALDO 3.3.5 is a HyperCard HyperText program. It requires HC v 2.0. WALDO turns plain text files into HyperText documents. There are many HyperText indexing features in WALDO. Waldos may include graphics, sound and animation and video. Waldo is ShareWare. Waldo creates Digital Documents. 3.3.5 is an upgrade and corrects for a discontinuity between HyperCard and Player. Waldo is the Macintosh standard for digital publishing for the Mac.
UPSMon1.1 AMUG CD:Files:Util:U-V:UPSMon1.1.cpt UPSMon1.1.cpt 1.1 0 6K 5/01/93 UPSMon1.1 - UPS Monitor is a small hack, used to determine the status of a serial-connected UPS. Many UPSes come with a DB-9 serial port, which serves as a status line. I used a DB-9 to DB-25 converter cable and the standard Apple MiniDIN-8 to DB-25 cable to connect it to the Mac. UPS Monitor works with the modem port alone. UPS Monitor sends status requests to the UPS, notifies you if the system is on battery power, and shuts down your Mac automatically after a specified period of time. You can disable the automatic shutdown or the battery alert, and change the status request rate (default is one every 5 seconds).
TypeResolve2 AMUG CD:Files:Util:Tf-Tz:Type Resolve 2.0.1.cpt Type Resolve 2.0.1.cpt 2.0.1 0 26K 5/01/93 Type Resolve 2.0.1 - Type Resolve is a drag and drop application for System 7.x and later. It is intended for those people who get a lot of files from non-macintosh sources and want to change their type and creator quickly and without having to think too hard. For example, a file with the name 'dogcow.gif' could be turned into a Photoshop document of type 'GIFf' - a Compuserve GIF image - simply by dropping it on the Type Resolve icon in the Finder. Double-clicking the file would now launch Photoshop and open the file correctly.
TheTypeBook AMUG CD:Files:Font:T-Z:theTypeBook v3.24.cpt theTypeBook v3.24.cpt 3.24 0 139K 5/01/93 theTypeBook v3.24 - theTypeBook automates the creation and maintenence of a professional typeface reference book. This type of reference is standard in the Graphics and Type industries. Demonstrates various artistic attributes of each face on the printed page. 3 Single/3 multi-font layouts with individual options. Features: TypeSpec data, AKA names, Face Comments, Save/Load fontlist, auto Font ID, family page breaks, facing pages, even/odd, cropmarks. v3.24 adds LW8.0 and PSPrinter 8.0 compatibility & minor fixes.
TheTalkingAl AMUG CD:Files:Education:T-Z:The Talking Alphabet v1.0 The Talking Alphabet v1.0 1.0 0 238K 5/01/93 The Talking Alphabet v1.0 - You have to see it to believe it!. The Talking Alphabet will teach children 3 years and up letters, words, reading, spelling, vocabulary and pronunciation. This program actually talks and interacts with children. There can be no faster or more stimulating way for children to learn to read. At present this program is only $20.00 Shareware. Grab it before its published! Enjoy.
Textures.cpt AMUG CD:Files:Art:T:Textures.cpt Textures.cpt 0 137K 5/01/93 Textures - These are two files with various textures that I drew. Use them for backgrounds, surface mapping, etc. Or make something up. Some textures included are marble, splatters, brick, tile, and sandpaper. Enjoy!
TextEditorPa AMUG CD:Files:Word:Tc-Tz:TextEditorPatches TextEditorPatches 0 14K 5/01/93 TextEditorPatches - provides automatic Word Wrapping for BBEdit and Asl Edit. This patch simply provides the code for this function.
Testerv0.1 AMUG CD:Files:Education:T-Z:Tester v0.1 Tester v0.1 .1 0 59K 5/01/93 Tester v0.1 - this application helps you prepare for multiple choice exams. Included are examples for Drivers License tests and Ham operators license.
TangramPuzzl AMUG CD:Files:Game:T:Tangram Puzzles.cpt Tangram Puzzles.cpt 0 179K 5/01/93 Tangram Puzzles - Here are Tangram puzzle files with 2,400 puzzles at no extra cost to the registered users. But if you feel these puzzle files are worth some bucks, please donate any amount of money to any charity especially for childrenTangram is an ancient Oriental toy which has 7 pieces, 5 triangles in different size, 1 square and 1 diamond. The objective of this game is to form a given shape using all 7 pieces. Thousands of shapes can be made by moving simple shaped pieces around. Only your imagination is the limitEach file contains 240 puzzles. Please register your copy of Tangram and find out how many shapes you can build.
Talk2ME1.2.1 AMUG CD:Files:Util:Network:Talk2ME1.2.1.cpt Talk2ME1.2.1.cpt 1.2.1 0 52K 5/01/93 Talk2ME1.2.1 - Talk•2•Me is the latest in talk ware from Chris Salzmann. With Talk•2•Me your mac becomes an intercom allowing you to talk by voice -in real time- to all connected macs. But wait, That's not all! It also works as an answering machine, recording incoming messages and even playing personalized messages to specific callers. Talk•2•Me.Answer is a very small background only application which allows you to receive messages sent by Talk•2•Me. Talk•2•Me.Answer is not needed to receive messages if Talk•2•Me is installed.
System7Pack! AMUG CD:Files:System7 tools:S:System 7 Pack! 3.4.1.cpt System 7 Pack! 3.4.1.cpt 3.4.1 0 77K 5/01/93 System 7 Pack! 3.4.1 - Rated 4 Mice by MacUser Magazine! New version is 100% compatible with System 7.1. Plus, new documentation in DOCMaker format. And two new super value deals from Insanely Great Software. Increases speed of Finder copies by 300%. Increases speed of Finder by removing ZoomRects. Change Finder's menu command keys! Add application document links. (e.g. MacWrite ---> MS Word.) Change the way the Finder displays the date in its windows! Eliminate the rename delay! Suppress annoying dialog boxes!
StudioCalc1 AMUG CD:Files:Music:So-Sz:StudioCalc 1.0.cpt StudioCalc 1.0.cpt 1.0 0 18K 5/01/93 StudioCalc 1.0 - archive contains a shareware application (and virtually identical DA) that calculates delay times in milliseconds if given a tempo, or vice-versa. It differs from DelayCalc in that it will calculate in both directions, and has a prettier user interface. If you like it, there are instructions for sending me (the author) a small registration fee.
SpellingTest AMUG CD:Files:Education:S:Spelling Test.cpt Spelling Test.cpt 0 61K 5/01/93 Spelling Test - Spelling Test is an awesome program that lets you create your own spelling list with your voice through use of the Mac's Microphone. This is great for teachers of any grade or parents of any age. The child can then take the test that you created. Other features include random testing so that each student can take the test in a different order, recording of grades keeps track of the students name, grade, and test taken, so that the teacher does not have to be present while the student takes the test, and creation of multiple lists so that absent students can take the test at a later date. Full Instuctions are including in the program.
SmileyFaces AMUG CD:Files:Tele:S:Smiley Faces.1.cpt Smiley Faces.1.cpt 0 21K 5/01/93 Smiley Faces.1 - This file has a huge list of smiley faces! Use this file to amuse your friends or just to be more active in chat! Its freeware.
Silver3Ds13 AMUG CD:Files:Util:Icons:Silver3Ds#13.cpt Silver3Ds#13.cpt 13 0 41K 5/01/93 Silver3Ds#13 - Welcome to installment #13 of the Toymaster's Silver 3D Folder Collection. In this new segment you will find some great new folder icons. Also included are three system folders for the new Apple machines (Quadra 800, Centris 610, and Color Classic). In all, there are 35 new folders and 2 updates in this upload.
SharpJX100Pl AMUG CD:Files:Updates:Photoshop:Sharp JX100 Plug In.cpt Sharp JX100 Plug In.cpt 0 19K 5/01/93 Sharp JX100 Plug In - The Sharp JX100 plug in works from within Photoshop. Drop the FILE into the Photoshop folder. Make sure the FILE is in the same place as the Preference FILE for Photoshop. THIS ONLY WORKS WITH THE SHARP JX100. IT WILL NOT WORK WITH ANY OTHER SCANNER. If you have any further questions about the driver you can call Sharp Electronics directly.
ScreenSize AMUG CD:Files:Prog:S:ScreenSize.cpt ScreenSize.cpt 0 4K 5/01/93 ScreenSize - This simple utility displays the coordinates of the bottom right side of your monitor. Useful if you need to know the size of your screen and have misplaced your documentation. This program is freeware.
QuitItAllv AMUG CD:Files:System7 Tools:P-Q:QuitItAll v1 QuitItAll v1 1.0 0 9K 5/01/93 QuitItAll v1 - This application will quit all running applications under system 7.0. Nice for shutting everything up when you do not wish to restart too.
Quadra.icon2 AMUG CD:Files:Util:Icons:Quadra.icon2.cpt Quadra.icon2.cpt 2 0 3K 5/01/93 Quadra.icon - Here's an improved version of my original Quadra icon. I got tired of looking at a black and white drive icon on a 24-bit monitor so I created this color icon. Although it's a Quadra 950 with a 20" monitor in front of it (well, maybe it's only a 17" monitor), it looks good on any color or gray scale monitor with any CPU (it may even speed up some slower Macs..Simply copy and paste to the "Get Info" window of your hard disk icon. It's a quick download (less than a minute) and I'm sure you'll be pleased with it.
Quadra700 AMUG CD:Files:Art:Q-R:Quadra 700.cpt Quadra 700.cpt 0 64K 5/01/93 Quadra 700 - Alias Sketch rendering of Quadra 700 system w/ monitor, mouse and keyboard on reflective surface. 653 x 488 x 24bit
Pythagoras AMUG CD:Files:Game:N-P:Pythagoras.cpt Pythagoras.cpt 0 194K 5/01/93 Pythagoras - Pythagoras is another dissection puzzle game with 7 pieces, 4 triangles in different size, 2 squares and 1 diamond. The objective of this game is to form a given shape using all 7 pieces without overlapping. This game is almost identical to 'Tangram' except the size and shape of the pieces. Thousands of shapes can be made by moving simple shaped pieces around. This puzzle game is specially great for children to practice matching skill. You may think this is only children's game, but you will find it challenging once you try it.
PowerLaunch AMUG CD:Files:System7 tools:P-Q:PowerLaunchv1.6 PowerLaunchv1.6 1.6 0 122K 5/01/93 PowerLaunchv1.6 - PowerLaunch is a System-7 Desktop Launcher. It is designed to allow quick and easy access to applications (including Control Panels and Desk Accessories) and other documents stored on your Macintosh without having to navigate through several “Finder Windows” or through a multi-layered, hierarchal apple menu.
PowerBook AMUG CD:Files:Util:Icons:PowerBook.icon.cpt PowerBook.icon.cpt 0 3K 5/01/93 PowerBook.icon - I wanted to jazz up my wife's Duo icon into something a bit slicker, so I whipped up this little PB icon. It's an open PowerBook from the point of view that you usually look at one. I designed it in color but it looks equally good in gray scale You may also want to check out my other icons that have been fairly well received. The first is a Quadra Color Icon that shows a 950 with a color monitor in front. The second is my Wood File Drawer icon that has been really popular.
PicaCalcv2.2 AMUG CD:Files:DA:P:PicaCalc v2.2.1.cpt PicaCalc v2.2.1.cpt 2.2.1 0 111K 5/01/93 PicaCalc v2.2.1 - PICA CALC 2 PROGRAMMABLE SCIENTIFIC DTP CONVERSION CALCULATOR DA. PC2 is a programmable scientific calculator DA with a twist, "on-the-fly" numeric conversions for DTP. 16 digits, Polar conversions, copy/paste,10 non-volatile memories, Save/Recall unlimited number of programs up to 20,000 lines & 695 dynamic variables each. Conditional unconditional branching, user defined functions, prompts, and messages, program stepping and editing, user defined info. v2.2.1 adds Papertape mode, printing throughout.
PhilosophyHT AMUG CD:Files:Education:O-P:Philosophy HTB 2.1 L3.cpt Philosophy HTB 2.1 L3.cpt 2.1L3 0 618K 5/01/93 Philosophy HTB 2.1 L3 - The most amazing and complete HyperTextBook I've done to date. Level 3 of the Philosophy HyperTextBook takes one deeper into the subject of philosophy than any other product I've ever seen. It simply must be seen to be believed. If you yearn for knowledge, get a copy of this! Thanks for all of the shareware registrations!
PasteIt!2 AMUG CD:Files:System7 tools:P-Q:Paste It! 2.cpt Paste It! 2.cpt 2 0 14K 5/01/93 Paste It! 2 - A small application that replaces those little yellow sticky note pads. It also replaces the need for the Apple note pad.
Novicetypist AMUG CD:Files:Education:N:novice typist fldr.cpt novice typist fldr.cpt 0 62K 5/01/93 Novice typist fldr - Novice Typist is a "practice your typing" stack. It provides visual feedback as you type, using a keyboard diagram (no need to look at your hands/keyboard). Many practice text files are included and you can make your own with this stack (or use a word processor). Lots of options - e.g., turn on/off the delete key, print out results. Currently being successfully used with 6th graders on LC IIs. FreeWare. Comments to the author are appreciated.
MyBattery1.3 AMUG CD:Files:System7 tools:Powerbook:MyBattery 1.31.cpt MyBattery 1.31.cpt 1.31 0 36K 5/01/93 MyBattery 1.31 - MyBattery is the essential battery monitoring tool for Macintosh notebook owners! David Pogue of MacWorld loved it's "super-cool fuel gauge". MyBattery features include - A variety of graphical displays of current battery voltage. Accurate estimates how much battery life remaining - and it "learns" to adjust the estimate to be more accurate for your particular PowerBook. Battery charger status (hi-charge, lo-charge, running off internal battery).
MovieMaker13 AMUG CD:Files:QuickTime:M:MovieMaker1.3.cpt MovieMaker1.3.cpt 1.3 0 144K 5/01/93 MovieMaker1.3 - Movie Maker make a QuickTime movie using a series of PICT files. To use, select "Convert PICTS..." from the menu, Then select the folder containing PICTS. REQUIRES QuickTime.
MicrospaceSa AMUG CD:Files:Util:Network:Microspace Satellite.cpt Microspace Satellite.cpt 0 2K 5/01/93 Microspace Satellite - Microspace satellite services have reduced businesses communications costs. Over 90,000 locations are recieving their data, multimedia, and audio information via Microspace's satellite services. This file contains further details about this communication service, specifically for businesses.
MicrospacePr AMUG CD:Files:Util:Network:Microspace Pricing.cpt Microspace Pricing.cpt 0 2K 5/01/93 Microspace Pricing - Microspace satellite services have reduced businesses communications costs. Over 90,000 locations are recieving their data, multimedia, and audio information via Microspace's satellite services. This file contains pricing details about this communication service, specifically for businesses. Pricing inside.
MacVcr+ AMUG CD:Files:Util:M-Mc:MacVcr+ MacVcr+ 0 55K 5/01/93 MacVcr+ - MacVCR+ will generate (encode) VCR+ codes given the show time and length. MacVCR+ is also able to decode the VCR+ codes and give you the channel, start time, and length.
LoveYourSmil AMUG CD:Files:MIDI:H-M:LoveYourSmile.cpt LoveYourSmile.cpt 0 19K 5/01/93 LoveYourSmile - This is a GM remix of a MIDI file I d/l'd from the PC libraries, I humanized it a bit, dropped the melody to use it for singalong, and beefed up some of the parts.
JamesPatte1 AMUG CD:Files:Util:Textures:James' Patterns #1.cpt James' Patterns #1.cpt 0 76K 5/01/93 James' Patterns #1 - I've included 7 patterns that are quite unique. Having a cool desktop pattern can be very pleasing! Use Desktop Textures to install.
JamesPatter2 AMUG CD:Files:Util:Textures:James Patterns #2.cpt James Patterns #2.cpt 0 78K 5/01/93 James Patterns #2 - I've included several patterns that are quite unique. Having a cool desktop pattern can be very pleasing!
Interlock3D AMUG CD:Files:Hyper:I-J:Interlock 3D.cpt Interlock 3D.cpt 0 6K 5/01/93 Interlock 3D - Here's a very simple implementation of interlocking buttons using some 3D icons and basic scripting. Why look at the same old radio buttons?
Imagic9d65 AMUG CD:Files:Art:I:Imagic9d65.01f Imagic9d65.01f 9d65.01f 0 329K 5/01/93 Imagic9d65.01f - A Shareware Color Painting Program.. For those out there still using System 6.0.x, you must have 32-bit Quickdraw. If you do not have 32-bit QuickDraw and are using System 6.0.x, you can get it from APDA. Sorry, I can't distribute it with Imagic due to the now infamous Apple lawyers. If you have System 7.0, you need not worry, 32-bit Quickdraw is built in.
ICONWizard1 AMUG CD:Files:Util:Icons:ICON Wizard1.0.cpt ICON Wizard1.0.cpt 1.0 0 47K 5/01/93 ICON Wizard1.0 - The ICON Wizard is a shareware product which provides the capability to easily assign custom ICONs to files, folders and/or disk, both original and alias. It has a simple drag and drop interface, and provides a full color paint facility for ICONs. The unregistered version is completely functional, but does not include an ICON library facility included in the registered version. by Mike Samuels.
IconVault AMUG CD:Files:Util:Icons:Icon Vault.cpt Icon Vault.cpt 0 8K 5/01/93 Icon Vault - For all of those who have color monitors and would like to see Disinfectant's icon family be represented in all its glory, help is finally here - by the way of an Icon Vault that can easily be installed. Simply place it in your System Folder, and those "plain Jane" black and white Disinfectant icons can be a thing of the past. As long as Disinfectant keeps its existing creator code, all future upgrades to Disinfectant will be fixed as well.
Handwriting AMUG CD:Files:Font:H:Handwriting.cpt Handwriting.cpt 0 129K 5/01/93 Handwriting - This font was generated from tidied-up traced scans of my handwriting, and, when printed out doesn’t look too unlike real writing. This release of the font is a major advance on the last release - it now contains 211 characters, and is almost a ‘complete’ font. This archive contains Postscript type 1 and TrueType versions. The font “Handwriting” is “milk-of-human-kindnessware”. It is free to be used without permission in any noncommercial or unpublished work - permission for any other usage must sought from me.
GrayChicago AMUG CD:Files:Hyper:G:GrayChicago.cpt GrayChicago.cpt 0 16K 5/01/93 GrayChicago - this Hypercard stack shows you how to gray out menu items when not available in your Hypercard creation.
GinRummyv2.0 AMUG CD:Files:Game:F-G:GinRummyv2.0.cpt GinRummyv2.0.cpt 2.0 0 97K 5/01/93 GinRummyv2.0 - The Gin Rummy program can be run on any Macintosh computer. It needs 410K of memory and is 32-bit clean. I am releasing this program as shareware for $10. Gin Rummy is a card game for two people. A game consists of a series of hands, and it ends when a player accumulates 100 or more points. Then, the final scores are calculated and the player with the higher score is the winner. I will assume that you know the rules of Gin Rummy. If not, you can read the section on Gin Rummy in almost any book on card games, which you can obtain from your local library or bookstore.
Giaco.cpt AMUG CD:Files:Game:F-G:Giaco.cpt Giaco.cpt 0 136K 5/01/93 Giaco - Giaco is an easy (the easier!) game. I don't expect you to play Giaco every day, but what you have to do is to find the strategy that rules the game. Is a nice game for Mathematicians or for who wants to think for a while. If you like Martin Gardner, maybe you want to solve this problem, and if you know Pascal, you can even try your strategy. The Pascal Project has DRVR Runtime.lib.
GetOutlineMe AMUG CD:Files:Hyper:G:GetOutlineMethod XFCN 1.0.cpt GetOutlineMethod XFCN 1.0.cpt 1.0 0 6K 5/01/93 GetOutlineMethod XFCN 1.0 - GetOutlineMethod XFCN takes no parameters. It returns two items, item 1 is true if TrueType is available, item 2 is true if ATM is available. Let me know what you think!
GetFileExist AMUG CD:Files:Hyper:G:GetFileExists XFCN 1.0.cpt GetFileExists XFCN 1.0.cpt 1.0 0 5K 5/01/93 GetFileExists XFCN 1.0 - GetFileExists XFCN takes one parameter, the pathname of the file to check. The result is either true or false, or an error message. Let me know what you think!
GetFileCopyX AMUG CD:Files:Hyper:G:GetFileCopy XCMD 1.0.cpt GetFileCopy XCMD 1.0.cpt 1.0 0 6K 5/01/93 GetFileCopy XCMD 1.0 - GetFileCopy XCMD takes two parameters, the pathname of the source file, and the path of the destination file. Errors are reported in the result. This seems pretty robust, let me know what you think!
GaspraQT AMUG CD:Files:QuickTime:D-E:GaspraQT.cpt GaspraQT.cpt 0 18K 5/01/93 GaspraQT - An 11 frame QT movie of the asteroid Gaspra as taken by the Galileo spacecraft. This is footage of the first even close up encounter with an asteroid that took place in October of 1991. A must for you space buffs out there!
Gallery30 AMUG CD:Files:Game:F-G:Gallery-30.cpt Gallery-30.cpt 3.0 0 80K 5/01/93 Gallery-30 - this is a great little card game for the Mac with nice anumation. By A. Herzog.
Flo.cpt AMUG CD:Files:QuickTime:D-E:Flo.cpt Flo.cpt 0 219K 5/01/93 Flo - Very unusual full color QuickTime animation of a face created with Flo'--digital distortion program. This face goes through some remarkable transformations. 220 x 110 x 24bit.
F1Updater103 AMUG CD:Files:Updates:General:F1Updater103e.cpt F1Updater103e.cpt 1.03e 0 125K 5/01/93 F1Updater103e - This is a an update for the Tabby alternative F1 version 1.03. You MUST update a COPY of F1, so you can easily come back to previous version if the update is not successful. You should disable your Extensions (INITs) before launching the updater, some anti-virus software can stop the updater. After launching F1Updater you must choose the F1 application you want to update. After a few seconds the updater will show a message reporting the succesful (or unsuccessful) uptade.
DungeonWorld AMUG CD:Files:Game:D-E:DungeonWorld2.cpt DungeonWorld2.cpt 2 0 169K 5/01/93 DungeonWorld2 - This is the second DungeonWorld Adventure. If you did, or didn't like the first one, this one is MUCH better. In this one You must find a special magic item to destroy all of the evil. The graphics are good and the sounds are GREAT. I modled this game after the AD&D games. There are many special features in this one. Getting drunk in a bar. Chowing down on a pie. Exploring secret rooms. Gathering Special keys. Animation.
DOSWasher1.0 AMUG CD:Files:system7 tools:D:DOSWasher 1.0.cpt DOSWasher 1.0.cpt 1.0 0 14K 5/01/93 DOSWasher 1.0 - Why another text converter? Even though there are many such utilities out there, I wanted one with the drag and drop feature. Since I couldn't find one, I wrote it myself. However, to lively things up a little I tried to alter the look of the interface somewhat. Will this be the System 8 look, perhaps. The DOSWasher application will toggle text documents, dragged onto it, from MS-DOS to Macintosh formats and vice versa. It's even possible to mix Mac and DOS formats in the same batch, since each file is checked individually before conversion. You can also locate single files in a standard dialog box.
DIVER.GIF AMUG CD:Files:GIF:D:DIVER.GIF DIVER.GIF 0 226K 5/01/93 DIVER.GIF - Ray traced illustration of a diver emerging from the water. It will be a great background or startup screen. 640x480x256.
DirectLink AMUG CD:Files:Tele:D-F:Direct Link.cpt Direct Link.cpt 0 3K 5/01/93 Direct Link - The ARA script for Direct Connection, (i.e. for a direct serial link or for other links with PortConnector™ installed) The "phone number" parameter is used to set the desired port speed, the values supported are 2400, 4800, 9600, 19200, 38400, 57600.
Completetrio AMUG CD:Files:MIDI:A-G:Complete trio/fcp.midi/std.cpt Complete trio/fcp.midi/std.cpt 0 23K 5/01/93 Complete trio/fcp.midi/std - This is the complete trio "So Glad You Came! Have a Cocktail" for flute, cello and piano. The work is in three movements, "Jaunty de Jazz" (quarter note = 96), "Passacaglia with Variations" (eighth note = 96), and "Rondo Caprice, con salsa" (quarter note =120). I hope you like it!
CompleteNote AMUG CD:Files:Music:C:Complete Note Speller v1.0 Demo Complete Note Speller v1.0 Demo 1.0 demo 0 303K 5/01/93 Complete Note Speller v1.0 Demo - This is a demo version of the complete Note Speller. The Note Speller is part of the on going Music Lab Series which uses computer resources to accelerate traditional musical training and development. The complete Note Speller covers both the Treble and Bass clef as well as chromatic and diatonic notes. Students will be asked to play notes on the computer simulated piano. This piano actually works! Students may choose between several sounds. Piano, organ, harpsichord, flute, orchestra, trumpet and sax. You may play the piano with the mouse, computer keypad or optional midi keyboard. Your progress will be monitored on a computerized scoreboard.
BassClefNote AMUG CD:Files:Music:B:BassClefNotePicker v1.01 BassClefNotePicker v1.01 1.01 0 142K 5/01/93 BassClefNotePicker v1.01 - The Bass Clef Note Picker is the sequel to the first Note Picker. This is a maintenance version. Bass Clef Picker v1.0 needed a special music font installed in the system folder. This version does not!. The Bass Clef Note picker specializes in Bass Clef notes. Students will learn where the notes are on the musical staff rather then just memorizing hand positions on their instruments. This program is imperative to any one studying piano, cello or other bass clef instruments.
Automata1.01 AMUG CD:Files:Util:After Dark:Automata1.01.cpt Automata1.01.cpt 1.0.1 0 5K 5/01/93 Automata1.01 - this after dark module is a black and white module that draws bit map patterns on your desktop in the type of configuration you desire. Can create some interesting effects.
VantageUpdat AMUG CD:Files:Updates:General:VantageUpdate1.6.1.cpt VantageUpdate1.6.1.cpt 1.6.1 0 28K 4/30/93 VantageUpdate1.6.1 - Well, nobodys perfect and Vantage 1.6.0 did ship with a few bugs. This package contains everything you need to be a happy Vantage 1.6.1 user. In this package you will find: ASCII Table VCMD 1.2, Assign ESC VCMD 1.4, Files Joiner VCMD 1.2, Installer, Paste Macros VCMD 1.4, Patch 1.6.1, Sloppy Compare VCMD 1.4, Vantage 1.6.1 Patch, Update Kit Docs, and Vantage Opener. Please note: 1) You need Vantage 1.6.0 to use this package. 2) NEVER patch the Vantage you are using to load the patch! 3) The ASCII Table, Assign ESC, Files Joiner, Paste Macros, Patch 1.6.1, and Sloppy Compare VCMDs will ONLY work with Vantage 1.6.0 or 1.6.1.
TokenTlkPgmG AMUG CD:Files:Updates:General:TokenTlk Pgm Gd Update.cpt TokenTlk Pgm Gd Update.cpt 0 8K 4/30/93 TokenTlk Pgm Gd Update - This Technical Note presents the additions and changes to the TokenTalk Programmer’s Guide and the latest information with regard to software development for the Apple Token Ring NB and Token Ring 4/16 NB network cards.
TimesTwo1.0 AMUG CD:Files:Updates:General:TimesTwo™ 1.0.1 Updater.cpt TimesTwo™ 1.0.1 Updater.cpt 1.0.1 0 58K 4/30/93 TimesTwo™ 1.0.1 Updater - This contains an archive containing the TimesTwo 1.0.1 Updater and updating instructions (TeachText). All current users of TimesTwo should update to 1.0.1, a maintenance release which will improve performance on some disks, supports Personal AppleShare and includes better hot installation.
Timer1.0.cpt AMUG CD:Files:Bus:T-Z:Timer1.0.cpt Timer1.0.cpt 0 142K 4/30/93 Timer1.0 - Thanks for giving our utility Timer a try. We think you will like it for simple timing tasks. Timer works in two modes, Elapsed and Countdown. The mode is controlled by the two radio buttons of the same name. Operation in these two modes is described in the following inside.
TidBITS173 AMUG CD:Files:MUG News:TidBITS:151-175:TidBITS#173/19-Apr-93.cpt TidBITS#173/19-Apr-93.cpt 173 0 14K 4/30/93 TidBITS#173/19-Apr-93 - This issue of TidBITS brings an encore to our popular issue #104, which focused on System 7. This time we have a bunch more System 7 frequently asked questions and answers, along with an editorial on the virtues of the now-obsolete Quadra 700, a report on a nasty and long-standing bug in the Hierarchical Filing System, neat tricks with internal CD-ROM drives, and a passel of MailBITS, including one especially for PowerBook 100 and Duo owners.
Tic-Tac-Toev AMUG CD:Files:Game:T:Tic-Tac-Toe v1.3.cpt Tic-Tac-Toe v1.3.cpt 1.3 0 26K 4/30/93 Tic-Tac-Toe v1.3 - This is version 1.3 of Jordan Pinsker's critically acclaimed Tic-Tac-Toe color game. This version has three difficulty levels Stupid - The random one, previously v1.0. Smart - MIxture of blocking and random. Beatable. Genius - I beta tested this. I think it's unbeatable. It's Shareware, and paying the fee gets you the source code.
TheUpdater1 AMUG CD:Files:Updates:General:TheUpdater1.10a.cpt TheUpdater1.10a.cpt 1.10a 0 48K 4/30/93 TheUpdater1.10a - contains two applications to simplify updating ANYTHING... The first application, Update Builder, asks you for the OLD version, and then the NEW version. Then UB crunches through the two files (which, by the way, can be _completely_ different kinds of files!), determining what has changed. It then pops out a simple document that describes the changes to the other application - Updater! Could it be any easier?
TextureSynth AMUG CD:Files:Art:T:TextureSynth1.1 Demo.cpt TextureSynth1.1 Demo.cpt 1.1 0 75K 4/30/93 TextureSynth1.1 Demo - TextureSynth is a new graphics utility program for the Macintosh that lets you create a wide variety of richly detailed textures, quickly and easily. The program uses continuous-tone shading and color to produce complex images, yet it is extremely fast. The textures can be realistic or abstract they can range from fine-grained twill, to garish day-glo, or many things in-between.
TextRetrieve AMUG CD:Files:Word:Tc-Tz:Text Retriever 1.2.cpt Text Retriever 1.2.cpt 1.2 0 11K 4/30/93 Text Retriever 1.2 - “Text Retriever” is a shareware program designed to retrieve text from damaged word processing files and orphan files (files whose applications are not available to the user). It can also be used to read text from a non-text file. It reads all the text from these files and saves the retrieved text in a file of type ‘TEXT’ format so that it can easily be read and manipulated by the user in basically any word processing application (even TeachText). Once you've rescued the text, there might be some characters you do not want that the creator of the document stored with the text. Just cut and paste the desired text into a separate document.
TestMaker1.0 AMUG CD:Files:Education:T-Z:TestMaker1.0.cpt TestMaker1.0.cpt 1.0 0 18K 4/30/93 TestMaker1.0 - TESTMAKER - is a test construction kit, not a template. It allows the user to build and print a test that looks good quickly and conveniently. The user can choose between common test question types such as fill in the blank, true or false, multiple choice and essay to construct the test the way they want it to look. The user can concentrate on the test questions - TestMaker takes care of setting the test up and the numbering formatting chores. Users are not constrained to question order or development and can mix and match questions as desired.
TCL/C1.1.2Up AMUG CD:Files:UpDates:General:TCL/C 1.1.2 Update.cpt TCL/C 1.1.2 Update.cpt 0 146K 4/30/93 TCL/C 1.1.2 Update - Symantec suggests all users should upgrade to this new version. General bug fixes and 68040 support.
TALKTOME.cpt AMUG CD:Files:Util:After Dark:TALKTOME.cpt TALKTOME.cpt 0 4K 4/30/93 TALKTOME - This is an AD module which listens to the mic and displays a waveform on your Mac.
SuperClock!4 AMUG CD:Files:Util:Sq-Sz:SuperClock! 4.0.4.cpt SuperClock! 4.0.4.cpt 0 22K 4/30/93 SuperClock! 4.0.4 - This version fixes two problems. There were crashes when configuring the clock in the control panel if you're running on a Mac Plus. Also, the multiple chime feature wasn't working correctly in all cases. This is the latest release of SuperClock!, a control panel that puts a clock on the right end of the menu bar. The enclosed documentation (fascinating reading) describes its features plus changes specific to this release. If you copy SuperClock! to another electronic service/BBS, please use this file so its documentation goes with it. Thanks...
SuitcaseU213 AMUG CD:Files:Updates:General:Suitcase Updater 2.1.3.cpt Suitcase Updater 2.1.3.cpt 2.1.3 0 49K 4/30/93 Suitcase Updater 2.1.3 - Suitcase Updater 2.1.3 will update your copy of Suitcase 2 to version 2.1.3. The principal change in 2.1.3 is compatibility with System 7.1 System Enabler files. Double-click this file after downloading to extract the Updater application and a TeachText file, "Suitcase & System 7.1".
SuitcaseU212 AMUG CD:Files:Updates:General:Suitcase Updater 2.1.2.cpt Suitcase Updater 2.1.2.cpt 2.1.2 0 48K 4/30/93 Suitcase Updater 2.1.2 - Updates Suitcase 2.1 to 2.1.2. Makes Suitcase compatible with System 7.1.
Stuffit3.04U AMUG CD:Files:Updates:General:Stuffit3.04Updater.cpt Stuffit3.04Updater.cpt 3.04 0 173K 4/30/93 Stuffit3.04Updater - this is the stuffit delux 3.04 updater.
StFrancisCap AMUG CD:Files:Font:S:StFrancisCaps Type 1.cpt StFrancisCaps Type 1.cpt 0 27K 4/30/93 StFrancisCaps Type 1 - StFrancisCaps is a hand-drawn rendition of a pre-10th century alphabet I had seen in a textbook. I have tried to reproduce this alphabet exactly as I have seen it, so it even carries the imperfections (or character) of the originals. This alphabet is not a complete typeface, and does not contain numbers or punctuation. It is intended specifically as a specialty typeface, and is not a ProFont. It is an all-caps font, and has the same upper-case letters in the lower and upper positions of the keyboard.
SMARTO1.0.2 AMUG CD:Files:Util:Sd-Sm:SMARTO1.0.2.cpt SMARTO1.0.2.cpt 1.0.2 0 23K 4/30/93 SMARTO1.0.2 - Application, with an FKEY included to invoke it, which presents a sorted list of just the applications on volumes, disks, and servers, from which you can select and launch one. Just drop it in the Apple Menu Items folder, select it, key in a few chars of the app name and hit return. This version has a facelift from the 13 March submittal. 5$ sharware to author.
Shoelace1.2 AMUG CD:Files:Tele:Telefinder:Shoelace 1.2.cpt Shoelace 1.2.cpt 1.2 0 16K 4/30/93 Shoelace 1.2 - This utility is for Macintosh BBS sysops who run their systems from remote. BBS programs such as TeleFinder let you do most any remote maintenance you want to do except for one important item. You can't update the BBS software since when you are connected to the BBS, it is active. That's where Shoelace comes in. If you support events or crashmail, when the event is run (and the BBS software is not running), Shoelace will update the BBS software using the new version you uploaded earlier I also added another capability... if you upload a file called "Launch Me", Shoelace will launch whatever application is listed in this file.
Shaded3DIcon AMUG CD:Files:Util:Icons:Shaded 3D Icons.cpt Shaded 3D Icons.cpt 0 25K 4/30/93 Shaded 3D Icons - If you like the cool silver 3D folder icons you can get them for just about every application under the sun. They were created by Toymaster, whose work is availiable through a file search under "color folders" or something like that. He, Toymaster, likes getting EMailed suggestions for new folders, and he's a very nice guy so send him your requests, compliments, etc.
SelviaDemonh AMUG CD:Files:Util:Sd-Sm:Selvia Demonhead.cpt Selvia Demonhead.cpt 0 80K 4/30/93 Selvia Demonhead - Selvia's Demon is a standalone Screen Saver application. It features a great looking (ghoulish) demon with ghastly eyes. The demon floats across your screen staring at you with those eyes until... The demon exits with an appropriately demonic laugh when you "dismiss" him.
SeinfeldBeep AMUG CD:Files:Music:S-Sn:SeinfeldBeep.cpt SeinfeldBeep.cpt 0 39K 4/30/93 SeinfeldBeep - this is a short little beep sound that reminds me of Seinfeld.
ScanPaint1.1 AMUG CD:Files:Art:S-Sm:ScanPaint1.1.cpt ScanPaint1.1.cpt 1.1 0 10K 4/30/93 ScanPaint1.1 - this is version 1.1 of a nice little paint program.
SAMVirusDefi AMUG CD:Files:Util:S-Sc:SAM Virus Definitions 4/19.cpt SAM Virus Definitions 4/19.cpt 0 22K 4/30/93 SAM Virus Definitions 4/19 - This is the latest SAM Virus Definitions file dated 4/19/93 (April 19, 1993) for both SAM 3.0.x and SAM 3.5. This file adds detection and repair capability for all known viruses including the recently discovered INIT M virus.
RhoshamBoV1 AMUG CD:Files:Game:R:RhoshamBo V1.4d.cpt RhoshamBo V1.4d.cpt 1.4 0 332K 4/30/93 RhoshamBo V1.4d - RhoShamBo V.1.4d was written primarily to promote the RhoShamBo World Peace Society, dedicated to world peace. It is a game that you will probably remember as Paper Rock Scissors. You and your opponent must pick one of three choices the rock, the paper, or the scissors. Rock beats scissors; scissors beats paper; paper beats rock. You can choose the level of difficulty, level of maturity, and play a game, set, or match!
RescueNotify AMUG CD:Files:System7 tools:R:RescueNotify 1.00.cpt RescueNotify 1.00.cpt 0 11K 4/30/93 RescueNotify 1.00 - RescueNotify is a System 7-only application which reminds you if a "Rescued Items" folder exists in your Trash. This folder is sometimes created by the System after a crash and contains temporary files in use by applications at the time your Mac crashed. In some cases you might be able to salvage data from a file in the "Rescued Items" folder. Place RescueNotify in your "Startup Items" folder to automatically check for "Rescued Items" each time you start your Mac. Freeware.
Radiation AMUG CD:Files:Util:Network:Radiation.cpt Radiation.cpt 0 18K 4/30/93 Radiation - Radiation is a pair of utilities (a sender & receiver) that allow the user to put up mysterious error dialogs, containing any message, on another user's computer over a network. People can be so cruel! Could also be used as a simple network messaging system. Version 1.0 is compatible with all manner of convoluted ethernets, ARA linksrouters, bridges, etc. Requires System 7, at least two Macintoshes (you can send to yourself, but it's not very fun that way), and a network.
QuickSearch1 AMUG CD:Files:Word:Q-R:QuickSearch 1.0.cpt QuickSearch 1.0.cpt 1.0 0 53K 4/30/93 QuickSearch 1.0 - QuickSearch is a really fast tool for searching words or sentences in documents. The search can be done inside one or more documents, in one or more folders and in one or more disk. When the word or the sentence is found, the name of the document, largest document, but QuickSearch works well even in cramped conditions. With less memory, disk accesses are more frequent, which means that some speed degradation should be expected.
QuarkXPressU AMUG CD:Files:Updates:General:QuarkXPressUpdater3.11.cpt QuarkXPressUpdater3.11.cpt 0 97K 4/30/93 QuarkXPressUpdater3.11 - This file will update your version of Quark Express to version 3.11. For registered Quark Express customers.
PUPUpdater AMUG CD:Files:Updates:General:PUP Updater.cpt PUP Updater.cpt 0 13K 4/30/93 PUP Updater - this updater is required to update White Knight to a later version.
PrefsCleaner AMUG CD:Files:System7 tools:P-Q:PrefsCleaner 1.1.cpt PrefsCleaner 1.1.cpt 1.1 0 29K 4/30/93 PrefsCleaner 1.1 - PrefsCleaner is system 7.0-dependent. If you aren't using system 7.0 yet, you will get a warning saying you need at least system 7.0 and the application will quit. PrefsCleaner checks for each application, desk accessory, control panel and extension if it has a prefs file in the Preferences Folder. In this case the prefs file is marked. When the search is completed, there may still be some unmarked prefs files left. Those prefs files are considered to be redundant and can be deleted.
PlanetBMUG AMUG CD:Files:Tele:First Class:FC Systems:Planet BMUG.cpt Planet BMUG.cpt 0 37K 4/30/93 Planet BMUG - this is the First Class settings file for the BMUG BBS.
OnTrack4.0 AMUG CD:Files:Bus:N-Q:On Track4.0.cpt On Track4.0.cpt 4.0 0 183K 4/30/93 On Track4.0 - ON TRACK is an application designed to help you keep your home or small business finances in good order. More than that, the application is oriented to give you the maximum information about your financial situation and so that the information for good decision making is always at hand. ON TRACK is a series of ledger sheets and budget sheets with attendant summary tables and charts. Although the application is entirely menu and dialog box driven, you always have a convenient path to EXCEL™ for further customization if desired.
OnCueII2.0.1 AMUG CD:Files:Updates:General:On Cue II 2.0.1 Update.cpt On Cue II 2.0.1 Update.cpt 2.0.1 0 69K 4/30/93 On Cue II 2.0.1 Update - This is a beta version of On Cue II 2.0.1 update, 2.0.1b. It is beta in the sense that it has not been tested sufficiently to release it as 2.0.1 final, but all known bugs have been fixed. We are releasing this now so that we can get it into the hands of anyone that needs it as soon as possible. If you are not having any problems with On Cue II, we suggest you wait for version 2.0.1 final to update. All System 7 users should at least update the Move Alias and Move Special modules.
OIDSupdater1 AMUG CD:Files:Updates:Games:OIDSupdater1.3.cpt OIDSupdater1.3.cpt 1.3 0 268K 4/30/93 OIDSupdater1.3 - This application will update a COPY of Oids to version 1.3. Version 1.3 fixes some bugs and provides compatibility with System 7.0.1, and fixes problems with the IIci and other machines. FTL Games recommends this new version for ALL Oids players. NOTE: This updater will update a COPY of Oids only. It will not update the master copy. Also, be sure to turn off all virus detection software.
NetBunny21/2 AMUG CD:Files:Util:Network:NetBunny 2 1/2.cpt NetBunny 2 1/2.cpt 2.5 0 19K 4/30/93 NetBunny 2 1/2 - this is a totally hot demo of the ever ready battery bunny going and going around the network.
NatashaCaps1 AMUG CD:Files:Font:N:NatashaCaps1.0.cpt NatashaCaps1.0.cpt 1.0 0 12K 4/30/93 NatashaCaps1.0 - Natasha is a font consisting of top-heavy letters that I initially designed with the Adams Family in mind - kind of funny/creepy. You may have a different opinion, but I hope you like it anyway. If you do, please send $10 (or less if you can't afford it) to the address below. I know there are a lot of fonts out there, but if you actually use the font in a letter or a job, you really should pay for it. I design out of love, but I upload to eat.
MicroPhoneUs AMUG CD:AMUG Info:AppleLink:MicroPhone User Group Discount MicroPhone User Group Discount 0 13K 4/30/93 MicroPhone User Group Discount - Here’s the special discount pricing offer we promised you on MicroPhone II and MicroPhone Pro communications software from Software Ventures. We hope you can announce this news at your next group meeting, publish it in your newsletter or post it electronically on your BBS. For your convenience, we’ve included a short description of the promotion and a longer version.
Menu+12.cpt AMUG CD:Files:Tele:M:MUBBS:Menu+12.cpt Menu+12.cpt 1.2 0 5K 4/30/93 Menu+12 - Menu+ module version 1.2 - an improvement over the current menu modules for mubbs - now allows for security levels so you can decide to not let users into certain modules now. (INCLUDING FILES!!). for MUBBS BBS.
MedicalBBSli AMUG CD:Files:Tele:M:Medical BBS list 3/93.cpt Medical BBS list 3/93.cpt 0 14K 4/30/93 Medical BBS list 3/93 - this is a huge list of Medical BBS's available.
Mansion3Docs AMUG CD:Files:Tele:M:Mansion3 Docs.cpt Mansion3 Docs.cpt 0 379K 4/30/93 Mansion3 Docs - Until the release of Mansion 9.1.1, the Mansion BBS software has been a commercial product. Mansion is a FULL featured BBS system, completely configurable, including a full scripting language allowing you to customize your BBS System to almost anything you want. Mansion BBS is highly supported anis used throughout the world. Mansion is an excellent choice for businesses, public systems, Fidonet, and much more. Mansion was changed to shareware with the only restriction being that you are limited to 2 users until you register your copy. File 3 of 3.
Mansion2.956 AMUG CD:Files:Tele:M:Mansion2.956.cpt Mansion2.956.cpt 0 466K 4/30/93 Mansion2.956 - Until the release of Mansion 9.1.1, the Mansion BBS software has been a commercial product. Mansion is a FULL featured BBS system, completely configurable, including a full scripting language allowing you to customize your BBS System to almost anything you want. Mansion BBS is highly supported anis used throughout the world. Mansion is an excellent choice for businesses, public systems, Fidonet, and much more. Mansion was changed to shareware with the only restriction being that you are limited to 2 users until you register your copy. File 2 of 3.
Mansion1.956 AMUG CD:Files:Tele:M:Mansion 1.956.cpt Mansion 1.956.cpt 9.56 0 354K 4/30/93 Mansion 1.956 - Until the release of Mansion 9.1.1, the Mansion BBS software has been a commercial product. Mansion is a FULL featured BBS system, completely configurable, including a full scripting language allowing you to customize your BBS System to almost anything you want. Mansion BBS is highly supported anis used throughout the world. Mansion is an excellent choice for businesses, public systems, Fidonet, and much more. Mansion was changed to shareware with the only restriction being that you are limited to 2 users until you register your copy. File 1 of 3.
MacTips&Tric AMUG CD:Files:Mag:M-O:MacTips&Tricks0493.cpt MacTips&Tricks0493.cpt 04/93 0 87K 4/30/93 MacTips&Tricks0493 - This is the shareware version of MACINTOSH TIPS & TRICKS. Distributed electronically as a double-clickable DOCMaker format document, MACINTOSH TIPS & TRICKS includes Macintosh news and information, as well as productivity tips for various Macintosh products. This is the April 1993 version. Includes FileMaker Pro's Security Features by Maria L. LangerProofing vs Spell Checking by Terry WilsoRebuilding the Desktop - Revisited Saving Time (and Money) While Online by Maria L. Langer, Tricks with TeachText.
MacromindDir AMUG CD:AMUG Info:AppleLink:Macromind Director Training Macromind Director Training 0 7K 4/30/93 Macromind Director Training - This afternoon extravaganza will be split into two sessions. Session One will cover MacroMind Director for users from the beginner to intermediate levels. This is your opportunity to learn about MacroMind Director’s capabilities and a bit more. Session Two will encompass a range for users between intermediate and advanced levels. Here you’ll have the chance to see the extra functionality of what MacroMind Director has to offer and more.
MacRags.cpt AMUG CD:Files:Mag:M-O:Mac Rags.cpt Mac Rags.cpt 0 6K 4/30/93 Mac Rags - Nestled within a lil' ol' text file is a list of the names, address and phone numbers of Mac magazines, arranged by topic: general, DTP/art, design, typography, modem/communications, education, home/office, organizations, user groups, product specific, other, and "other other." I'd be excited off my beanie to receive E-mail of additions, deletions, and modifications to this list. Happy reading. . .
LogOut2.1 AMUG CD:Files:Bus:H-L:LogOut 2.1.cpt LogOut 2.1.cpt 2.1 0 27K 4/30/93 LogOut 2.1 - If you are looking for a simple and reliable way of keeping track of usage time on your computer, then this software is for you! LogOut tracks usage time on your computer for billing clients, tax purposes, system utilization, etc. LogOut is particularly useful in an environment where a single computer is used by more than one person. LogOut has many unique features not found on any other software of its kind. For example, it has the ability of knowing when you have stopped using the computer. LogOut is also fully customizable so you can tailor it to your individual needs.
LJ4M/PMPPDs AMUG CD:Files:Word:J-L:LJ 4M/PM PPDs.cpt LJ 4M/PM PPDs.cpt 0 172K 4/30/93 LJ 4M/PM PPDs - file contains the LaserJet 4M printer Driver v2.12 March 15, 1993 release, and PageMaker PPD files for 300 and 600 dpi settings to be used with PageMaker 4.2a. Installation instructions are included.
LineShareDem AMUG CD:Files:Tele:I-L:LineShare Demo 1.3.cpt LineShare Demo 1.3.cpt 1.3 0 73K 4/30/93 LineShare Demo 1.3 - The LineShare software is based on the "adaptive answer" feature supported with many modern modems: automatic detection of the incoming call type. Generally, LineShare can be used with any modem and with any types of incoming calls, if there is a method to detect the type of a call.
LandEYEDress AMUG CD:Files:QuickTime:H:Land EYE Dress.cpt Land EYE Dress.cpt 0 788K 4/30/93 Land EYE Dress - A short film highlighting a pseudo landscape, an wide eye, and a small dress. 160x120x11seconds. no sound.
KingZowTextu AMUG CD:Files:Util:Textures:KingZow Textures24bit-Vol 1.cpt KingZow Textures24bit-Vol 1.cpt 0 152K 4/30/93 KingZow Textures24bit-Vol 1 - About 15 24-bit patterns I created for use with the wonderful shareware program Desktop Textures. You can view these in 8-bit but it doesn't do justice to these beauties. Will create more if this proves successful.
Joelsppats11 AMUG CD:Files:Util:Textures:Joel's ppats #11.cpt Joel's ppats #11.cpt 11 0 367K 4/30/93 Joel's ppats #11 - nice Textures from Joel in Desktop Textures format.
JABRAEarPHON AMUG CD:AMUG Info:Applelink:JABRA Ear PHONE Now JABRA Ear PHONE Now 0 4K 4/30/93 JABRA Ear PHONE Now - San Diego, CA--19 Apr 93 Be the first in your office to Ear Talk! JABRA's Ear PHONE™ products are now shipping for both home and office. The Ear PHONE combines both a microphone and speaker into a small, lightweight ear piece that fits comfortably in your ear. Use the Ear PHONE to communicate with a variety of computer and telephone applications. In appreciation of the support given us by Apple and its many partners, we are offering special introductory pricing to all AppleLink subscribers through the end of May.
ICONFAMILYMA AMUG CD:Files:Util:Icons:ICONFAMILYMAKER2.3.CPT ICONFAMILYMAKER2.3.CPT 2.3 0 91K 4/30/93 ICONFAMILYMAKER2.3 - General Icon Family Maker is a program that will create an entire icon family from a cicn, icl8 or PICT resource. I am defining an entire icon family as icl8, ics8, icl4, ics4, ICN#, and ics# resources. This is accomplished by plotting the cicn or icl8 in three offscreen pixmaps of different pixel depths and copying the pixmap data to the various icon family resources. Cicns can be created from icl8 resources. 32x32 pixel PICT resources can be created from cicn and icl8 resources.
I.R.Effects AMUG CD:Files:Updates:Photoshop:I.R. Effects.cpt I.R. Effects.cpt 0 3K 4/30/93 I.R. Effects - Here are two files that will make Photoshop images appear as if they have been shot with infrared film. I have included an arbitary map for 24bit RGB images and a CLUT for 8bit index color images. Simply load these files under the arbitary map controls or the color table controls, respectively. Of course these files don't really turn a normal image into a IR image, I don't know if there really is a way to do this, but the image will have the feel of a IR picture. These files will give you a image made up completly of shades of red. If you want your end result to be a black and white photo, simply convert it to grayscale after applying one of these 'maps.'
HyperDocumen AMUG CD:Files:Hyper:Hy-Hyperi:HyperDocumentBuilder.cpt HyperDocumentBuilder.cpt 0 21K 4/30/93 HyperDocumentBuilder - This database allows you to put together a contract, document, specifications, forms, or etc. on the fly with customizable sections. Most documents are not the same; one may include one section for one client and another for a different client. Hyper•Document Builder is perfect for any dynamic documents.
HomeInventor AMUG CD:Files:Bus:H-L:HomeInventoryFM2.cpt HomeInventoryFM2.cpt 0 79K 4/30/93 HomeInventoryFM2 - this is a FileMaker Pro 2.0 file that makes keeping track of your earthly possessions easy.
Happy55Birth AMUG CD:Files:Art:H:Happy55Birthday.cpt Happy55Birthday.cpt 0 51K 4/30/93 Happy55Birthday - This birthday card may have a limited appeal because you have to have a Dad who's turning 55 AND glad to be getting a capital gains exemption (the age-55-and-over exemption from taxation on money earned in the sale of a home). I make all my own cards (HomeMade Cards, Ink®) and this one by far has garnered the most praise. It's not very fancy, but IS cute and funny.
GoGestalt AMUG CD:Files:Util:G-H:Go Gestalt.cpt Go Gestalt.cpt 0 15K 4/30/93 Go Gestalt - A utility to give you information about your Macintosh.
FreeMultimed AMUG CD:AMUG Info:AppleLink:Free Multimedia Seminar Free Multimedia Seminar 0 5K 4/30/93 Free Multimedia Seminar - This one-day free seminar is packed with multimedia product and technology information. The focus of this seminar series is Macintosh-based multimedia solutions including Quicktime and various peripheral products. The seminar is solutions-oriented and shows the application and usage of key products in the creation of multimedia in business and creative applications.
Flintstones AMUG CD:Files:MIDI:A-G:Flintstones.cpt Flintstones.cpt 0 4K 4/30/93 Flintstones - This is not a MIDI file. This was arranged by John Derby (Big JD), a retired Navy Musician who is now looking for lots of stuff to arrange. He really needs the work and can use the money so write him if you want arrangements. This arrangement is for 3 trombones and a rhythm section. Performer format.
FiveDice1.4 AMUG CD:Files:Hyper:F:FiveDice1.4 FiveDice1.4 1.4 0 306K 4/30/93 FiveDice1.4 - this is an interesting game for those into dice. Three players allowed.
FirstClassBB AMUG CD:Files:Tele:First Class:FirstClass BBS List 3/93.cpt FirstClass BBS List 3/93.cpt 0 8K 4/30/93 FirstClass BBS List 3/93 - This is a partial list of the public access BBS systems using FirstClass software. Systems marked with a "*" have changed information and are no longer available at that number, please do not call them until the number is updated and the "*" disappears.
Findit1.1.2 AMUG CD:Files:Prog:D-G:Findit 1.1.2.cpt Findit 1.1.2.cpt 1.1.2 0 16K 4/30/93 Findit 1.1.2 - One of the things that drives me nuts is trying to find out what header file Apple put a function prototype into. Some are obvious some are not. So I wrota program to search through a folder, (or some folders, (or some folders inside other folders), full of text files for a text string. If you think this is a stupid program send me a postcard or an E-mail message antell me why. Just drag a folder onto the FindIt icon. It is OK if there are some non-text files in the folder FindIt will skip those.
FileDropper1 AMUG CD:Files:Prog:D-G:File Dropper 1.1b1.cpt File Dropper 1.1b1.cpt 1.1b1 0 136K 4/30/93 File Dropper 1.1b1 - File Dropper is a THINK C library that implements an application that you can drop files or folders onto to do batch operations on. It handles the getting of the AppleEvents if running under System 7, the main event loop, and the menus. You need only write the code that acts on the individual files. You specify if you want the status dialog displayed while you are working on the file. Progress bar like Finder 7's that you update by specifying how far you are along with a percentage (0 - 100). You specify if you want this, too.
FCPaletteUpd AMUG CD:Files:Updates:General:FC Palette Updaters.cpt FC Palette Updaters.cpt 0 14K 4/30/93 FC Palette Updaters - Attached are two Updater applications that add text to each palette button. One version gives you a vertical palette (ala standard FirstClass); the other version is for those people who like their palettes to be horizontal.
F1EnglishDem AMUG CD:Files:Tele:D-F:F1 English Demo.cpt F1 English Demo.cpt 0 188K 4/30/93 F1 English Demo - Formula 1 is a communication module that improves the performance of point or BBS programs. F1 can be used as a replacement of TabbyNet and Call modules for Tabby and Copernicus, but can be used also with CounterPoint and MacWoof. This is what F1 improves - Full support of WaZoo and FTS-0001 protocols. File transfers with ZedZap and ZedZip with crash recovery. Full support of high speed modems, serial speed up to 57600 baud, hardware handshake, Support for all the devices registered with the Communication Toolbox.
EvaluationSt AMUG CD:Files:Education:E:EvaluationStackII.cpt EvaluationStackII.cpt II 0 59K 4/30/93 EvaluationStackII - This Stack, EvaluationStack, was developed by me and for me when I was teaching fifth-grade. It helps to evaluate projects for the students and create nifty evaluation cards for each student to print out and hand back.
Effects AMUG CD:Files:Music:D-E:Effects Effects 0 121K 4/30/93 Effects - this is a great combination of cute little cartoonish sound effects.
DXCMDs4.0.3 AMUG CD:Files:Hyper:D:DXCMD's 4.0.3 Updater.cpt DXCMD's 4.0.3 Updater.cpt 4.0.3 0 100K 4/30/93 DXCMD's 4.0.3 Updater - This stack can be applied to the previously uploaded Dartmouth XCMDS 4.0 to bring it up to the current version. Since version 4.0 we have fixed a few things in the stack itself and have fixed or improved these XCMDS: ModalDialog, SerialHandler, EditWindow, ListWindow, and ReplaceChar. Dartmouth XCMD's 4.0.3 is a collection of 50 XCMDS's that are available for your use with no charge unless you use them in a commercial product. In that case, we request a modest license fee. Source code is included for all but one of the XCMDs for your edification, including two examples of external window XCMD's. Some sources are in Pascal and some are in C.
DiskPrint1.0 AMUG CD:Files:Util:Df-Dz:DiskPrint 1.0.cpt DiskPrint 1.0.cpt 1.0 0 43K 4/30/93 DiskPrint 1.0 - DiskPrint is a printer driver that allows you to print to disk as a PICT file or as a standalone application that can be transmitted to someone else. The application that is created by DiskPrint will display and print your original document without the original application. It can be used with all applications, all Macs, and all system software versions.
DiskLockUpda AMUG CD:Files:Updates:General:DiskLock Updater 2.1.cpt DiskLock Updater 2.1.cpt 2.1 0 211K 4/30/93 DiskLock Updater 2.1 - Compact Pro file containing the DiskLock Updater to update versions 2.X of DiskLock to version 2.1. This version is completely compatible with system 7 including file sharing and virtual memory.
Disinfecta32 AMUG CD:Files:Util:Df-Dz:Disinfectant3.2.cpt Disinfectant3.2.cpt 3.2 0 161K 4/30/93 Disinfectant 3.2 - Disinfectant 3.2 is a new release of our free Macintosh anti-viral utility. Version 3.2 detects the new INIT 17 virus. The INIT 17 virus was discovered in New Brunswick, Canada, in April, 1993. The virus infects both the System file and application files. It does not infect document files. The virus displays the message "From the depths of Cyberspace" the first time an infected Macintosh is restarted after 6:06:06 A.M. on October 31, 1993. After this message has been displayed once, it is not displayed again. The virus contains many errors which can cause crashes and other problems. In particular, it causes crashes on Macintoshes with the 68000 processor like the Mac Plus, SE, and Classic.
Dis+10b10 AMUG CD:Files:Tele:M:MUBBS:Dis+10b10.cpt Dis+10b10.cpt 10b10 0 18K 4/30/93 Dis+10b10 - The only real difference is its compiled in a newer version of Think C, so people who may be having problems with System 7 should probably get this ... it should also be somewhat faster and less of a memory hog....
DefaultApp1 AMUG CD:Files:System7 tools:D:DefaultApp1.0d5.cpt DefaultApp1.0d5.cpt 1.0d5 0 10K 4/30/93 DefaultApp1.0d5 - Default Application is a utility for configuring Finder 7.0’s choice of the application to launch for documents whose creators can’t be found. For example, I have my Finder configured so that if I double-click a MacWrite or Microsoft Word document, it is automatically opened with MacWrite II. There are other utilities around for doing this, but what make mine different is that it’s a control panel, and lets you make changes quickly, without quitting and restarting the Finder.
DaynaShipsDO AMUG CD:AMUG Info:AppleLink:Dayna Ships DOS Mounter Plus Dayna Ships DOS Mounter Plus 0 5K 4/30/93 Dayna Ships DOS Mounter Plus - SALT LAKE CITY, April 19, 1993 — Dayna Communications, Inc., shipped the latest update to its popular MS-DOS mounting application called DOS Mounter Plus today. DOS Mounter Plus has all of the features found in the original DOS Mounter, including MS-DOS file access on the Macintosh desktop, Extension Mapping, and DOS disk formatting capabilities, but includes more functionality and an easier to use interface.
Copernicus2 AMUG CD:Files:Updates:General:Copernicus 2.00->2.01 Updater Copernicus 2.00->2.01 Updater 0 110K 4/30/93 Copernicus 2.00->2.01 Updater - This Copernicus II updater solves the quoting problem some users had with version 2.00, fixes several other bugs, and updates Copernicus II to version 2.01. Works ONLY on Copernicus II, NOT on Copernicus 1.00 or 1.02. contains the updater program, updater data file, and documentation.
CompuRoc1.2 AMUG CD:Files:Education:C:CompuRoc1.2.1.cpt CompuRoc1.2.1.cpt 1.2 0 156K 4/30/93 CompuRoc1.2.1 - "CompuRoc," by Greg Lyzenga, is a shareware Macintosh prgram that simulates a model rocket's flight. It can simulate single or multistage rockets. It presents data in a graphical format.Suppose you built a rocket and are wondering how it would fly with a different engine. This program will give the answer. It is a valuable tool for teaching the effects of different aspects of model rockets. The programs outputs your choice of the following graphs. The vertical scale is altitude in meters, and the horizontal scale is elapsed time in seconds. The maximum displayed range is 500 meters and 42 second.
ComicCharact AMUG CD:Files:Util:Icons:Comic Characters.cpt Comic Characters.cpt 0 12K 4/30/93 Comic Characters - 9 comic related icons. Batman, Spawn, ShadowHawk, Spiderman, Green Lantern, The Flash, Savage Dragon...
ColorMusicIc AMUG CD:Files:Util:Icons:ColorMusicIcons.cpt ColorMusicIcons.cpt 0 38K 4/30/93 ColorMusicIcons - Archive contains Resedit files containing color icon families to the following music applications MOTU Mixer 7s Console Mosaic, Galaxy, Unisyn, Vision, Performer, SampleCell, MidiTime Piece DA, SoundDesigner II.
COLORCLASSIC AMUG CD:AMUG Info:AppleLink:COLORCLASSIC VIDEO ADAPTER COLORCLASSIC VIDEO ADAPTER 0 3K 4/30/93 COLORCLASSIC VIDEO ADAPTER - Power R today introduces an output for the Macintosh ColorClassic that makes it easy to project the ColorClassic screen image in a classroom or a conference room. The Macintosh ColorClassic has a built-incolor screen but no output for an LCD display. The Power R model CC-10 provides that output. The Power R model CC-10 installs in minutes without tools and works with a wide variety of color and monochrome LCD panels.
CollegeBound AMUG CD:Files:Education:C:College Bound4.0.cpt College Bound4.0.cpt 0 106K 4/30/93 College Bound4.0 - COLLEGE BOUND is a tool for helping you look at college costs and to decide how much you need to start saving now to meet your future goals. For example, it can help you forecast college costs 15 years in the future or look at your obligations for a student starting school next year. An up-to-date database of over 650 four year colleges and universities (there are 690 schools in the database to be exact) allows the user to make a variety of comparisons that will yield a plan to meet their budget.
Souris.EPS AMUG CD:Files:IMUG:Canada:CMQ:Souris.EPS.cpt Souris.EPS.cpt 0 7K 4/30/93 Souris.EPS - contains an EPS file from CMQ.
InfosCMQ.cpt AMUG CD:Files:IMUG:Canada:CMQ:Infos CMQ.cpt Infos CMQ.cpt 0 10K 4/30/93 Infos CMQ - Le Club Macintosh de Québec est un organisme à but non-lucratif, entièrement administré par des bénévoles, regroupant les utilisateurs du micro-ordinateur Macintosh de la grande région de Québec. Avec maintenant près de 1500 membres, le Club Macintosh de Québec est le plus important regroupement du genre au pays. Une multitude de services sont offerts aux membres pour un coût annuel minime. Informez-vous et constatez par vous-mêmes tout le dynamisme du Club Macintosh de Québec!
IconesCA/CMQ AMUG CD:Files:IMUG:Canada:CMQ:Icones CA/CMQ.cpt Icones CA/CMQ.cpt 0 16K 4/30/93 Icones CA/CMQ - contains Icons of the Directors of Club Mac.
CollectionMa AMUG CD:Files:IMUG:Canada:CMQ:Collection MacLib (FMP).cpt Collection MacLib (FMP).cpt 0 355K 4/30/93 Collection MacLib (FMP) - contains a list of the files in the Club Macintosh de Québec library.
ClubMacdeQu AMUG CD:Files:IMUG:Canada:CMQ:Club Mac de Québec.cpt Club Mac de Québec.cpt 0 133K 4/30/93 Club Mac de Québec - Vous trouverez sur cette disquette une pile HyperCard créée par des membres du Club Macintosh de Québec pour les membres du Club Macintosh de Québec. Il s’agit de Info-CMQ, une pile informative.
Charte92-93 AMUG CD:Files:IMUG:Canada:CMQ:Charte 92-93.cpt Charte 92-93.cpt 0 7K 4/30/93 Charte 92-93 - this is the Charter of the Club Macintosh de Québec in French.
Catalogue93 AMUG CD:Files:IMUG:Canada:CMQ:Catalogue (93/04).cpt Catalogue (93/04).cpt 0 223K 4/30/93 Catalogue (93/04) - Catalogue MacLib is a Stack from the Club Macintosh de Quebec which demonstrates their Macintosh Library disks available through their user group. This stack features French descriptions and dialog boxes with a text export feature for a listing of their available PD and Shareware disks. This stack is very nicely done with associated icons. This stack is by topic.
ClipArtSampl AMUG CD:Files:Art:Ci-Cz:Clip Art Sampler.cpt Clip Art Sampler.cpt 0 204K 4/30/93 Clip Art Sampler - info on Creative Images in Flagstaff AZ and several wildlife images.
ChrisHolmes AMUG CD:Files:Util:Icons:Chris Holmes' Icons.cpt Chris Holmes' Icons.cpt 0 115K 4/30/93 Chris Holmes' Icons - many great Icons by Chris Holmes for your use.
BURNIT1.0 AMUG CD:Files:Bus:B:BURNIT 1.0.cpt BURNIT 1.0.cpt 1.0 0 32K 4/30/93 BURNIT 1.0 - No data security system would be complete without a way to destroy the original versions of a file after they are encrypted. Burn-It provides exactly that function. It is a drag-and-drop application under system 7. Files dragged onto the icon will first be overwritten with zeros, then renamed, then deleted. Both data and resource forks are deleted. Pre System 7 users can also access Burn-Its capabilities, just not quite so conveniently from the menus.
Bunny-Coder AMUG CD:Files:Hyper:B:Bunny-Coder.cpt Bunny-Coder.cpt 0 5K 4/30/93 Bunny-Coder - This little stack will encode any message written in the field, and then decode it if you have the password. The password is "bunny" for starters. It will also reverse anything written.
Bobsspacete AMUG CD:Files:Util:Textures:Bob's space texture 11.cpt Bob's space texture 11.cpt 11 0 59K 4/30/93 Bob's space texture 11 - This is the 11th in the series. This is a return to venus' surface but this time in color. These are several new images --- not colorized re-submitted images. For those who wish to know accurate scientific names on all the textures files, I am hoping to possibly convert to Wallpaper--peer pressure. Please contact me if you desire to know the names of these images please refer to the upload Set # and I will tell you the names of the entire set as best I can. For those less inclined some of the names are less than exciting ( ie NGC 1479) but some of them are quite descriptive (ie Crab Nebula). So have fun with your own descriptions.
BlueMonk.cpt AMUG CD:Files:MIDI:A-G:Blue Monk.cpt Blue Monk.cpt 0 4K 4/30/93 Blue Monk - This is not a MIDI file. This was arranged by John Derby (Big JD), a retired Navy Musician who is now looking for lots of stuff to arrange. He really needs the work and can use the money so write him if you want arrangements. This arrangement is for 4 trombones and a rhythm section. Performer format.
Blackout1.21 AMUG CD:Files:Util:B:Blackout 1.21.cpt Blackout 1.21.cpt 1.21 0 15K 4/30/93 Blackout 1.21 - Blackout is an INIT which you put in your System Folder that provides an automatic screen blanking function for your Macintosh. Blackout is similar to Pyro™ except that Blackout is cheaper, and it works. For neophytes, a screen saver is a program that blanks out the Mac's screen so that you won't ruin your monitor by having the same image on it too long.
BETAPEEDE.1 AMUG CD:Files:Game:B:BETAPEEDE.1.3CPT BETAPEEDE.1.3CPT 1.3 0 78K 4/30/93 BETAPEEDE.1.3 - BETApeede is an arcade-style game written for color Macintosh computers with a 68020 or higher CPU and System 6.0.7+. The game is designed to run with a minimum of 16-colors (4 bit mode), but will work in 256-color mode (8 bits deep) with a slight reduction in performance. The loss of performance will probably only be a problem for LC, LCII, CX, and possibly SI owners. CI, FX, and QUADRA owners should find the game speed adequate regardless of the screen depth.
BBBUpdate1 AMUG CD:Files:Updates:General:BBBUpdate1.cpt BBBUpdate1.cpt 0 418K 4/30/93 BBBUpdate1 - Contains the update to BBS and Beyond book by Bernard Aboda.
Artisto2.02 AMUG CD:Files:DA:A:Artisto2.02.cpt Artisto2.02.cpt 2.0.2 0 12K 4/30/93 Artisto2.02 - this is a nice desk accessory for viewing Paint files on your Macintosh. Version 2.02.
AREAPROPERTI AMUG CD:Files:Education:A:AREA PROPERTIES2.20.cpt AREA PROPERTIES2.20.cpt 2.2 0 83K 4/30/93 AREA PROPERTIES2.2 - Finds area (cross and surface), perimeter, volume, centroids and moment of inertia of any object saved in a PAINT or PICT doc. Objects can be imported via the clipboard. Uses are for education, engineering and general graphic.
AmysRecipes AMUG CD:Files:Hyper:A-An:Amy's Recipes1.3g.cpt Amy's Recipes1.3g.cpt 1.3g 0 96K 4/30/93 Amy's Recipes1.3g - this is a great little Hypercard recipe stack loaded with recipes. You can print them and it auto sorts them. By Tim Bobo.
AliasMenu1.1 AMUG CD:Files:System7 tools:A:AliasMenu1.1.cpt AliasMenu1.1.cpt 1.1 0 19K 4/30/93 AliasMenu1.1 - AliasMenu adds menus to the Finder. These menus work exactly like the Apple Menu they may contain any kind of items (applications, documents, desk accessories, folders, aliases, control panels...). Selecting an item in a menu will open it, as if you had double-clicked it. The menu titles can be replaced by icons, which you'll find useful if you have a small screen. AliasMenu needs System version 7.0 or higher. It doesn't modify the System or the Finder in any way.
AfteDark2.0x AMUG CD:Files:Updates:General:After Dark 2.0x Updater.cpt After Dark 2.0x Updater.cpt 0 142K 4/30/93 After Dark 2.0x Updater - This version will update versions 2.0, 2.0h, 2.0s, 2.0t, 2.0u, 2.0v or 2.0w to version 2.0x.
AfteDark2.0v AMUG CD:Files:Updates:General:After Dark 2.0v Updater.cpt After Dark 2.0v Updater.cpt 0 106K 4/30/93 After Dark 2.0v Updater - This is the After Dark 2.0v Updater. It updates any of the earlier versions, 2.0, 2.0h, 2.0s, 2.0t, or 2.0u to version 2.0v, and also updates the modules in your After Dark Files folder. After Dark 2.0v, like version 2.0u, is 100% compatible with System 7.0, and fixes all known bugs. The difference between After Dark versions 2.0u and 2.0v is that 2.0v is fully compatible with 68040-based accelerators and computers.
PtoDisk4.0 AMUG CD:Files:Tele:A:*P*toDisk4.0.1.cpt *P*toDisk4.0.1.cpt 4.0.1 0 51K 4/30/93 *P*toDisk4.0.1 - this is version 4.01 of the Prodigy software.
VideoIcons AMUG CD:Files:Util:Icons:Video Icons.cpt Video Icons.cpt 0 10K 4/21/93 Video Icons - Here are a few color icons related to video. They include SMPTE color bars, ENG cameras, BVU editing deck, Ikegami camera (tripod and pedestal), Betacam SP tape, and a slate, Each should have B&W, icl4, icl8, ics4 and ics8 resources included. If you like them, please drop me an email. Also, I highly recommend Icon7 by Inline Design. Great program for custom icons. More to follow if there is interest.
USAExpandsMa AMUG CD:AMUG Info:AppleLink:USA Expands Mac Performa Line USA Expands Mac Performa Line 0 8K 4/21/93 USA Expands Mac Performa Line - CUPERTINO, California--April 12, 1993--Apple Computer, Inc. announced today three new models in the Apple Macintosh Performa line of personal computers, including a value-priced, modular color system, as well as enhanced software and peripheral offerings across the new line. The Macintosh Performa is designed to reach first-time buyers and new users in the home, offering a computing solution customized for family use.
TimeBook2.01 AMUG CD:Files:Bus:T-Z:TimeBook2.0.1.cpt TimeBook2.0.1.cpt 2.0.1 0 107K 4/21/93 TimeBook2.0.1 -TimeBook maintains a list of your clients, billing categories, jobs in progress, and comments. Four simple pop-up menus let you pick a job, 'punch-in', 'punch-out', pick a billing category, and enter comments as you work. With TimeBook, keeping an accurate time sheet is incredibly easy. TimeBook uses your Mac's clock and calendar to assist you in filling out your time sheet while still giving you complete control over all your time keeping. You can choose TimeBook's defaults or enter your own. Once a job is entered, it is easy to go back and revise any aspect of the record.
TidBITS172 AMUG CD:Files:MUG News:TidBITS:151-175:TidBITS#172/12-Apr-93.etx.cpt TidBITS#172/12-Apr-93.etx.cpt 172 0 14K 4/21/93 TidBITS#172/12-Apr-93 - We present a PowerBook-heavy issue this week, with a look back at the real story behind the PowerBook 100 and a hopefully instructive investigation of a weird Duo troubleshooting problem. We also have an announcement of a new virus, a bit on Macintosh Easy Open (which eases opening foreign file types) in MacLinkPlus, and finally, a review of CMaster, Jersey Scientific's extension to Symantec's THINK C.
TheAdditionM AMUG CD:Files:Education:T-Z:The Addition Magician1.0 The Addition Magician1.0 1.0 0 136K 4/21/93 The Addition Magician1.0 - This program will teach children the needed skills of number crunching. There are 10 different exercises or number groups to choose from, with over 120 different equations. The Addition Magician will give children tremendous speed and facility in dealing with numbers. Teachers will find it helpful for teaching and testing purposes. This program exploits full color graphics and sound. This is compiled program and is fully compatible with all Macintoshes. This version is fully functional except for exercises 8,9,10.
TempleTT AMUG CD:Files:Font:T-Z:TempleTT.cpt TempleTT.cpt 0 25K 4/21/93 TempleTT - This is a font inspired by the album covers from Pearl Jam, Temple of the Dog, and Mother Love Bone. It's kind of messy handwriting, looks good around 24 point.
TATTLE1.6.3 AMUG CD:Files:DA:T:TATTLE1.6.3.cpt TATTLE1.6.3.cpt 1.6.3 0 175K 4/21/93 TATTLE1.6.3 - TattleTale is a system snooper and bug reporter desk accessory. The reports are particularly thorough under System 7. 1.6.3 UPDATE = 1) New Tattle.INIT 1.04 + TattleTale.Trap files, 2) Bug Fixes- Tattle.INIT conflicts, incorrect font listing under 7.1, main dialog bug, occasional bad trap# in INIT Patch report, Radius 16 startup crash, Traps file generation bug, etc.
TATAPP1.6.3 AMUG CD:Files:Util:T-Te:TATAPP1.6.3.cpt TATAPP1.6.3.cpt 1.6.3 0 174K 4/21/93 TATAPP1.6.3 - TattleTale is a system snooper and bug reporter APPLICATION. The reports are particularly thorough under System 7. It's functionality is identical to TattleTale DA but some people prefer the Application version under System 7, although the DA version works perfectly well. 1.6.3 UPDATE = 1) New Tattle.INIT 1.04 + TattleTale.Trap files, 2) Bug Fixes - Tattle.INIT conflicts, incorrect font listing under 7.1, main dialog bug, occasional bad trap# in INIT Patch report, Radius 16 startup crash, Traps file generation bug, etc.
SpeedUp.cpt AMUG CD:Files:Updates:General:SpeedUp.cpt SpeedUp.cpt 3.2.1 0 40K 4/21/93 SpeedUp - Speedometer 3.21 updater to fix a crash bug with 16 bit graphics in earlier versions. Other cosmetic fixes as well.
Spacetextu8 AMUG CD:Files:Util:Textures:Space textures 8.cpt Space textures 8.cpt 8 0 29K 4/21/93 Space textures 8 - This is the first installment in a series of images from the Hubble Space Telescope, the floating telescope with bad vision. These images are a variety of deep space images. These images are sometimes a little grainy because NASA released them before the usual editing because of all the scientists worries about the usefullness of the telescope.
Spacetextu9 AMUG CD:Files:Util:Textures:Space texture 9.cpt Space texture 9.cpt 9 0 15K 4/21/93 Space texture 9 - This is the second installment in a series of images from the Hubble Space Telescope, the myopic telescope with now failing electronics. These images are a variety of deep space images.
Spacetextu10 AMUG CD:Files:Util:Textures:Space texture 10.cpt Space texture 10.cpt 10 0 21K 4/21/93 Space texture 10 - This is the third installment in a series of images from the Hubble Space Telescope. This marks the halfway point in the astronomy collection that I have, can you believe it--I gotta get a life. I hope that these images are interesting to people. I would like to hear some feedback or even some requests. I could even upload the original graphics for some of these if people would like. I hope more Wallpaper users start converting these images or somebody writes a little utility for ppat to wallpaper conversion, hint hint to the bored utilities programmmers. Oh well people probably don't read this far anyway.
Sonata10-D.S AMUG CD:Files:MIDI:N-Z:Sonata10-D. Scarlatti.mpp.cpt Sonata10-D. Scarlatti.mpp.cpt 0 5K 4/21/93 Sonata10-D. Scarlatti.mpp - Sonata # 10 in d minor by Domenico Scarlatti. Originally sequenced for the Roland c-20 Harpsichord Classic.
SimCity1.4Up AMUG CD:Files:Updates:Games:SimCity 1.4 Updater.cpt SimCity 1.4 Updater.cpt 1.4up 0 191K 4/21/93 SimCity 1.4 Updater - This is the 1.4 updater just released. This is NOT shareware, but only for AOL users of SimCity. The B&W is faster, PowerMac (e.g. Quadra's and Fast ci's) color is slower. More compatible with system 7.0.
ResDoubler1 AMUG CD:Files:Util:R:Res Doubler 1.1UP.cpt Res Doubler 1.1UP.cpt 1.1Up 0 37K 4/21/93 Res Doubler 1.1UP - ResDoubler 1.1 will double the resolution of any 72dpi b&w (1-bit) PICT. It is a must have for any hand scanner owners who wish to scan at higher effective resolutions without loss of image quality. This version has been updated for faster processing and allows PICTs to be saved with varying x and y coordinate dpi's.
Ppat->PICT AMUG CD:Files:Util:Textures:Ppat->PICT.cpt Ppat->PICT.cpt 0 5K 4/21/93 Ppat->PICT - Converts ppat resources in files to PICT resources (leaving the ppat resources untouched). Only necessary if you need to convert many ppats to PICTs or have ppats which are 16/32 bit or odd sizes. Requires ResEdit or a similar utility to be of much use. PICTs created are always in Millions of colors, regardless of the original ppat.
PowerBookMac AMUG CD:Files:QuickTime:P:PowerBook MacAnimation.cpt PowerBook MacAnimation.cpt 0 71K 4/21/93 PowerBook MacAnimation - Wanna see a Powerbook from Startup to Shutdown? Well Download this one, and it is well worth it. It begins with a Powerbook starting up, to shut down displaying great animation, which is truely enjoyable. Good on any Mac, great for powerbooks... Great-even has Sound Effects! 35 second b&w (1 bit) 118 x 137 pixel movie.
NRENforAll AMUG CD:Files:Bus:N-Q:NREN for All.cpt NREN for All.cpt 0 13K 4/21/93 NREN for All - Insurmountable Opportunity" by Jean Armour Polly. This is a discussion of the National Research and Education Network bill originally envisioned by Al Gore and now signed into law (12/91).
NetworkCookB AMUG CD:Files:Education:N:NetworkCookBook.ps.cpt NetworkCookBook.ps.cpt 0 421K 4/21/93 NetworkCookBook.ps - "The Network CookBook" by Ms. X is a collection of general recipes from the internet over a period of time. This book is approximately 200 pages all together and is worth the download and printing time--truly a rich resource. It contains a table of contents and an index, including the following general categories of foodstuffs:
MissingSimCi AMUG CD:Files:Game:M:Missing SimCity Resource.cpt Missing SimCity Resource.cpt 0 2K 4/21/93 Missing SimCity Resource - After upgrading to version 1.4 of SimCity from 1.1, I discovered that the Zone Status function (holding down the letter "Q" and clicking on the Map) no longer displayed what type of zone the user clicked on. Upon checking an older version of SimCity, I found out that a small resource including the descriptions were missing. So here they are! To install, use ResEdit 2.1.1. Open the Missing Resource file, select the single STR# resource, and copy. Next, open your COPY of SimCity, and paste the resource. If you get the message, "A resource with this ID already exists" press the NO button--you already have it! If nothing displays, save your copy and start playing!
MemMapper1.1 AMUG CD:Files:Prog:M:MemMapper1.1.cpt MemMapper1.1.cpt 1.1 0 21K 4/21/93 MemMapper1.1 - f you've done any programming on the Mac you've probably seen drawings of the Macintosh's memory map. This is a grid which graphically shows the location of various system structures and programs in RAM and where they are in relation to each other. Well, just to make all that theory seem more real, Memory Mapper will draw that map for you so you can see exactly what is living in your Mac's RAM right now. Version 1.1 improves the color of the display and has a few other minor changes.
MeasureforMe AMUG CD:Files:Education:M:Measure for Measure.cpt Measure for Measure.cpt 0 57K 4/21/93 Measure for Measure - The complete ASCII text of William Shakespeare's "Measure for Measure."
MaginotTT AMUG CD:Files:Font:M:MaginotTT.cpt MaginotTT.cpt 0 14K 4/21/93 MaginotTT - Maginot is based on a French, Art Nouveau alphabet from the late 19th century. It is a very narrow, tall and elegant type face best suited to use in titles and in larger point sizes. Maginot is part of the Scriptorium Font Library. It is distributed as shareware under a special offer where you can register the font and pay a small amount extra to get a full disk of other fonts to introduce you to our extensive library.
MaginotT1 AMUG CD:Files:Font:M:MaginotT1.cpt MaginotT1.cpt 0 19K 4/21/93 MaginotT1 - Maginot is based on a French, Art Nouveau alphabet from the late 19th century. It is a very narrow, tall and elegant type face best suited to use in titles and in larger point sizes. Maginot is part of the Scriptorium Font Library. It is distributed as shareware under a special offer where you can register the font and pay a small amount extra to get a full disk of other fonts to introduce you to our extensive library.
MacTCPInfo12 AMUG CD:Files:Tele:M:MacTCP Info 1.2.cpt MacTCP Info 1.2.cpt 1.2 0 31K 4/21/93 MacTCP Info 1.2 - This is the latest text file describing the use, care & feeding of MacTCP for communications using the TCP/IP protocol with Macs.
MacLoanII1.3 AMUG CD:Files:Bus:M:MacLoan II 1.3s.cpt MacLoan II 1.3s.cpt 1.3s 0 53K 4/21/93 MacLoan II 1.3s- Version 1.3s is an update to earlier versions. It fixes a printing bug. MacLoan II is a loan amortization program which will compute the monthly payment amount of a loan (given the principal, interest rate, and term of the loan) and then print a loan amortization schedule on the screen or to your laser or dot matrix printer. MacLoan II is System 7 compatible. I am a C.P.A. and wrote this program for use in my accounting practice. I have found it to be useful in my business and have decided to make it available to others via the Shareware concept of program distribution.
MacLineSetti AMUG CD:Files:Tele:First Class:FC Systems:Mac Line Settings Mac Line Settings 0 13K 4/21/93 Mac Line Settings - This is the settings file for the First Class BBS MacLine.
MacaLoan3.0d AMUG CD:Files:Bus:M:Mac a £oan 3.0d.cpt Mac a £oan 3.0d.cpt 3.0d 0 51K 4/21/93 Mac a £oan 3.0d - This will calculate but printing and copying are disabled. $9 shareware fee as is, $20 for a full working version. Mac a Loan (ISPN 13278-500), Registered signature "PALM", is a simple and straight forward loan application that provides interest paid, monthly payments, total payments, and amortization. This financial utility is in its 6th year of popularity. Easy to useand exclusively offered from Coconut Info, this valuable stand alone program works on all Macs and with Systems 4.8 through 7.1. This is the latest version, 3.0, released April 1993.
LowCostMulti AMUG CD:AMUG Info:AppleLink:Low Cost Multimedia Software Low Cost Multimedia Software 0 7K 4/21/93 Low Cost Multimedia Software - if $400 or $500 still seems too steep a price to pay to experience multimedia, consider this low budget option - Objectic Systems makes a HyperCard utility called Fast Pitch Pro, which enables you to create presentations in HyperCard stacks without using HyperCard's scripting feature ... it lets you weave color pictures, QuickTime movies, and digitized sounds into interactive HyperCard presentations---all for just $79.95."
LaserLaterin AMUG CD:Files:System7 tools:Powerbook:LaserLaterinit 1.0b1.cpt LaserLaterinit 1.0b1.cpt 1.0b1 0 20K 4/21/93 LaserLaterinit 1.0b1 - LaterLaser only works with LaserWriter printers, when background printing is turned on. The "Change printer" function does not work at this time. LaterLaser is a system extension which works with PrintMonitor to enhance your system. With this extension installed, when you print to a LaserWriter printer which is not available (because the printer is turned off, or your computer is not connected to the correct Appletalk network), the document will be delayed indefinitely in the PrintMonitor Documents folder in the System Folder. Later, when this computer detects that the printer for a document is available, it will cause the document to print immediately in the background.
Lantest.cpt AMUG CD:Files:Util:Network:Lantest.cpt Lantest.cpt 0 39K 4/21/93 Lantest - HELIOS GmbH has written Lantest, a freeware utility for testing the speed of AFP (Apple Filing Protocol) file servers. Lantest tests the speed of these functions Creating 100 files at 20 KB each, Opening and closing 100 files, Removing 100 files, Writing 3 MB to the file server Reading 3 MB from the file server, Locking/unlocking records 4000 times (simulates database file access) Reading a directory containing 320 files.
InvisibleJoa AMUG CD:Files:Bus:H-L:Invisible Joanne Sounds.cpt Invisible Joanne Sounds.cpt 0 153K 4/21/93 Invisible Joanne Sounds - Invisible Joanne Sounds is an alternate sounds file for Invisible Clock. The original sounds are of a male voice. These sounds are female, which I long-ago heard carries better over background noise (now, whether that's true or not...). In any case, it provides variety. Requires Invisible Clock by Chris Holmes.
InvisibleClo AMUG CD:Files:Bus:H-L:Invisible Clock 1.0.1.cpt Invisible Clock 1.0.1.cpt 1.0.1 0 162K 4/21/93 Invisible Clock 1.0.1 - Invisible Clock 1.0.1 is a small System 7-only Apple Macintosh application which audibly announces the time between the hours you choose every hour, half-hour, or quarter-hour as you prefer. With Free Balloon Help!
InjuryIllne AMUG CD:Files:Bus:H-L:Injury & Illness Prevention.cpt Injury & Illness Prevention.cpt 0 20K 4/21/93 Injury & Illness Prevention - This is an Illness & Injury Prevention Guide, SB 198 manual. It was originally done in ClarisWorks, but can be easily translated into a variety of formats. If you are required by the state to have one of these programs for your company, this file will save you countless hours and frustration.
IconClock1.3 AMUG CD:Files:Bus:H-L:Icon Clock 1.3.cpt Icon Clock 1.3.cpt 1.3 0 16K 4/21/93 Icon Clock 1.3 - This is version 1.3 of a "hobby" project that I am using to improve my knowledge of C and the Macintosh. Icon Clock is another clock application that shows you the time and the date in a neat LCD/LED appearance -- similar to those old Radio Shack clocks that everybody (almost everybody?) has. Just a note about 1.2 -- this was the first release where I requested a small shareware "fee" to be sent to me...version 1.3 is the second!
HideFiles1.2 AMUG CD:Files:Util:G-H:HideFiles1.2.cpt HideFiles1.2.cpt 1.2 0 29K 4/21/93 HideFiles1.2 - HideFiles can now hide folders, too! HideFiles is a quick and easy way to make files or folders visible or invisible. No need to mess with ResEdit. And hey, if that's not neat enough, it's also got cool 3D-looking buttons.
DuoMovie.cpt AMUG CD:Files:Quicktime:D-E:Duo Movie.cpt Duo Movie.cpt 0 541K 4/21/93 Duo Movie - This is a great movie demonstrating Apples new duo machines actually docking with the Duo and Minidocks. Nicely done.
DropSwitch1 AMUG CD:Files:System7 tools:D:DropSwitch 1.0.cpt DropSwitch 1.0.cpt 1.0 0 14K 4/21/93 DropSwitch 1.0 - DropSwitch changes the Creator of TEXT files via Drag and Drop. There are a number of great utilities available that do the same thing and even more. However, this one is free, small and simple to use. To make good use of DropSwitch, you should have a basic understanding of how to obtain the Creator of a file via ResEdit. I primarily use DropSwitch for converting AOL text files to TeachText. This can be accomplished by using "ttxt" as the Creator. There is a small list of Creators included within the program.
DiskDup221 AMUG CD:Files:Util:Df-Dz:DiskDup221.cpt DiskDup221.cpt 2.2.1 0 24K 4/21/93 DiskDup221 - The DiskDup+ utility has been written to automate as much as possible the sector by sector duplication of a floppy onto one or more duplicates. All controls of the program are displayed by the one control dialog which is always presented by the program. These controls may be changed at any time.
Crumpled.cpt AMUG CD:Files:Util:Icons:Crumpled.cpt Crumpled.cpt 0 8K 4/21/93 Crumpled - Here is a technique to create your own custom folder designs that you can Iconize with Folder Icon Maker. Includes a crumpled folder, and resources to modify Folder Icon maker to iconize crumpled folders. I hate to claim authorship on this cause I didn't author any of the tools you use to do this. I just tripped over the technique. Free.
Comtrade.cpt AMUG CD:Files:Bus:C:Comtrade.cpt Comtrade.cpt 0 29K 4/21/93 Comtrade - Shareware, unless fee is sent to author, the scripting portion of template will be disabled after 6 weeks. Commodity futures trade tracking template. Tracks and analyzes up to 15 open orders,25 current positions and unlimited closed trades .This template is hyperscript driven and is completely automated with buttons and menu selections.
ComIT1.7.1 AMUG CD:Files:Tele:C:ComIT1.7.1.cpt ComIT1.7.1.cpt 1.7.1 0 139K 4/21/93 ComIT1.7.1 - ComIT - use to track online time and charges, and long distance phone calls. Includes System 7 Balloon Help and more. Shareware. Self-extracting archive file. Following the release of ComIT 1.7, a bug was discovered which would cause a crash whenever ComIT sent a command to a modem. This bug would only appear if the Macintosh was running in 32bit memory mode. This has been corrected in 1.7.1.
ColorWheel AMUG CD:Files:Util:After Dark:Color Wheel.cpt Color Wheel.cpt 0 4K 4/21/93 Color Wheel - Color Wheel is a simple (5k) After Dark module which draws a wheel of 254 colors on the screen and then uses color table animation to rotate. The screen background is the same color as the color at the top of the wheel, so it is constantly changing. It runs tolerably fast on my IIci, but it may be a little slow on slower Macs. Color Wheel is freeware.
ColePorterMe AMUG CD:Files:MIDI:A-G:Cole Porter Medley.cpt Cole Porter Medley.cpt 0 23K 4/21/93 Cole Porter Medley - With continuing apologies to the great American composers of "standards", I humbly offer this sample of Porter's oeuvre. We start with the 1939 "I concentrate on You" and wind up with "You do Something to Me".
BobsSpaceTe AMUG CD:Files:Util:Wallpaper:Bob's Space Textures GS.cpt Bob's Space Textures GS.cpt 0 42K 4/21/93 Bob's Space Textures GS - Bowing to public pressure, this is a collection of of my favorite grayscale images from Bob's series of "Space Textures" ppat's, which I've converted into Wallpaper format. Yes, I know what I said earlier about color images, and yes these actually are grayscale patterns. Converted to Wallpaper format and uploaded with approval.
BBEdit2.2.2 AMUG CD:Files:Word:B:BBEdit 2.2.2.cpt BBEdit 2.2.2.cpt 2.2.2 0 518K 4/21/93 BBEdit 2.2.2 - contains the complete BBEdit 2.2.2 distribution, including extensions, ToolServer support tools, XTND translators, and full documentation, in Microsoft Word 5.0 format. This file is for users of BBEdit 2.1.3 and earlier, or for new users. Version 2.2.2 of BBEdit includes several bug fixes, most notably fixes to Aladdin Systems' internal resource compression for bugs which would cause BBEdit to crash in some circumstances when running on some PowerBook models or when MacTCP was installed.
AveroigneTT AMUG CD:Files:Font:A:AveroigneTT.cpt AveroigneTT.cpt 0 17K 4/21/93 AveroigneTT - Averoigne is a fancy display font with ornate capitals with impressive flourishes to them. It's an excellent font for invitations or unusual looking titles and works best in larger point sizes to show the details and layering. Averoigne is part of the Scriptorium Font Library. It is distributed as shareware under a special offer where you can register the font and pay a small amount extra to get a full disk of other fonts to introduce you to our extensive library.
AveroigneT1 AMUG CD:Files:Font:A:AveroigneT1.cpt AveroigneT1.cpt 0 24K 4/21/93 AveroigneT1 - Averoigne is a fancy display font with ornate capitals with impressive flourishes to them. It's an excellent font for invitations or unusual looking titles and works best in larger point sizes to show the details and layering. Averoigne is part of the Scriptorium Font Library. It is distributed as shareware under a special offer where you can register the font and pay a small amount extra to get a full disk of other fonts to introduce you to our extensive library.
AUSAReducesS AMUG CD:AMUG Info:AppleLink:AUSA Reduces SRP on PowerBook AUSA Reduces SRP on PowerBook 0 4K 4/21/93 AUSA Reduces SRP on PowerBook - CAMPBELL, California--April 8, 1993--The Apple USA division of Apple Computer, Inc. has reduced prices in the United States on selected PowerBook Duo computer products. Effective Monday, April 5, the suggested retail prices (SRPs) were reduced on the following products PowerBook Duo 210 4/80, PowerBook Duo 230 4/80, PowerBook Duo 230 4/120 and the PowerBook Duo 230 4/120 with modem. The new prices are effective immediately.
AppleUnveils AMUG CD:AMUG Info:AppleLink:Apple Unveils New Speakers Apple Unveils New Speakers 0 6K 4/21/93 Apple Unveils New Speakers - SAN JOSE, California--March 30, 1993--Further enhancing the multimedia capabilities of personal computers, Apple Computer, Inc. today introduced AppleDesign Powered Speakers--the first speaker system designed by a computer company specifically for users of computer and multimedia technology. AppleDesign Powered Speakers offer a unique combination of advanced, yet easy-to-use features that are designed to allow users to make the most of CD-ROM audio output and PC-based multimedia applications by delivering rich, focused sound.
AppleFontIcn AMUG CD:Files:Font:A:Apple Font Icns.cpt Apple Font Icns.cpt 0 7K 4/21/93 Apple Font Icns - Here's 10 individualized font suitcases for the standard Apple fonts. The larger size uses the font's 14-pt "A", generally a bold cap. The smaller size looks pretty good though at ~ 7-pt size, the fonts aren't readily distinguishable from one another, but you can distinguish serifed vs non-serifed. Mounted on a shiny 3D suitcase. Saved as a "I Like Icon " document but readily asccessable to ResEDIT. Made using the I Like Icon lasso tool-- a great invention!
AlphabetZoo1 AMUG CD:Files:Education:A:Alphabet Zoo 1.0 Demo.cpt Alphabet Zoo 1.0 Demo.cpt 0 620K 4/21/93 Alphabet Zoo 1.0 Demo - Welcome to Alphabet Zoo! We developed this program as a fun way to help youngsters learn the basics of writing the letters of the alphabet. You can sit down at the Macintosh together and go through the alphabet. An animal will demonstrate how to draw each letter. After the animation, encourage the child to trace the letter on screen with their finger or the mouse, or reproduce the letter on a sheet of paper. Then move to another letter by clicking on it or by pressing the letter on the keyboard. Soon children will be using the program by themselves! They can switch back and forth between capital and lower-case letters.
YAMS!1.0.cpt AMUG CD:Files:Game:U-Z:YAMS! 1.0.cpt YAMS! 1.0.cpt 1.0 0 142K 4/14/93 YAMS! 1.0 - YAMS is an achronym for Yet another Minesweeper game.
WarofFlowers AMUG CD:Files:Game:U-Z:WarofFlowers1.0.cpt WarofFlowers1.0.cpt 1.0 0 111K 4/14/93 WarofFlowers1.0 - An oriental card game based on a game called Go, Stop. Requires a 13" monitor and color.
VideoToolBox AMUG CD:Files:Prog:U-Z:VideoToolBox.cpt VideoToolBox.cpt 0 769K 4/14/93 VideoToolBox - This VideoToolBox is a collection of nearly 200 C subroutines and several demo and utility programs written to do visual psychophysics with Macintosh computers.
Utopiagrokwa AMUG CD:Files:Util:U-V:Utopiagrokware.cpt Utopiagrokware.cpt 0 34K 4/14/93 Utopiagrokware - Demo of Flowfazer for a 256 color Mac II only. A very interesting graphics program - called eyecandy by the author - Todd Rungren.
SwitchARoo16 AMUG CD:Files:Util:Sq-Sz:Switch-A-Roo™ 1.6.cpt Switch-A-Roo™ 1.6.cpt 1.6 0 30K 4/14/93 Switch-A-Roo™ 1.6 - Switch–A–Roo is an FKey. An FKey (Function Key) is a small program that you install in your system file. Once an FKey is installed, you may invoke it by holding down the key and the <shift> key, and then typing the number of the FKey. You probably know about FKeys already, though you may not have known what they were called. Apple includes four FKeys in the System. FKeys 1 & 2 eject the floppy in the internal and external drives, FKey 3 does a screen dump to the disk, and FKey 4 does a screen dump to the printer. Switch–A–Roo comes set to be FKey number 9, though you can change the number when you are installing it.
SunMonitor AMUG CD:Files:Mag:P-S:SunMonitor.cpt SunMonitor.cpt 0 41K 4/14/93 SunMonitor - This document describes how to hook a Sun 19" or 16" trinitron monitor to a Macintosh. It involves making a video cable and adjusting the sync frequency on the monitor. If you are at all intimidated by hardware, do not attempt this procedure. This procedure involves adjusting resistors inside the monitor; components in the monitor hold a large electrical charge. As long as you are careful and don't go poking around this is not dangerous. Just don't get too curious about the innards of the monitor.
Stocks2.1 AMUG CD:Files:Game:S:Stocks2.1.cpt Stocks2.1.cpt 2.1 0 28K 4/14/93 Stocks2.1 - This is the newest version of Stocks. This version replaces v2.0 This game is a stock market simulation game. Has graphing features such as moving average plots. Has more, check it out!!
Solar.cpt AMUG CD:Files:Education:S:Solar.cpt Solar.cpt 0 23K 4/14/93 Solar - This program will generate a text file containing solar ephemeris. The span and increment for the data is controled via a dialog box. The data is output in the spherical format (right ascension and declination). This program works on 020 (or higher) processors with a math co-processor only.
ShowSizes2.2 AMUG CD:Files:Util:Sd-Sm:ShowSizes2.2.2.cpt ShowSizes2.2.2.cpt 2.2.2 0 118K 4/14/93 ShowSizes2.2.2 - ShowSizes is a fairly simple program. It scans your hard disk and displays the structure much like the Finder does. It displays each folder with a bar chart and text displaying the percentage it and its descendants occupy. This percentage display is configurable to be either the percent of the parent folder, the percent of the total disk that it occupies, the percent of the folder that is wasted, the percent of the parent’s wasted space, or the percent of the total wasted space. Both the bar and text displays can be suppressed if desired.
SheepBrain AMUG CD:Files:Education:S:Sheep Brain.cpt Sheep Brain.cpt 0 3511K 4/14/93 Sheep Brain - These stacks were designed to augment in -class training, visualization and handling of sheep brains purchased from a biological supply house. I have hidden the titlebar and menubars in order to prevent most students from messing with the stacks. Likewise, these stacks have been protected from alteration. Deletion of a single button may render a stack useless. If you want to be able to read my scripts and make your own changes then I will forward the password to you following receipt of your fee.
ShalmPad1.05 AMUG CD:Files:Font:S:ShalmPad1.05.cpt ShalmPad1.05.cpt 1.0.5 0 15K 4/14/93 ShalmPad1.05 - Shalom Pad is a small application for typing Hebrew text using Jonathan Brecher’s Shalom fonts. These fonts are distrubuted as Shareware products and hopefully can be found where you obtained Shalom Pad (otherwise, write to one of the addresses below). This program was created by making edits to Paul DuBois’s TransSkel, a public domain program shell. See below for addresses. Shalom Pad is not a word processor. It is designed for writing short pieces of Hebrew text which can then be copied and pasted into a “real” wordprocessor.
ScreenPicker AMUG CD:Files:Util:S-Sc:ScreenPicker 2.0.cpt ScreenPicker 2.0.cpt 2.0 0 26K 4/14/93 ScreenPicker 2.0 - ScreenPicker 2.0 is a Control Panel.INIT that randomizes the PICT resources in StartupScreen and DeskPicture files. 2.0 add a simple control panel to disble randomization and Icon display on startup.
Screenflippe AMUG CD:Files:Util:S-Sc:Screen flipper.cpt Screen flipper.cpt 0 26K 4/14/93 Screen flipper - allows you to change you parameters for your monitors on the fly with this easy to use tool.
RO/gamma13 AMUG CD:Files:Util:R:RO/gamma13.cpt RO/gamma13.cpt 1.3 0 18K 4/14/93 RO/gamma13 - Apple has specified optional video driver calls called SetGamma and GetGamma to set and retrieve gamma correction tables. Although this is well documented for developers, there is no easy way for non-programmers to retrieve, adjust, and save the gamma correction for the video board and monitor. The RasterOps Gamma Utility is a desk accessory that allows you to create the desired gamma correction and save it in (1) the System file, (2) a RasterOps Monitors Extension file, or (3) a resource file readable by ResEdit™. When the gamma correction is saved in the System file, it is permanently saved and applied to the selected monitor(s) every time the machine is booted.
RGBlotter1.0 AMUG CD:Files:Prog:Q-R:RGBlotter1.0.1.cpt RGBlotter1.0.1.cpt 1.01 0 10K 4/14/93 RGBlotter1.0.1 - RGBlotter is a "color picker" programming aid, with several features I haven't seen in similar utilities. First, you can display both a foreground and background color. The components of each are displayed both numerically and graphically. You can copy the foreground color to the background color and vice versa. There is a display contrasting the two with sample text and simple graphics.
RedSun.cpt AMUG CD:Files:Art:Q-R:RedSun.cpt RedSun.cpt 0 29K 4/14/93 RedSun - Very nice color pict file of a Red Giant star (with a moon) in the foreground and distant stars in the background. Watch and see if there is not an optical illusion effect (it seems to shrink to me, but of course it doesn't).
QuickLoc.cpt AMUG CD:Files:Util:Q:QuickLoc.cpt QuickLoc.cpt 0 4K 4/14/93 QuickLoc - QuickLoc is a goofy little utility that, once you get used to it, is hard to live without. It simply opens all selected folders whenever the user hits the return key and closes the front,ost window when when the user hits the delete key. File names can still be edited by hitting the enter key on the keypad.
ProFont.cpt AMUG CD:Files:Font:P:ProFont.cpt ProFont.cpt 0 13K 4/14/93 ProFont - This font is a replacement for Monaco9 and is of special use to programmers using System 7.
Pentaminos05 AMUG CD:Files:Game:N-P:Pentaminos 0.5ß.cpt Pentaminos 0.5ß.cpt .05b 0 53K 4/14/93 Pentaminos 0.5ß - Pentaminos is a game in which you must fit 12 pieces (of 5 squares each) on various sized boards. Boards range from 8 x 8 to 3 x 20.
NoteQuickER AMUG CD:Files:Bus:N-Q:NoteQuickER.cpt NoteQuickER.cpt 0 23K 4/14/93 NoteQuickER - This is a note taking utility that is more pleasant than NotePad. Written by a 14 year old boy.
Michelangelo AMUG CD:Files:Art:Md-Mz:Michelangelo.cpt Michelangelo.cpt 0 159K 4/14/93 Michelangelo - This is a 640X480 colour startup screen by Michael Angelo, the Italian, not the Ninja Turtle.
MiBACMusicLe AMUG CD:Files:Music:M:MiBAC Music Lessons 111.cpt MiBAC Music Lessons 111.cpt 1.11 0 235K 4/14/93 MiBAC Music Lessons 111 - Music lessons is an easy to use interactive program that helps you master the fundamentals of music theory. Includes 11 drills.
MiBACJazz159 AMUG CD:Files:Music:M:MiBAC Jazz 159 Demo.cpt MiBAC Jazz 159 Demo.cpt 1.59demo 0 313K 4/14/93 MiBAC Jazz 159 Demo - This program creates and plays realistic jazz backgrounds. Apple Midi Manager 2.0.1 is included in the demo.
MHAFC4.cpt AMUG CD:Files:Bus:M:MHA FC4.cpt MHA FC4.cpt 0 91K 4/14/93 MHA FC4 - A collection of 31 QuickMail forms including Bill the Cat, Brain is Gone, Dancing in the Sleet and others.
MaxAppleZoom AMUG CD:Files:Util:M-Mc:MaxAppleZoom 1.43.cpt MaxAppleZoom 1.43.cpt 0 50K 4/14/93 MaxAppleZoom 1.43 - the popular Mac II screen enlarger cdev that reprograms the original (Toby) Apple 8-bit video card for the Mac II so that it displays 704 x 512 pixels instead of the standard 640 x 480. NO LONGER HAS AN EXPIRATION DATE! Does not work correctly with multiple monitors and somnewer Apple video cards are not compatible. Version 1.43 fixes an obscure problem which crashed a Mac IIsi without an extra video card. MaxAppleZoom will not work with Macintosh models which are using on-board video RAM. There must be the original 8-bit (Toby) video card being used.
MacEnquirer2 AMUG CD:Files:Hyper:M-Md:MacEnquirer 2.0.cpt MacEnquirer 2.0.cpt 2.0 0 9K 4/14/93 MacEnquirer 2.0 - This HyperCard stack generates newspaper headlines after its namesake. Headlines are randomly generated from an editable list of nouns and adjectives. Talk about outrageous!! Now you'll know how the rag does it.
LogMasterv12 AMUG CD:Files:Bus:H-L:LogMaster v1.2.cpt LogMaster v1.2.cpt 1.2 0 40K 4/14/93 LogMaster v1.2 - This is a simple yet powerful application for keeping track of time spent on projects and printing bills.
LinearReg1.1 AMUG CD:Files:Education:L:LinearReg1.1.cpt LinearReg1.1.cpt 1.1 0 25K 4/14/93 LinearReg1.1 - This is a small application that does weighted and unweighted fits for xy data.
Kolor1.0.cpt AMUG CD:Files:Util:J-K:Kolor1.0.cpt Kolor1.0.cpt 1.0 0 26K 4/14/93 Kolor1.0 - Kolor is a program for Macintosh II owners. It allows you to change the default colors associated with - Controls (buttons, check boxes, radio buttons, and scroll bars), Windows, Menus Hiliting (most notably used for text hiliting Kolor is used in conjunction with the Control Panel. It creates resources which are used by the various Managers as default color tables if an application hasn’t supplied them. As of this writing, very few programs written for the Macintosh “colorize” their own resources, thus allowing you to customize your system to suit your tastes.
Klutz.cpt AMUG CD:Files:Util:J-K:Klutz.cpt Klutz.cpt 0 5K 4/14/93 Klutz - allows you to look at and modify various color Klutz files.
KingsCrossCo AMUG CD:Files:Movie:A-P:Kings Cross Coke.cpt Kings Cross Coke.cpt 0 16K 4/14/93 Kings Cross Coke - The Coca-Cola symbol is undoubtedly the most recognizable in the world due to the massive marketing efforts undertaken by the Coca-Cola Compane. One particular Coca-Cola advertisement can be found in Kings Cross, just outside the CBD of Sydney, Australia. Not only is it one of the largest advertisements in the country, it also proudly flaunts its messages with a barrage of flashing lights, not all of which are always working correctly This program is a tribute to that sign and to the attractiveness of its multiple light patterns. While the real sign has only seven patterns, which constantly repeat, KINGS CROSS COKE is capable of displaying thousands of lights.
KillEMFKEY AMUG CD:Files:System7 tools:Powerbook:KillEM FKEY KillEM FKEY 0 2K 4/14/93 KillEM FKEY - Says the author "I wrote this fkey to turn off the Express modem background software for Apples' Express modem on the Powerbook and Powerbook Duo line.
InitialFolde AMUG CD:Files:Util:Icons:Initial Folders.cpt Initial Folders.cpt 0 33K 4/14/93 Initial Folders - These are letter icons of the type a wood cutter would have used for Medieval Woodcuts.
Hemiroids1.0 AMUG CD:Files:Game:H-L:Hemiroids1.08cpt Hemiroids1.08cpt 1.0.8 0 229K 4/14/93 Hemiroids1.08 - HemiRoids is a work-alike of that old standing we all know and love (aster-something?). This game is freeware, very colorful, and 3-D. This version works in 24 bit memory mode.
GuessWords1 AMUG CD:Files:Hyper:G:GuessWords1.0.2.cpt GuessWords1.0.2.cpt 1.0.2 0 56K 4/14/93 GuessWords1.0.2 - This HyperCard game is similar to MasterMind. It is a word guessing game, interesting!
GregsButtons AMUG CD:Files:System7 tools:G:Gregs Buttons3.0.cpt Gregs Buttons3.0.cpt 3.0 0 47K 4/14/93 Gregs Buttons3.0 - When Apple released System 7, I was impressed by the color 3-D windows and scroll bars. However, I was disappointed that the buttons were still in only black and white. They looked so flat! So, I wrote this little hack to finish the job that Apple started. "Greg's Buttons" is a control panel that replaces the standard black and white push buttons, check boxes, and radio buttons with color 3-D ones designed to blend in with rest of the System 7 interface (including the color tinges that you can select in the "Color" control panel). "Greg's Buttons" also colorizes the stop sign, caution, and note alert icons.
GEnieServant AMUG CD:Files:Tele:G:GEnie Servant 1.26d.cpt GEnie Servant 1.26d.cpt 1.26 0 141K 4/14/93 GEnie Servant 1.26d - Welcome to Online Servant! This stack system is a “front end.” It automates and simplifies your use of GEnie. This is "Open Beta" software. It contains all the functions necessary to handle GEnie mail and bulletin board communications, automatically. File transfers and much more are planned for future versions of Servant. Complete instructions and documentation are contained in the Online Help section of Online Servant Stuff. Please read over this file and then try out Servant!
FTPd210.cpt AMUG CD:Files:Tele:D-F:FTPd210.cpt FTPd210.cpt 210 0 183K 4/14/93 FTPd210 - FTPd is a Macintosh implementation of the Un*x FTP and Gopher server protocol. It should be compatible with most FTP clients, and all gopher clients. Basically it allows your mac to act as an FTP server so you can access your files from anywhere around the world. Obviously there are some serious security considerations you should look in to before using this software (see the Security Considerations section). FTPd requires System 7, MacTCP 1.1, and File Sharing enabled. It honours the Users&Groups privileges and passwords, and supports multiple logins, anonymous FTP, as well as MacBinary and BinHex transfers, and the “MACB” FTP command.
Frog.cpt AMUG CD:Files:Art:F:Frog.cpt Frog.cpt 0 92K 4/14/93 Frog - a Hi-res Pixel Paint picture of a Green Frog. Very detailed.
Deskpict.cpt AMUG CD:Files:Util:D-De:Deskpict.cpt Deskpict.cpt 0 17K 4/14/93 Deskpict - this device allows to to save your favorite pict=0 format art, name it deskpicture and place it in the system folder. Upon startup your new color background picture will be on your screen.
DEPTHKEY1.5 AMUG CD:Files:Util:D-De:DEPTHKEY1.5.cpt DEPTHKEY1.5.cpt 1.5 0 27K 4/14/93 DEPTHKEY1.5 - is an FKEY that displays the bit-depth of every monitor hooked to a color Mac, and changes the bit-depth by either using the mouse or keyboard. Tested on a slew of Macs from the Mac LC to the Quadra 900. Better than other depth-changers because it uses only Slot Manager calls. Bug fixes include - DepthKey no longer hoses the System 7 Help Menu, and a screen clean-up bug was fixed. New feature is keyboard control, you can change the bit-depths by typing Command-Key sequences from your keyboard.
DepthCharge1 AMUG CD:Files:Util:D-De:DepthCharge1.7.cpt DepthCharge1.7.cpt 1.7 0 16K 4/14/93 DepthCharge1.7 - DepthCharge is a control panel device/system extension that lets you rapidly switch the color settings of any screen, or change the speaker volume, without leaving the application you are running. It is designed to work with multiple or single monitors. It also saves any changes you make, so they are not forgotten when you turn the machine off. In this respect it just implements the most frequently used bits of the Monitors and Sound control panels in a more convenient form. It doesn't replace either of these control panels completely.
ColorSwitch1 AMUG CD:Files:Util:Cn-Cz:ColorSwitch1.01.cpt ColorSwitch1.01.cpt 1.01 0 26K 4/14/93 ColorSwitch1.01 - This control panel from Andrew Welch allows you to change monitor settings without having to utilize the monitor conntrol panel. You can hold down modifier keys and change your monitor settings from the screen or under system 7 it will install a menu next to ballon help. Nice!
ColorKey1.3 AMUG CD:Files:Util:Cn-Cz:ColorKey1.3.cpt ColorKey1.3.cpt 1.3 0 8K 4/14/93 ColorKey1.3 - ColorKey allows you to toggle between 2 different color levels for the Mac II and SE/030's with color cards.
Colorize302 AMUG CD:Files:Util:Cn-Cz:Colorize302.cpt Colorize302.cpt 3.0.2 0 10K 4/14/93 Colorize302 - Colorize302 - Here is the latest new and improved Colorize application!!!! Use Colorize to add color to ANY and all Macintosh applications!!! Allows you to color Dialogs, Windows, Controls, and the MenuBar. Each application can have different colors Version 3.0 is compatible with all Macs and System 7.0 With System 7, Colorize v3.01 allows "dropping" applications onto the Colorize icon to add color to that application.
B&POutlines AMUG CD:Files:Mag:B-C:B & P Outlines.cpt B & P Outlines.cpt 0 87K 4/14/93 B & P Outlines - This outline contains Bits and Pieces Columns by Dorman L. Bullard as printed in the Arizona Macintosh Users Group (AMUG) Newsletter. Any excerpt may be reprinted by other Macintosh Users Groups if conspicuous credit is given to the author and to the AMUG Newsletter. A copy of the publication reprinting any exerpt would be appreciated. Mail to AMUG, c/o Dorman L. Bullard, 726 E. 7th Place, Mesa, AZ 85203.
Arnold.cpt AMUG CD:Files:Music:A:Arnold131.cpt Arnold131.cpt 1.3.1 0 56K 4/14/93 Arnold™ - Arnold™ 1.3.1 is an extension that makes your mac quote Arnold Schwarzenegger saying "I need a vacation" on restart and "Asta al vista, baby" on shutdown. This extension requires System 6.0.5 or above. It has been tested with System 7 on both a Mac IIsi and an LCII without a problem.
ARAZytel96 AMUG CD:Files:Tele:A:ARA-Zytel-9600+ ARA-Zytel-9600+ 0 4K 4/14/93 ARA-Zytel-9600+ - contains the ARA info for the Zytel 9600 baud modem configurations.
AmericanIndi AMUG CD:Files:Font:A:AmericanIndianSymbols.cpt AmericanIndianSymbols.cpt 0 81K 4/14/93 AmericanIndianSymbols - contains a font with loads of American Indian Symbols. Enjoy!
TSiGraphicsP AMUG CD:Files:Prog:T:TSiGraphics Preview.cpt TSiGraphics Preview.cpt 0 139K 4/12/93 TSiGraphics Preview - TSiGraphics gives you total control over the FORTRAN plotting environment. Multiple subroutine calls are used to create graphics windows and 2D or 3D plots TSiGraphics provides both high-level and low-level plotting routines. Up to 10 graphics windows are supported, and each window may contain multiple plots. Graphics windows are fully integrated with the standard FORTRAN text window and may be resized, saved, printed, or pasted into other applications. “Real Time” plotting is supported for animation effects.
SoftPolishDe AMUG CD:Files:Prog:S:SoftPolish Demo.cpt SoftPolish Demo.cpt demo 0 146K 4/12/93 SoftPolish Demo - SoftPolish is a quality assurance tool that helps software. developers ship clean and consistent applications. SoftPolish checks elements of the user interface that are contained in resources and reports potential problems to a scrolling log. It also performs hundreds of tests that are not visible to the user but may cause incompatibility with Macintosh System Software. This demo illustrates the SoftPolish user interface, including many options for scanning and cleaning files, folders, or disks. The sample file may be opened and viewed, however most other functions are disabled.
ServantChris AMUG CD:Files:Tele:First Class:FC Systems:Servant ChristianFCBBS.cpt Servant ChristianFCBBS.cpt 0 965K 4/12/93 Servant ChristianFCBBS - Welcome to Servant Christian BBS. Connect speeds from 1200 to 16.8K using US Robotics Dual Standard on a Macintosh IIcx with eight megabytes of Ram. The drives are collectly around 550 megabtyes and a CD-ROM drive running BBS in a box vol 8 from AMUG (Arizona Macintosh Users Group), containing some 9,000 downloadable files. This first Class file will allow you to log on.
SerialI/OPor AMUG CD:Files:MacTechNotes:Hardware:Serial I/O Port Q&A.cpt Serial I/O Port Q&A.cpt 0 10K 4/12/93 Serial I/O Port Q&A - This Technical Note contains a collection of Q&As relating to a specific topic—questions you’ve sent the Developer Support Center (DSC) along with answers from the DSC engineers. While DSC engineers have checked the Q&A content for accuracy, the Q&A Technical Notes don’t have the editing and organization of other Technical Notes. The Q&A function is to get new technical information and updates to you quickly, saving the polish for when the information migrates into reference manuals.
ScreenLink AMUG CD:Files:Util:Network:ScreenLink.cpt ScreenLink.cpt 0 502K 4/12/93 ScreenLink - this is a demo of a commercial program similar to Timbuktu. This demo allows you access to all features for a short period of time. Program is relatively inexpensive compared to Timbuktu.
UUPC3.0.cpt AMUG CD:Files:Tele:U-V:UUPC3.0.cpt UUPC3.0.cpt 0 274K 4/12/93 Namnlös - This archive contains the binary distribution kit for version 3.0 of uupc for the Macintosh. uupc is a program which allows your Macintosh to communicate using the "uucp" (Unix-to-Unix Copy Program) protocols, and to exchange files and electronic mail with other uucp sites. It is a major upgrade of uupc 2.0 and 2.1, which were released to the Macintosh user community several years ago. uupc 3.0 is MultiFinder-friendly, runs under System 6.0.x and under System 7, supports fast modems, is domain-aware, allows for both outbound calls and for inbound (slave-mode) calls, has an automatic call-scheduler.
MaxQuadraFlo AMUG CD:Files:Prog:M:MaxQuadraFloat.cpt MaxQuadraFloat.cpt 0 5K 4/12/93 MaxQuadraFloat - Wonder why you don't seem to be getting the performance improvement on the Quadra with floating-point that you should? While the Quadra is maybe an order of magnitude faster in floating-point addition, subtraction, multiplication, and division, it does not implement the 6888x FINTRZ instruction, so conversions from float to int take 4 times longer on the Quadra than the FX. FINTRZ means "float-to-int, rounding toward zero", and is the rounding method that is specified by C. One the 68040, the FINTRZ instruction is not implemented, and is implemented through a trap.
HP-35DA.cpt AMUG CD:Files:DA:H-I:HP-35 DA.cpt HP-35 DA.cpt 0 50K 4/12/93 HP-35 DA - In addition to the standard functions available on the Hewlett-Packard HP-35, this desk accessory displays all the stack registers, has the capability of displaying the registers in binary, octal, decimal and hex, allows degrees orradians in trig calculations, and provides a versatile calendar. These hidden features are provided as well - Truncate the x register contents by typing an (uppercase) i. Round the x register contents to a specified number of decimal places by enabling the ARC button and typing an (uppercase) i, Recall the last x register value by typing a (lowercase) L and more!
FORTRANGoodi AMUG CD:Files:Prog:D-G:FORTRAN Goodies.cpt FORTRAN Goodies.cpt 0 131K 4/12/93 FORTRAN Goodies - contains over 10 Fortran tools for the Fortran programer. From the Language systems BBS.
ClocksDA.cpt AMUG CD:Files:DA:C:ClocksDA.cpt ClocksDA.cpt 0 23K 4/12/93 ClocksDA - Three different Clock DA's for your viewing pleasure. Far Side Clock. Batman Clock. David Letterman! They can be installed in the Apple Menu Items Folder. Enjoy! These clocks are totally FREE!
AppleFacts AMUG CD:Files:Apple:AppleFacts.cpt AppleFacts.cpt 0 297K 4/12/93 AppleFacts - The Read-Only version will not allow you to modify the document, but you can view it and Copy from it and Paste to other applications. It will remember what page you were on and open the notebook to that page the next time. If you don't like this and want to open to the same page every time, just lock the file by doing a "Get Info" on it in the Finder and checking the "Locked" check box. This is the electronic version of the Apple Facts book found at your local dealer. Lists info on all Mac available as of April 1993.
+5VoltTrickl AMUG CD:Files:MacTechNotes:Hardware:+5 Volt Trickle.cpt +5 Volt Trickle.cpt 0 6K 4/12/93 +5 Volt Trickle - One of the features of the new NuBus90 spec is the availability of +5 trickle charge. There are some things that you will need to know about this feature before you design any NuBus card. This Tech Note will provide these things. NuBus90 +5 trickle feature, +5 trickle feature on Macintosh, Possible problems with +5 trickle.
VisageTT.cpt AMUG CD:Files:Font:T-Z:VisageTT.cpt VisageTT.cpt 0 82K 4/12/93 VisageTT - Visage is a font which consists of caps-size images of illustrations of peoples faces. It was developed from illustrations taken from Art Nouveau magazines of the 1890s and early 1900s. There are male and female faces of different ages and types. It works best in large sizes and is a great way to add a bit of art to a document without doing much work. Visage is part of the Scriptorium Font Library. It is distributed as shareware. Read the enclosed files to find out about an offer where you can get a complete disk of fonts when you register this one.
VisageT1.cpt AMUG CD:Files:Font:T-Z:VisageT1.cpt VisageT1.cpt 0 142K 4/12/93 VisageT1 - Visage is a font which consists of caps-size images of illustrations of peoples faces. It was developed from illustrations taken from Art Nouveau magazines of the 1890s and early 1900s. There are male and female faces of different ages and types. It works best in large sizes and is a great way to add a bit of art to a document without doing much work. Visage is part of the Scriptorium Font Library. It is distributed as shareware. Read the enclosed files to find out about an offer where you can get a complete disk of fonts when you register this one.
UltraRecorde AMUG CD:Files:Music:U-Z:Ultra Recorder1.01.cpt Ultra Recorder1.01.cpt 1.0.1 0 27K 4/12/93 Ultra Recorder1.01 - This is version 1.0.1 of Ultra Recorder. It corrects a major problem that caused it to crash. Ultra recorder is a program that allows you to use you Macintosh's sound input to its full capabilities. Ultra Recorder creates System 7 double clickable sound files. Unlike the Sound control panel's limit of 10 seconds, you can record sounds for as long as memory permits. Using built in compression Ultra Recorder can compress sounds up to 600%. Ultra Recorder supports Balloon Help, 32-Bit Addressing, has extensive written help, and has a cool color interface. This version is worth the download! $5 ShareWare.
TidyItUp!II AMUG CD:Files:Util:Tf-Tz:Tidy It Up ! II Intl..cpt Tidy It Up ! II Intl..cpt II 0 255K 4/12/93 Tidy It Up ! II Intl - Tidy It Up II attempts to solve the ever growing problem of System Folder clutter. It does so in a "cosmetic" way, i.e. by regrouping the icons according to a set of categories. The process is very safe to use, since it doesn't patch anything and ultimately accomplishes automatically and painlessly what you could very well do manually if you are willing to spend the required time and effort. Files are sorted alphabetically in each category. A file's category is determined by its Type, Creator and name. Tidy It Up II creates one file per category, just to act as a label for it on the left hand side of the window. Each category name is preceded by a special token.
TidBITS#170 AMUG CD:Files:MUG News:TidBITS:151-175:TidBITS#170/29-Mar-93.cpt TidBITS#170/29-Mar-93.cpt 170 0 15K 4/12/93 TidBITS#170/29-Mar-93 - New Macs? Yup, but the Apple Workgroup Servers may not knock your socks off. David Blatner's essential "Desktop Publisher's Survival Kit" from Peachpit Press stands a better chance. We also have two reports from user group land, including a new Internet SIG of the Boston Computer Society, and a sad story of online unpleasantness. Digital sex crops up again, and if you think that's exciting, check out the new Apple Internet Router upgrade. Whee!
Spherical3.J AMUG CD:Files:Art:Sn-Sz:Spherical3.JPEG Spherical3.JPEG 0 140K 4/12/93 Spherical3.JPEG - This is the third in a three simple Photoshop/KPT exercises I have simply called Spherical, this one being Spherical3. The symbolizing of a crystal ball and a lightning storm on a KPT Color Explosion background makes for some groovy viewing. 504 x 504 x 24
Spacetextur6 AMUG CD:Files:Util:Textures:Spacetextures6.cpt Spacetextures6.cpt 0 44K 4/12/93 Spacetextures6 - This is the next installment in the series on space and astronomy themes. I have included some pictures of astronauts in this one, so let me know if you like these "pictures" as well as the more continious textures type.
Spacetextur7 AMUG CD:Files:Util:Textures:Spacetexture7cpt Spacetexture7cpt 7 0 32K 4/12/93 Spacetexture7 - This is the next installment in the series on space and astronomy themes. This is a series of Magellan images of the surface of Venus. These images are in greyscale but show tremendous detail and some pretty interesting and bizarre aspects of this planet's surface.
SinaiticusTT AMUG CD:Files:Font:S:SinaiticusTT.cpt SinaiticusTT.cpt 0 20K 4/12/93 SinaiticusTT - A typeface designed to resemble the handwriting used in such Greek manuscript codices as Sinaiticus and Vaticanus. It will have limited appeal, but it should satisfy a particular need. Key layout matches SuperGreek, LaserGreek, Alexandria, and Delphi. Shareware $5 from Good Type Cheap.
SinaiticusT1 AMUG CD:Files:Font:S:SinaiticusT1.cpt SinaiticusT1.cpt 0 27K 4/12/93 SinaiticusT1 - A typeface designed to resemble the handwriting used in such Greek manuscript codices as Sinaiticus and Vaticanus. It will have limited appeal, but it should satisfy a particular need. Key layout matches SuperGreek, LaserGreek, Alexandria, and Delphi. Shareware $5 from Good Type Cheap.
ShinyBlanks AMUG CD:Files:Util:Sd-Sm:Shiny Blanks.cpt Shiny Blanks.cpt 0 12K 4/12/93 Shiny Blanks - Contains "shiny blanks" in the spirit of the ever-popular shiny 3D folder. "Blanks" include Mover(truck), INIT/Extension, Tile, Suitcase.
SezameCaps2 AMUG CD:Files:Font:S:SezameCaps2.0.cpt SezameCaps2.0.cpt 2 0 12K 4/12/93 SezameCaps2.0 - Sezame is a rolling, soft-edged and highly readable face I designed for a project awhile ago. This is a more finely tuned version of the one released previously. See enclosed text file for informationg about obtaining the complete font from the author.
Sculpt3DMoto AMUG CD:Files:Art:S-Sm:Sculpt 3D Motorcycle QT.JPEG Sculpt 3D Motorcycle QT.JPEG 0 78K 4/12/93 Sculpt 3D Motorcycle QT.JPEG - If you lust after motorcycles and / or extremely complex 3D modeling, then you've come to the right place. This gorgeous image was modeled and rendered by Steve Speer using Sculpt 3D from Byte by Byte Corporation. The motorcycle (or "hog" if you prefer) is extremely detailed and realistic, with dozens if not hundreds of parts, yet Mr. Speer constructed it all in under a day. The image was raytraced at 2,048 x 1,536 resolution in under 2 hours on a Quadra 900 with a YARC coprocessor. Would've been faster if not for the bump map, too. This image is QuickTime JPEG compressed; you can view it with TeachText or any other PICT viewer.
RulesAbove AMUG CD:Files:Word:Q-R:Rules Above/Below.cpt Rules Above/Below.cpt 0 7K 4/12/93 Rules Above/Below - One and a half page article about using the Rules Above & Below feature in Quark. Many people avoid this feature, but it's not hard, especially if you read this article to understand the dialog box. Comes with one screen shot. Originally published in PMUG's Dialog (Princeton).
ReferenceLin AMUG CD:Files:Prog:Q-R:Reference Link1.2.cpt Reference Link1.2.cpt 1.2 0 9K 4/12/93 Reference Link1.2 - Reference Link is a System 7-only INIT that makes THINK Reference 2.0 easier to use. With R.L. installed, a modified double-click on a word in a text editor or word processor causes the word to be looked up in THINK Reference 2.0. A keystroke jumps back to the editor. Freeware V. 1.1 now works right with the Alpha editor, and uses the same keystroke for jump-back as for look-up. V. 1.1.1 fixes a conflict with Logitech's MouseKey. v. 1.2 now has a template lookup keystroke, and no longer uses a background process.
QuadraX!1.0 AMUG CD:Files:Game:N-P:QuadraX! v1.0.cpt QuadraX! v1.0.cpt 1.0 0 169K 4/12/93 QuadraX! v1.0 - In the vein of the classic Mastermind, this game creates a code for one player to try and break in as few guesses as possible. The code is made up of 16 stones arranged in 4 rows and 4 columns, and each stone's position depends on the arrangement of other stones! Not for wimps! Full of great sounds and graphics! Shareware, B&W.
QAPict.cpt AMUG CD:Files:Prog:Q-R:QAPict.cpt QAPict.cpt 0 30K 4/12/93 QAPict - This is a PICT viewer application which was written using QuickApp. QuickApp is a C++ applications framework. Designed in the tradition of MacAppr, its' style will be instantly familiar to any MacApp programmer. QuickApp is not designed to replace MacApp for development of large scale projects, but as a new tool for your development needs. QuickApp strips away all but the crucial features which MacApp provides. This allows QuickApp to have blazingly fast compile times, and generate applications with trivially small code sizes. It also makes it easy to learn.
QALander.cpt AMUG CD:Files:Game:N-P:QALander.cpt QALander.cpt 0 59K 4/12/93 QALander - This is a lunar lander program. Written with QuickApp. QuickApp is a C++ applications framework. It is written in a similar style to MacApp, but is much smaller and easier to use In this program you control the rate of decent of the lander by pushing numbers on the numeric keypad. It uses a buffered view for smooth animation. QuickApp has a TBufferedView class which wraps QuickDraw GWorlds and makes them easy to use. This sample uses QuickApp to provide the user interface and another framework called Vector (which will be released in a few months) to provide the mathematical simulation of the spaceship and the moon.
PrintOne1.02 AMUG CD:Files:Util:Pm-Pz:PrintOne 1.0.2.cpt PrintOne 1.0.2.cpt 1.0.2 0 4K 4/12/93 PrintOne 1.0.2 - PrintOne is a simple start-up document (INIT) which will add a PrintOne menu item to the File menu. Selecting PrintOne will then skip the print dialog and print a single copy of the document using the standard default settings. PrintOne 1.0.2 now allows the Print menu item to be changed to PrintOne by holding down the option key while selecting the File menu. This new option is available to applications for which PrintOne will not add the PrintOne menu item.
Ppat-PICT AMUG CD:Files:Util:Textures:Ppat->PICT.cpt Ppat->PICT.cpt 0 5K 4/12/93 Ppat->PICT - Converts ppat resources in files to PICT resources (leaving the ppat resources untouched). Only necessary if you need to convert many ppats to PICTs or have ppats which are 16/32 bit or odd sizes. Requires ResEdit or a similar utility to be of much use. PICTs created are always in Millions of colors, regardless of the original ppat.
PowerPlay1.1 AMUG CD:Files:Game:N-P:PowerPlay1.1.cpt PowerPlay1.1.cpt 1.1 0 131K 4/12/93 PowerPlay1.1 - A strategy game in which you control power companies. Buying and selling of bonds and other features make this a great "thinking" game. This is a "board type" game that runs in B/W or color. Color depth up to 256 colors. Game includes online help. This is ShareWare, and well worth the download. This is version 1.1
Pinoch2.cpt AMUG CD:Files:Game:N-P:Pinoch2.cpt Pinoch2.cpt 2.0 0 130K 4/12/93 Pinoch2 - Color verion of the popular card game double deck Pinochle.
PictFlipper AMUG CD:Files:Art:P:PictFlipper.cpt PictFlipper.cpt 0 7K 4/12/93 PictFlipper - This allows the startup screen to be converted to a pict file and also for the opposite to occur. Very helpful in working with hypercard xcmd.
PerformAppra AMUG CD:Files:Bus:N-Q:PerformAppraisal Forms.cpt PerformAppraisal Forms.cpt 0 40K 4/12/93 PerformAppraisal Forms - contains a ReadMe file and 3 forms: Activity Report, Performance Appraisal, and Managerial Performance Appraisal Professionally developed and handsomely designed forms for human resources performance appraisal and feedback systems. Includes (1) periodic Activity Report, (2) Performance Appraisal, and (3) Managerial Performance Appraisal. Space provided for user to cut-and-paste own logo. The only fonts required are Times and Helvetica, plus BillsDingbats (available on AOL) or one of a number of other dingbat fonts, including ZapfDingbats. The ReadMe file explains which fonts are suitable and how to substitute for BillsDingbats.
OnTheEdge AMUG CD:Files:Art:O:On The Edge On The Edge 0 82K 4/12/93 On The Edge - 640 x 480 24-bit color JPEG image. Well, here is an amazing fractal from the depths of my mind. This is a true 24-bit colored fractal courtesy of KPT Tools for Photoshop. The trick to creating a nice fractal in my opinion is to make sure the colors are separated enough to see the details of the fractal. Some people do not take the time to get it right. I believe I have taken that time...lots of hours to be exact Of course all of this is subjective and I am merely giving you my own opinion....so if you disagree so be it....that is your right. I hope you enjoy viewing this image as I do.
NameThatTune AMUG CD:Files:Music:N-P:Name That Tune.cpt Name That Tune.cpt 0 7K 4/12/93 Name That Tune - Getting tired of seeing my audio CD's mounted on the Mac desktop with names such as "TraCk #1" and "Track #2", I developed a System Extension that lets you rename your audio CD's and their song to whatever you want. Place this System Extension in your Extensions folder and next time you restart NameThatTune will fool the Finder so that you can rename your audio CD's and their songs. In addition, as soon as you insert an audio CD it will start playing. No more having to open CD Remote just to get the music goinPersonally, I have used this Extension for a long time and finally decided to realease it.
MorphSequenc AMUG CD:Files:Movie:A-P:Morph Sequence.cpt Morph Sequence.cpt 0 81K 4/12/93 Morph Sequence - A 5 PICT (montage) morph sequence in 8 bit color of a little red haired girl transforming into an old black woman. Ilustrates high quality of intermediate Morph transformations in PICT format.
Lickity-Flam AMUG CD:Files:GIF:H-O:Lickity-Flames.GIF Lickity-Flames.GIF 0 97K 4/12/93 Lickity-Flames.GIF - Just your basic wall of fire. Pretty realistic looking though... Nice little goblin-like images floating around in there. After staring at this for a while it makes you want to remember to say your prayers at night! Sweet Dreams...
JEMS.493.cpt AMUG CD:Files:Mag:H-L:JEMS.493.cpt JEMS.493.cpt 0 7K 4/12/93 JEMS.493 - This is the April issue of Jims Jems, a newsletter for personal development.. Enjoy
InternetFile AMUG CD:Files:Tele:I-L:Internet Files via Email.cpt Internet Files via Email.cpt 0 15K 4/12/93 Internet Files via Email - This document was written to document my experiences learning to use the Internet to retrieve (download) files from various places (sites) using only the Internet Email Gateway provided on America On-line, provides a very elegant way to send and receive Email via the Internet, but it provides no means to access the other cool features of having a true Internet connection, such as using what is called "Anonymous FTP." With Anonymous FT you can browse, locate and download files from a various computers on the Internet, but you can FTP with this info.
IMGApril1993 AMUG CD:Files:Game:H-L:IMG April 1993.cpt IMG April 1993.cpt 0 616K 4/12/93 IMG April 1993 - This is the April (third) issue of Inside Mac Games (IMG), a monthly electronic magazine ("E-Mag") devoted to the Macintosh gaming. In this issue, a visit to Reactor Inc. and a look at their upcoming releases, Virtual Valerie 2 and the long-awaited Screaming Metal. Also in this issue, an exclusive interview with Spectrum HoloByte, publishers of such games as Falcon MC and the popular Tetris series. Plus reviews of The Journeyman Project, Bill Elliot's NASCAR Challenge, MacFLY joystick, Pax Imperia, V for Victory 2 and more. Last but nowhere near least, Hints, Tips, & Tricks, the IMG Game Poll continues, latest games release list, Strategy & Tactics, and an April Fool's Day joke somewhere....
IconsforGene AMUG CD:Files:Util:Icons:Icons forGeneral work.cpt Icons forGeneral work.cpt 0 31K 4/12/93 Icons forGeneral work - Here are some more icons to complement the ones I uploaded earlier. These ones should help users keep better track of their work. They are eye catching general folder icons. Hope you all like them. Comments appreciated, if you like them and have some icons you have designed I would welcome the download via Email.
HoylesPoker AMUG CD:Files:Game:H-L:Hoyle's Poker 1.3.cpt Hoyle's Poker 1.3.cpt 1.3 0 259K 4/12/93 Hoyle's Poker 1.3 - Hoyle's Draw Poker 1.3 is a FREEWARE Poker game for the Macintosh (no Shareware fee). It will run on ANY Macintosh with 512K RAM (including 64K Roms). It also supports System 7. It is a pre-release of a commercial product; for those who send comments or suggestions before December 31, 1993 will receive the full version (which plays Stud Poker as well and runs in color).
HotShift.cpt AMUG CD:Files:Game:H-L:HotShift.cpt HotShift.cpt 0 8K 4/12/93 HotShift - For April 1 (or any time you need a good practical joke...) This extension is part of the Annoyance Pack submitted at MacHack 92. It has the source code for a jGNEFilter which will shift the reported mouse location for every mouseDown event. This can lead to a small coordination problem... Includes the compiled extension. Check out Squeaker II for the installer source.
GSSmallFCBBS AMUG CD:Files:Tele:First Class:FC Systems:GS SmallFCBBS.cpt GS SmallFCBBS.cpt 0 59K 4/12/93 GS SmallFCBBS - This is the settings file for a First Class BBS called GS.
GliderHouse AMUG CD:Files:Game:F-G:Glider House.cpt Glider House.cpt 0 11K 4/12/93 Glider House - "Robin's Nest" has 40 rooms and although I did spend a good deal of time designing them (much more than I ever thought I would), the terrific "Room Editor" made the process enjoyable. This house was inspired by John Calhoun's original "The House". While parts of it are challenging, it's supposed to be lots of fun. With a little dedication you can complete it!
FsID.cpt AMUG CD:Files:Util:Network:FsID.cpt FsID.cpt 0 35K 4/12/93 FsID - This set of three utilities (AppleShareSetup, Remote Control Server and UnMount It) are from Jim Luther of Apple's Developer Technical Support. They enhance people using FileSharing or AppleShare servers. Be the Appleshare stud or studette in your office with these neat little goodies. The AppleShareSetup control panel lets you set or disable various options supported by the AppleShare Chooser extension. With AppleShareSetup, you ca Make specific AppleShare alerts "time-out" after a set amount of time. For example, you can make the "The file server is closing down in x minute(s)" alert automatically dismiss itself after 10 seconds.
EyeConsTwo AMUG CD:Files:Util:Icons:EyeCon's Two.cpt EyeCon's Two.cpt 2 0 38K 4/12/93 EyeCon's Two - EyeCon's Two is a collection of 24 quality icons to adorn your desktop with. You will need system 7 and a color or gray scale monitor. Ian Fleming, Sean Conery - 007, Gerge Lazenby - 007, Roger Moore - 007, Timothy Dalton - 007, Rod Serling, Don Adams, Ema Peel & Mr. Steed to name a few...
EyeClock1.1 AMUG CD:Files:Game:D-E:EyeClock 1.1.cpt EyeClock 1.1.cpt 1.1 0 38K 4/12/93 EyeClock 1.1 - Colored eye balls follow the cursor even in background. The original idea was from UNIX people and I know a few Macintosh versions. But I think this is the first color version, and this includes not only fun features but also useful clock. Moreover several tricks are hidden. Please keep this cute mascot on your desktop. You may freely distribute without modification. Enjoy! I have fixed several bugs of previous version in B&W Macs, and add sleep mode (push upper right button and just wait ).
ExpressModem AMUG CD:Files:Tele:D-F:ExpressModemCCLs.cpt ExpressModemCCLs.cpt 0 12K 4/12/93 ExpressModemCCLs - Can't connect to a ARA Server at 14.4KB with Apple's new express modem?? Is that whats got you down Bunky?? Line quality got you down?? These CCL's will force Apple's Express Modem to connect at lower speeds if you have having problems connecting to an ARA server at 14.4 KB
Exp30a.cpt AMUG CD:Files:QuickTime:D-E:Exp30a.cpt Exp30a.cpt 3.0 0 64K 4/12/93 Exp30a - Expression is a filter for Photoshop or Premiere that makes colorful pictures and animations based on mathematical expressions. Things you can do with Expression include, Fractals & Fractal zoom movies. Other interesting abstract movies. Textile patterns for weaving, embroidery etc. Animated texture maps for 3D rendering. All kinds of special effects. General purpose image processing.
Drainage.cpt AMUG CD:Files:Util:After Dark:Drainage.cpt Drainage.cpt 0 2K 4/12/93 Drainage - Tons of awesome modules running quickly! Funny! You've got to see it! Check out some other files by choosing "Sacred Bod" in file search mode.
DesktopNotes AMUG CD:Files:Util:Network:Desktop Notes 2.0x.cpt Desktop Notes 2.0x.cpt 2.0x 0 62K 4/12/93 Desktop Notes 2.0x - Desktop Notes, formerly Post-it Notes, are nothing more than small do-nothing apps that you can use to leave short notes on file servers, desktops, or in folders. Each has a distinct color icon, some of which help convey a message, while others are decorative or just silly. You can enter a short note in the file's title and/or add more information in the Get Info box. If opened accidentally they just run and quit, making them MBA-proof (no confusing "can't find app" alert) and oblivious to just about every user action. Desktop Notes are beerware. Worth the download for the icons, if you're an icon sort of person.
CyberWasp AMUG CD:Files:Art:Ci-Cz:CyberWasp.cpt CyberWasp.cpt 0 73K 4/12/93 CyberWasp - Sixteen hours of manic modelling produced this stunning ;) creature. Modelled in Form-Z using NURBS extensively and rendered in Stratavision.
CentrisMagic AMUG CD:Files:Mag:B-C:Centris Magic.cpt Centris Magic.cpt 0 49K 4/12/93 Centris Magic - One and a half page article about the magical thing a first computer is, and recapturing that magic five years later with the new Centris. Comes with an eps illustration by Terry Wilson of the Centris with toasters flying out of it. Nice drawing, like a hand-drawn job; not like a computer generated drawing. Please give credit to Terry Wilson for the art if you use it.
Centris650 AMUG CD:Files:Art:C-Ch:Centris 650.eps.cpt Centris 650.eps.cpt 0 45K 4/12/93 Centris 650.eps - This is the same illustration as is with the Centris Return of Magic article. I uploaded it seperately in case you wanted it without the article. Illustration of Centris 650 with toasters flying out of it. My style is 'by hand' like an ink drawing. You wouldn't say, "Oh, more computer art." If you use this in your publication, please mail me a copy. Originally published in PMUG's Dialog (Princeton).
BasicColorMo AMUG CD:Files:System7 tools:B:BasicColorMonitor.cpt BasicColorMonitor.cpt 0 4K 4/12/93 BasicColorMonitor - The purpose of the Basic Color Monitor system extension is to eliminate the problem that Macintosh Quadra 700, 800, 900, and 950 and Macintosh Centris 610 and 650 users may have with overly green screen color on the Apple Basic Color Monitor and some non-Apple VGA (Video Graphics Array) monitors. If you have one of these computers and are having problems with overly green screen color, you may want to try installing this extension. It will correct the problem if you have an Apple Basic Color Monitor, and it may correct the problem if you have a non-Apple VGA monitor.
AssortedMIDI AMUG CD:Files:MIDI:A-G:Assorted MIDI Blues.cpt Assorted MIDI Blues.cpt 0 36K 4/12/93 Assorted MIDI Blues - contains 10 files in MIDI format. These 10 tunes contain several Jazz Blues standards.
AnnoyancePac AMUG CD:Files:Game:A:Annoyance Pack.cpt Annoyance Pack.cpt 0 14K 4/12/93 Annoyance Pack - For April 1 (or any time you need a good practical joke... These extension make up the Annoyance Pack submitted at MacHack 92 and are included here, MenuHack - (System 7 only) Shuffles the menus in the MenuBar every time you use a menu. Squeaker II - Every time you click the mouse button, it will squeak. Nvwl - Removes every vowel that is typed. HotShift - Moves the cursor hot-spot off of the cursor for every click. DOS - Not - removes the letters 'dos' every time they are typed in that order.
AddressBookM AMUG CD:Files:Bus:A:Address Book Manager.cpt Address Book Manager.cpt 0 14K 4/12/93 Address Book Manager - This Filemaker template manages addresses and phone numbers. You can view the data in a full or list view, and print in a list, card, label or envelope format. I formatted the data entry screen for a 13" monitor. The template uses buttons and scripts to jump to the different layouts.
Whoson15.cpt AMUG CD:Files:Tele:M:MUBBS:Whoson15.cpt Whoson15.cpt 1.5 0 39K 4/09/93 Whoson15 - This is a helpful MUBBS module if you have more than one line, so another caller can see if someone else is on to chat with, or when one comes out, someone to play a multi-user game with..To install - just copy into the modules file with res-edit. It should be called 'WhosOn' To use, simple edit your 'maincaller.info' file in the caller folder, and add the module name somewhere before the 'menu1' module name. It creates no files, and only requires a file called "WhosOn.info"to be in your "bbssupport" folder.
ViewIt2.05 AMUG CD:Files:Prog:U-Z:ViewIt 2.05.cpt ViewIt 2.05.cpt 2.0.5 0 665K 4/09/93 ViewIt 2.05 - ViewIt is being made available to the Macintosh programming community as a way of introducing ViewIt and other programming modules from FaceWare. ViewIt is one of the best Mac programming tools available for creating powerful windows containing many views and custom controls. In addition to ViewIt, this package includes a complete list and description of other, non-shareware FaceWare modules that support advanced custom controls, animation, communications, database management, QuickDraw extensions, and 2D and 3D plotting.
VCR+.cpt AMUG CD:Files:Prog:U-Z:VCR+.cpt VCR+.cpt 0 53K 4/09/93 VCR+ - Two applications are included in this archive. One is a direct port of the PC code into the console enviroment of Think C 5.0.4 (VCR Console) The Think C project along with the the source files are included. The second is a quick revision of the program to sport a Mac interface (or some semblance thereof). Since I used AppMaker to throw together an interface, it uses code from a support AppMaker library, this is why the code for the mac-like version isn't included. (The AppMaker library is very large, so no one would want to download it, besides I think I can't upload it in any form without violating someone's license, so I'm covering my behind.
UUCP3.0.cpt AMUG CD:Files:Tele:U-V:UUCP 3.0.cpt UUCP 3.0.cpt 3.0 0 140K 4/09/93 UUCP 3.0 - UUCP is a program which allows your Macintosh to communicate using the "uucp" (Unix-to-Unix Copy Program) protocols, and to exchange files and electronic mail with other uucp sites. It is a major upgrade of uupc 2.0 and 2.1, which were released to the Macintosh user community several years ago. uupc 3.0 is MultiFinder-friendly, runs under System 6.0.x and under System 7, supports fast modems, is domain-aware, allows for both outbound calls and for inbound (slave-mode) calls, has an automatic call-scheduler, supports both the 'g' protocol (7-packet window, packets up to 256 bytes) and the 'f' protocol (for use with error-correcting modems or with X.25 links).
Trio/jaunty AMUG CD:Files:MIDI:N-Z:Trio/jaunty.cpt Trio/jaunty.cpt 0 80K 4/09/93 Trio/jaunty - The first movement of my new trio for flute, cello and piano entitled "So Glad You Came! Have a Cocktail." Contains both a Finale version, and two midi versions of the trio.
TrickApplica AMUG CD:Files:Game:T:Trick Application.cpt Trick Application.cpt 0 47K 4/09/93 Trick Application - Replace MS Word with this application on a friend's computer; when double-clicked or when any MS Word document is double clicked, their computer will emit a loud yell. If you know how to use ResEdit, you can make it work with any application. If you don't but are interested, send me mail.
TidBITS#169 AMUG CD:Files:MUG News:TidBits:151-175:TidBITS#169/22-Mar-93.cpt TidBITS#169/22-Mar-93.cpt 169 0 15K 4/09/93 TidBITS#169/22-Mar-93 - A look at the murky world of Apple repair anchors this issue, and supporting topics include a report about mouse button problems, a review of Peachpit Press's "Silicon Mirage," various and sundry SyQuest drive news, an announcement of upcoming events put on by an email-accessible computer bookstore, and a number of useful notes about new Apple servers, the LC III, and a Duo 230/PowerPoint 3.0 conflict.
TheDTS&TheFl AMUG CD:Files:Education:T-Z:TheDTS&TheFlameStack11.cpt TheDTS&TheFlameStack11.cpt 0 254K 4/09/93 TheDTS&TheFlameStack11 - This stack answers many questions about what the DTS is. The Society of Dead Teachers was founded in 1990. We are an organization devoted to the pursuit of educational excellence!
ThePresident AMUG CD:Files:QuickTime:T-Z:The Presidents The Presidents 0 506K 4/09/93 The Presidents - this is a fun Quicktime file which morphs through various presidents currently on US currency.
TEXT-ttro1 AMUG CD:Files:System7 tools:T:TEXT<->ttro 1.0.1.cpt TEXT<->ttro 1.0.1.cpt 1.0.1 0 8K 4/09/93 TEXT<->ttro 1.0.1 - TEXT<->ttro is the world's simplest drag and drop utility, written to simplify the process converting TeachText read-only documents into normal TeachText files and vice versa. Normal TeachText files have file type 'TEXT'. TeachText read-only documents have file type 'ttro'. Just drop either kind of TeachText document onto TEXT<->ttro, and TEXT<->ttro will convert it to the other kind.
Technotalk AMUG CD:Files:QuickTime:T-Z:Techno talk.cpt Techno talk.cpt 0 1146K 4/09/93 Techno talk - this is a humorus quicktime movie of a young man speaking on technology and the kitchen and his impressed mother.
TB-RefGuide3 AMUG CD:Files:Font:T-Z:TB-RefGuide 3.2.cpt TB-RefGuide 3.2.cpt 3.2 0 264K 4/09/93 TB-RefGuide 3.2 - this is the reference manual for theTypeBook software version 3.2.
Talk1.1.0 AMUG CD:Files:Util:T-Te:Talk 1.1.0.cpt Talk 1.1.0.cpt 1.1.0 0 61K 4/09/93 Talk 1.1.0 - Put an alias to Talk in your Startup Folder, and launch it. Put an alias to Talk somewhere useful, and launch it. Set the Preferences via the Preferences menu, and click Save. Choose Talk from the File menu and type in the recipients name, click Talk. Choose Show Status from the File menu and watch the connection progress.Wait until the person answers and a talk window appears. You type into one half of the window and they type into the other half. Save the Talk menu with the Save Menu command. You can quit Talk.
System7Comp2 AMUG CD:Files:System7 tools:S:System 7 CompanionPack2.cpt System 7 CompanionPack2.cpt 2.0 0 49K 4/09/93 System 7 CompanionPack2.0 - Great Utilities for System 7! QuickFinder - Mini-Finder and application launcher that lets you rename, copy, move, and get information about files. FKEY Master - Innovative program that lets you manage your FKEYs. You'll be able to easily install and remove FKEY's in your System file. SuperFind - A universal find and replace command for your Finder. You specify search criteria (name, type, and/or creator) and SuperFind will change all such files to the type, creator, and/or name that you requestAlias ---> Apple Menu - Simply drag and drop a file on top of the Alias ---> Apple Menu icon and an alias to the file will be put into the Apple Menu Items folder. And more goodies!
System7Blue AMUG CD:Files:Util:Icons:System7Blue-ResEdit.cpt System7Blue-ResEdit.cpt 0 77K 4/09/93 System7Blue-ResEdit - Here is the complete collection of 607 System7 Blue folders icons in ResEdit format. They have been constructed for those that prefer the original color folders instead of the Silver3Ds Folders that I offer, yet would like to have all the neat little program and generic icons from the other set. For those that don't feel intimidated by ResEdit, downloading this file will let you look over the complete set as of this date. A reminder to those that choose to work from this file, please make sure that you work only on copies of your files. The Silver 3D collection is available for those who are unfamilar with ResEdit in the easy to use "standard folder" format for simple copy and pasting.
Suntar1.3.3 AMUG CD:Files:Util:Network:Suntar1.3.3.cpt Suntar1.3.3.cpt 1.3.3 0 77K 4/09/93 Suntar1.3.3 - Suntar 1.3.3 is the cheapest way to transfer data between a Macintosh and an UNIX workstation if a few, minimal hardware requirements are met. Suntar 1.3.3 is also a MacBinary, BinHex and PackIt extractor hence it may be moderately useful even to people without access to UNIX machines.
Stealth!.cpt AMUG CD:Files:QuickTime:S:Stealth!.cpt Stealth!.cpt 0 800K 4/09/93 Stealth! - this is a totally hot quicktime movie of a stealth bomber taking off with great sound.
Spacetextur5 AMUG CD:Files:Util:Textures:Space textures 5.cpt Space textures 5.cpt 0 26K 4/09/93 Space textures 5 - Here is the fifth installment in a "series" of small ppat uploads I am undertaking. This is similar in form to the last series that I uploaded. I hope that these will be converted to Wallpaper format. This point in the upload series is about 1/3 of the ppats of space, astronomy theme that I have. I have a fair number of greyscale images especially based on the Magellan satellite images based on the surface of Venus. I hope there is interest for this, I would like to hear from people about this series as this is my only reward I ask for this series.
SpaceTextur4 AMUG CD:Files:Util:Textures:Space Textures 4.cpt Space Textures 4.cpt 4 0 34K 4/09/93 Space Textures 4 - Here is the fourth installment in a "series" of small ppat uploads I am undertaking. This is similar in form to the last series that I uploaded. Again, I appreciate hearing from those people who like these and will continue as long as interest exists. These are mostly NASA images converted to size in Photoshop.
SOUNDADVICE AMUG CD:Files:Music:So-Sz:SOUND ADVICE.cpt SOUND ADVICE.cpt 0 5K 4/09/93 SOUND ADVICE - This wonderful little word file tells you what Macs have what abilith sound. This is important as many models won't play true stereo!
Silver3DsRe AMUG CD:Files:Util:Icons:Silver3Ds-ResEdit.cpt Silver3Ds-ResEdit.cpt 0 86K 4/09/93 Silver3Ds-ResEdit - Here is the complete collection of 607 Silver 3D folders icons in ResEdit format. For those that don't feel intimidated by ResEdit. Downloading this file will let you look over the complete set as of this date. A reminder to those that choose to work from this file, please make sure that you work only on copies of your files. The Silver 3D collection is also available in the easy to use "standard folder" format for simple copy and pasting from the GetInfo box. They are found in 12 parts in the Resouces area of this sub. Happy customizing...
Silver3Ds12 AMUG CD:Files:Util:Icons:Silver3Ds#12.cpt Silver3Ds#12.cpt 12 0 41K 4/09/93 Silver3Ds#12 - These folders are meant to be transferred onto your existing folders by the copy and paste method in the "Get Info" box. The names have been shortened so simply replacing your old folders with these can cause your Finder to be confused. If you must simply replace one with the other, please copy the name of your original folder "exactly" to the Silver 3D folder before making the switch. Here is part 12 of a large collection of Silver 3D folder icons in the standard folder format. They are in actual folders, so that a simple copy and paste in the finder's get info box will transfer the folder icon to your folder without having to deal with ResEdit.
Shuttle.cpt AMUG CD:Files:QuickTime:S:Shuttle.cpt Shuttle.cpt 0 1487K 4/09/93 Shuttle - this is a fun quicktime movie of the Shuttle launching with sound.
SEEDPROGRAM AMUG CD:Files:Mag:P-S:SEED PROGRAM.PS.cpt SEED PROGRAM.PS.cpt 0 155K 4/09/93 SEED PROGRAM.PS - Sunset Direct is a marketing company representing some of the largest micro-computer manufacturers in the U.S. (i.e. AddStor, Compaq, Corel, DayStar, Frame Technology, Fusion Data, GateWay 2000, Pixar, PLI, Radius, Ray Dream, Symantec, Technology Works, Tektronix, U.S. Robotics, Xante, etc.) Sunset has been hired to identify volume buyers, provide full working evaluation units of both hardware and software, and monitor evaluations.
Sculpt3DInte AMUG CD:Files:Art:S-Sm:Sculpt 3D Interior.QT.JPEG Sculpt 3D Interior.QT.JPEG 0 51K 4/09/93 Sculpt 3D Interior.QT.JPEG - This is an image created by David Johnson of Arcathexis using Sculpt 3D modeling and rendering software from Byte by Byte Corporation. It is a beautifully spare interior space, roughly circular in plan, at the center of which is a mysterious, compelling structure. The image is rendered in greyscale (Color would be entirely inappropriate, as you will see) and QuickTime compressed. For more info about Sculpt 3D, just send me Email, or contact Byte by Byte directly at (512) 795-0150 and tell 'em Joe sent you.
RollingBall AMUG CD:Files:QuickTime:Q-R:Rolling Ball Rolling Ball 0 279K 4/09/93 Rolling Ball - This is a quicktime movie of a ball rolling on a merry go round. You can loop this for nice effects.
Robotdog AMUG CD:Files:Art:Q-R:robot dog robot dog 0 213K 4/09/93 Robot dog - this is a nice pict file of a boy and his robot dog in color.
RicksTrash AMUG CD:Files:Util:Icons:Ricks Trash.cpt Ricks Trash.cpt 0 6K 4/09/93 Ricks Trash - Here are two trashcan replacements a Box with a trashbag and a bucket. Look best in 250 colors. Must know how to use ResEdit to install. Easy instructions are included.
RefStack1.5 AMUG CD:Files:Hyper:Q-R:RefStack 1.5.1.cpt RefStack 1.5.1.cpt 1.5.1 0 258K 4/09/93 RefStack 1.5.1 - This is a stack for maintaining a Reference database.
RandomStars1 AMUG CD:Files:Util:After Dark:Random Stars 1.1.cpt Random Stars 1.1.cpt 1.1 0 5K 4/09/93 Random Stars 1.1 - This AD module paints random stars on the screen and can do colors randomly too. Also works fine on B&W monitor. It removes the stars for a soothing, ever-changing display. You adjust the parameters of how many stars to make and remove. I ask a nominal shareware fee if you keep this.
QUICKPAINT0 AMUG CD:Files:Art:Q-R:QUICKPAINT 0.1.cpt QUICKPAINT 0.1.cpt .1 0 80K 4/09/93 QUICKPAINT 0.1 - QuickPaint V.0.1 - Freeware! DownloEdit/create color GIFs and PICTs. Will also open old b/w MacPaint files. All the usual painting tools - includes gradient fills, patterns, custom colors, smudging, and more!
Prophylaxis1 AMUG CD:Files:Util:Pm-Pz:Prophylaxis1.0.1.cpt Prophylaxis1.0.1.cpt 1.0.1 0 6K 4/09/93 Prophylaxis1.0.1 - A simple, yet effective security INIT. Not hard to bypass, but keeps the average meddler out of your files. ShareWare - $5.
PressedTime AMUG CD:Files:QuickTime:P:Pressed Time.cpt Pressed Time.cpt 0 1196K 4/09/93 Pressed Time - This is a great 3D quicktime movie of a clock being sqeezed. Who says you cannot be pressed for time. Nice colors.
PowerStrip2 AMUG CD:Files:System7 tools:Powerbook:PowerStrip2.0.cpt PowerStrip2.0.cpt 2.0 0 29K 4/09/93 PowerStrip2.0 - "PowerStrip" tracks the elapsed time of battery and AC-charging sessions. When tracking the battery session, the counter is NOT incremented during sleep states. When tracking AC charging sessions, it DOES increment during sleep states. Neither counter increments during powered off stateIt also displays available space on your hard drive, available RAM, the speed of the CPU, the on/off state of AppleTalk, and on/off state of the internal modem, if an"PowerStrip" does it's best to save settings between sessions. It saves fontsize, style, and family, and if it exits in one state and starts up in the same state (exit on battery and start up on battery), it picks up where it left off.
Porter.cpt AMUG CD:Files:Font:P:Porter.cpt Porter.cpt 0 48K 4/09/93 Porter - Bold and Frisky, This face is very readable and interesting. Porter Kaps contains complete upper and lower case letters (with some alternate letters), numbers, punctuation, fractions, and some interesting dingbats/bullets. Best as a display face of 24 points or larger, Porter can create text that is very "bold" and Black when used at large point sizes. It makes attention-getting headlines in an original font that's not seen so often. At smaller point sizes, it appears more stylish and can be used as small as 18 points.
PMSCOLORCHAR AMUG CD:Files:Art:P:PMS COLOR CHART.cpt PMS COLOR CHART.cpt 0 41K 4/09/93 PMS COLOR CHART - A chart created for comping Pantone colors off any color printer. Originally set for an IRIS, but I have used it with great sucess at my office on a Tektronix Phaser III...
PlanefromBeh AMUG CD:Files:QuickTime:P:Plane from Behind.cpt Plane from Behind.cpt 0 65K 4/09/93 Plane from Behind - this is a small quicktime movie of a 3D plane flying by. Nice for demo or overlay work. Same as Planne fly by except from rear view.
PlaneFlyBy AMUG CD:Files:QuickTime:P:Plane Fly By.cpt Plane Fly By.cpt 0 44K 4/09/93 Plane Fly By - this is a small quicktime movie of a 3D plane flying by. Nice for demo or overlay work.
PICTInformer AMUG CD:Files:System7 tools:P-Q:PICT Informer.cpt PICT Informer.cpt 0 24K 4/09/93 PICT Informer - Have you ever wondered if a picture is version1 or version 2? If you have all the fonts that the picture was originally created with? Or what kinds of QuickDraw objects the picture contains. With System 7 Apple has provided a new and easy way to get information out of a picture called the Picture Utilities Package. PICT Informer is simply an implementation of GetPictInfo, the main call in that package. PICT Informer will open PICT files or PICT resources and show the picture in a window. To see the PictInfo information, choose Show Info from the File menu or double-click in the picture's window. Freeware. Version 1.0
PhotoshopMem AMUG CD:Files:Updates:Photoshop:PhotoshopMemory2.5.cpt PhotoshopMemory2.5.cpt 2.5 0 3K 4/09/93 PhotoshopMemory2.5 - Here is a memory patch for Photoshop 2.5. It is a plug-in that patches out the code which caused the occasional "not enough memory" messages in 2.5 when trying to open or save files on some machines with more than 24 megabytes allocated to Photoshop. For additional information see the enclosed readme file.
PhoenixBBSs AMUG CD:Files:Tele:P:Phoenix BBSs.cpt Phoenix BBSs.cpt 0 25K 4/09/93 Phoenix BBSs - Hypercard stack listing the BBS's in the Phoenix, Arizona area with some listed throughout the State. You can use this to keep track of the BBS's you use where you live. It is not protected so you can simply add a new card and fill in the information.
PB-InfoExpre AMUG CD:Files:Tele:First Class:FC Systems:PB-Info Express!.cpt PB-Info Express!.cpt 0 8K 4/09/93 PB-Info Express! - New Powerbook(TM) oriented BBS based on the FirstClass BBS software. This file contains the basic settings for reaching PB-Info Express!
PBPlugAlert AMUG CD:Files:System7 tools:Powerbook:PB Plug Alert.cpt PB Plug Alert.cpt 0 18K 4/09/93 PB Plug Alert - Alert Powerbook users to a potential power plug problem that can wipe out the PowerBook's power management circuits and send it back to the shop. Short article and diagram.
Openspaces12 AMUG CD:Files:System7 tools:N-O:Openspaces12.cpt Openspaces12.cpt 1.2 0 5K 4/09/93 Openspaces12 - Open Spaces is a system 7 extension which makes navigating through folders in the Finder easier. When you are not renaming something, hitting the space bar opens the currently selected file or folder. This enables you to move around with just the arrow keys and the space bar, or to open files more easily. When you are renaming something, the space bar acts normally. Version 1.2 corrects the behavior of Open Spaces with dialog boxes opened by Control Panels.
Nightmare? AMUG CD:Files:System7 tools:Powerbook:Nightmare?.cpt Nightmare?.cpt 0 16K 4/09/93 Nightmare? - Application from Newer Technologies that looks at the type of RAM installed in PowerBook 180's and 165c's. Since there has been a problem with dealerships installing RAM meant for the first generation of PowerBooks (140/145/170) and not the correct RAM for the faster 33MHz PowerBooks, Newer is distributing this application free of charge. The nightmare scenario is having the wrong type of RAM installed creating an extra wait state in the 180 or 165c (causing slower performance), and it usually means that one or two of the heat sinks that Apple installed had to be removed thereby voiding the warranty and risking damage to the motherboard. A must for all PowerBook 180 and 165c owners.
Nethack3.1 AMUG CD:Files:Game:N-P:Nethack 3.1.cpt Nethack 3.1.cpt 3.1 0 785K 4/09/93 Nethack 3.1 - In the Unix world, there has been a popular D&D (Dungeons and Dragons) like game called "NetHack" for a number of years. This is the new Mac version (v3.1). This is a very sophisticated D&D style game. Unlike 3.0, NetHack 3.1 is a multi-dungeon game. New dungeons "branch" off the main dungeon at different locations. A unifying mythology was adopted for the game. There are tasks which must be completed in various dungeons before the main task of capturing the Amulet can be undertaken. There are different quests for the different character classes.
Nefertiti.QT AMUG CD:Files:QuickTime:N-O:Nefertiti.QT.cpt Nefertiti.QT.cpt 0 238K 4/09/93 Nefertiti.QT - This is a very nice QuickTime movie of a 3D head of Nefertiti doing a 360 degree rotation. Very smooth and clear.
MST3Kicons AMUG CD:Files:Util:Icons:MST3Kicons.cpt MST3Kicons.cpt 0 15K 4/09/93 MST3Kicons - Here are a few little icons that I created for those of us that are huge fans of Mystery Science Theater 3000. As this is my first attempt at a posting, i would sure appreciate any feedback (positive or negative).
Mitosis.cpt AMUG CD:Files:Education:M:Mitosis.cpt Mitosis.cpt 0 139K 4/09/93 Mitosis - A stack created to help students grasp the concepts and the process of simple cell division.
Minten10.cpt AMUG CD:Files:Tele:M:MUBBS:Minten10.cpt Minten10.cpt 1.0 0 5K 4/09/93 Minten10 - Minute 10 Module 1.0 for MUBBS BBS - allows a sysop to set modules to execute on specific times/days.....
MarkerFinePo AMUG CD:Files:Font:M:MarkerFinePoint.cpt MarkerFinePoint.cpt 0 55K 4/09/93 MarkerFinePoint - A Type 1 upper and lower case display font, MarkerFinePoint makes typed messages look spontaneously hand lettered-- gives copy urging immediacy a casual, personal touch by looking hand written with an fine-point felt marker.Use for eye-catching notices, ad display or to convey spontaneous, impulsive expression for a "take notice" effect. Instead of reaching for a trusted (hopefully capped) felt-tip pen loaded with permanent ink to scrawl impulsive messages, reach for the keyboard and click away. Shareware, $12.
Mariner1.1 AMUG CD:Files:Bus:M:Mariner1.1c.cpt Mariner1.1c.cpt 1.1c 0 98K 4/09/93 Mariner1.1c - Mariner is a combo word processor and spreadsheet program some features include, Split window interface Graphics, charts and styled text fields displayed on the worksheet, Variable row and column size, Individual cell formatting, Command bar menu shortcut, Tear off tool and pattern menus Data is hot linked to charts (charts are automatically redrawn when labels or worksheets may be imported/exported in ASCII text background).
MarchUAUGDis AMUG CD:Files:Mag:M-O:March UAUG Diskletter March UAUG Diskletter 0 99K 4/09/93 March UAUG Diskletter - Here's the first edition of what we hope will become a monthly feature for the Upstate Apple Users Group: the monthly DISKLETTER. Whether that happens or not depends on you, and whether you want it! We look forward to your reactions. The DISKLETTER is divided up into "Chapters" (You're now reading "Chapter 1") and each chapter can have many "pages." To scroll up or down each "page" you can click on the vertical scroll bar you find on the right hand side of this window; to move to other Chapters you can use the menu bar (above) or you can click on the horizontal scroll bar at the bottom of this window.
MagicalGear AMUG CD:Files:QuickTime:M:Magical Gear.cpt Magical Gear.cpt 0 97K 4/09/93 Magical Gear - this is a very nice loopable quicktime movie of 3D gears turning in bright colors.
MacPGP2.2 AMUG CD:Files:Bus:M:MacPGP 2.2.cpt MacPGP 2.2.cpt 2.2 0 226K 4/09/93 MacPGP 2.2 - PGP (Pretty Good Privacy) is Phil Zimmerman's implementation of RSA like public key encryption. This powerful cryptographic method means that you can post your public key anywhere and people can encrypt messages to you. Only you can decrypt them with your secret key. This program can provide military grade encryption.
Mac2telv2 AMUG CD:Files:Util:M-Mc:Mac2tel v2.cpt Mac2tel v2.cpt 2 0 11K 4/09/93 Mac2tel v2 - Illustrated Teachtext file describes how to build adapter to connect any Mac, new or old, mono or stereo, to your phone line. Also works with home stereos and Walkpersons. Circuit is easy to build, cheap, legal, and effective. Parts cost less than $7 at your local shopping-mall electronics store. Soldering is minimal.
Louvre AMUG CD:Files:QuickTime:H:Louvre Louvre 0 472K 4/09/93 Louvre - this is a QuickTime movie with several great art works scanned in from the Louvre Art collection. Very nice pictures.
LinksWare2.3 AMUG CD:Files:System7 tools:L:LinksWare2.3Demo.cpt LinksWare2.3Demo.cpt 2.3 demo 0 187K 4/09/93 LinksWare2.3Demo - This is a major update. Version 2.3 of LinksWare requires System 7 to run. New features include a floating toolbar; excellent format importing; save and read standalone hypertext documents; links from phrases and links to specific locations within a document (ie open to a particular place); It also remembers window positions. Links within a file are now allowed. Demo is limited to 6 linked files, but unlimited otherwise. LinksWare allows the user to make links using his (or her) standard files: text, sound, graphics and movies and applescripts. Even works on CD-ROMs. No cards; no stacks; no programming required.
LaunchPad202 AMUG CD:Files:System7 tools:L:LaunchPad202.cpt LaunchPad202.cpt 2.02 0 44K 4/09/93 LaunchPad202 - this utility allows you to launch programs without leaving them on the desktop for drag and drop launching under system 7. Keeps the clutter down.
LandingCopte AMUG CD:Files:QuickTime:H:Landing Copter.cpt Landing Copter.cpt 0 507K 4/09/93 Landing Copter - this is a hot quicktime movie of a helicopter coming in for a landing.
KYE2.1.cpt AMUG CD:Files:Game:H-L:KYE2.1.cpt KYE2.1.cpt 2.1 0 42K 4/09/93 KYE2.1 - KYE is a round green circle that you move through a maze filled with obstacles they come in different shapes and forms- to get to diamonds. The object of the game is to collect diamonds without getting eaten or stuck. KYE can push some objects and, under some circumstances, pull them. You must experiment to find the properties of the objects encountered. You start at Level 1 and work your way up - at the latest count there are over 100 Levels - and you can start at any level you want so you don't have to repeat them.
Kuaisuzidian AMUG CD:Files:Hyper:K-L:Kuaisuzidian.cpt Kuaisuzidian.cpt 0 345K 4/09/93 Kuaisuzidian - This is a demonstration version of the "world's fastest" electronic chinese character dictionary written by Tom Thielecke Chinese characters are listed in mandarin pinyin and yale romanization. The Taiwanese BoPoMoFo system is also supported. Some sample mandarin sounds are also included in this self running Hypercard player stack. Additional chinese software is available from Steve Guerin of the Redfish Group (407)744-9622.
JUKEBOX.cpt AMUG CD:Files:Hyper:I-J:JUKE BOX.cpt JUKE BOX.cpt 0 76K 4/09/93 JUKE BOX - Juke Box by Jim Heartney "Juke Box is a stack which lets you record and play back melodies in HyperCard, using variable sounds, temps, and volumes. Melodies can be exported to external files and exchanged with other Juke Box users, or they can be stored in the Juke Box itself... The Juke Box card lets you play back any saved melodies, using any sound resource, tempo, or volume that's available. The Melody Editor card lets
JuicyCampbel AMUG CD:Files:Art:J-K:Juicy Campbell's Juicy Campbell's 0 53K 4/09/93 Juicy Campbells - This is a photo rendering of a can of Chicken Noodle soup and an open package of Juicy Fruit gum. I scanned in the needed labels and then mapped them to my models. I modeled and rendered the image on RRD at 1920 x 1440 pixels and then JAGed it. Using Photoshop, I then sized it down, and saved it QT compressed.
JKsMenubarI AMUG CD:Files:Util:Icons:JK’s Menubar Icons.cpt JK’s Menubar Icons.cpt 0 7K 4/09/93 JK’s Menubar Icons - If you have the new Click-Change, you’ve undoubtedly found that the ability to replace text in menus with icons is a major enhancement. Many of the icons included with the package are exceptional; however, being a tinkerer (and wanting to get to know the limits of the package), I have come up with some replacements. This is a Menubar file that can be accessed via the Import feature within CC 2.0’s Menubar function.
Japanesefont AMUG CD:Files:Font:J:Japanese fonts/CalHiragana.cpt Japanese fonts/CalHiragana.cpt 0 120K 4/09/93 Japanese fonts/CalHiragana - Contained within this distribution are files for Japanese Katakana and Hiragana fonts. Both bitmapped and copyrighted outline fonts are provided. Characters are in calligraphic style. Characters for all the phonetic sounds are included. There are also a few additional symbols which are used in standard Japanese type setting.
InductorDes AMUG CD:Files:Education:H:Inductor.Designer.cpt Inductor.Designer.cpt 0 19K 4/09/93 Inductor.Designer - An inductor is a coil of used in crossovers, among other things. "Inductor Designer" is a HyperCard stack that outputs the inductance of a coil of wire when the user inputs the bobbin size and either the number of turns or length of wire. It will also tell how much wire is needed for a given inductance. This is a good supplementary file for the "Crossover Designer" -also found here.
Import/Expor AMUG CD:Files:Hyper:I-J:Import/Export Tools2.2.cpt Import/Export Tools2.2.cpt 2.2 0 46K 4/09/93 Import/Export Tools 2.2 - These tools were created to make importing and exporting text in and out of Hypercard easier to do. They give you the option of choosing which fields to use, field order, background, field and record delimiters, etc. There are some excellant commercial programs which do this and more, but those of you who do not need their power might find this stack useful.
IMGMar/93Co AMUG CD:Files:Game:H-L:IMG™ Mar/93 Color.cpt IMG™ Mar/93 Color.cpt 3/93 0 597K 4/09/93 IMG™ Mar/93 Color - This is the March 1993 issue of Inside Mac games issue. This is quite a nice magazine for the Mac Game user.
ICONS!.cpt AMUG CD:Files:Util:Icons:ICONS!.cpt ICONS!.cpt 0 56K 4/09/93 ICONS! - You are now the proud owner of 40 BEAUTIFUL icons especially designed to enhance the inate "Idiom" of your most wondrous Macintosh system. The individually handcrafted works of stylistically perfect art, each possess the following great features Optimized for 256 colors. The more colors you have, the better the icons look. A wide variety of really neat styles. Yes!, you can choose anything from the "Pseudo-Sun Collection" to the "Demonic Happy Faces". Make your computer fit you mood!
Hyper-Mail1 AMUG CD:Files:Hyper:Hyperj-Hz:Hyper-Mail 1.1.cpt Hyper-Mail 1.1.cpt 1.1 0 36K 4/09/93 Hyper-Mail 1.1 - Originally created to handle my company's growing mailing list, I expanded it to include address book/rolodex features. Much faster and cleaner than the address book that ships with Hypercard 2.0. Features- prints to 15 different Avery labels and #10 envelopes, import/export text, user- selectable prefs, fast-find alphabetical index, complex searching card marking algorithms...V. 1.1 - Fixes bugs in the "Mark" and "Sort" routines, added more status monitors, more user prefs...
HurricaneDia AMUG CD:Files:QuickTime:H:Hurricane Diana.cpt Hurricane Diana.cpt 0 740K 4/09/93 Hurricane Diana - This is a QuickTime Movie of a fly by above Hurricane Diana. This is quite an intense simmulation of going into thee eye of the Hurricane.
Hugeppats AMUG CD:Files:Util:Textures:Huge ppats.cpt Huge ppats.cpt 0 523K 4/09/93 Huge ppats - These textures were created for Desktop Textures 2.0 with Aldus SuperPaint 3.0, Aldus Gallery Effects: Classic Art 1.0, and ResEdit 2.1.1. Most of these textures I created from scratch. Some were originally from free use artwork I found on Nautilus CD ROMs in 1992. Some are from the Kodak PhotoCD Sampler. The PhotoCD images that I have not manipulated are credited to their respective photographers as required in the copyright information found in the sampler.
Hue.cpt AMUG CD:Files:Updates:Photoshop:Hue.cpt Hue.cpt 0 5K 4/09/93 Hue - A PhotoShop 2.5 plug-in that converts between RGB and HSL/HSB color spaces.
HermesDocs2 AMUG CD:Files:Tele:Hermes:Hermes Docs 2.1 Word.cpt Hermes Docs 2.1 Word.cpt 2.1 0 82K 4/09/93 Hermes Docs 2.1 Word - Full Documentation for Hermes BBS verson 2.1.1.
HearMe!1.2.1 AMUG CD:Files:Music:H-I:Hear Me! 1.2.1.cpt Hear Me! 1.2.1.cpt 1.2.1 0 47K 4/09/93 Hear Me! 1.2.1 - Hear Me! allows you to distribute files that speak to users. The user double clicks on the Hear Me! and it speaks ( or plays any other sound ). You can make your own Hear Me!'s by simply following the directions. Hear Me! now lets you add your own sound resources WITHOUT the use of ResEdit! You may choose between adding sounds from an existing file or recording a new sound if your machine can support it. Hear Me! now allows you to save the sound that it contains.The sound is saved as a 'sfil' file. This means that you can drag it into the System folder in System 7 !
Gunshy2.0Wom AMUG CD:Files:Game:F-G:Gunshy 2.0WomenonTiles.cpt Gunshy 2.0WomenonTiles.cpt 2.0 0 120K 4/09/93 Gunshy 2.0WomenonTiles - The original Gunshy game said to make your own tiles and background, so I did. This "Women on Tiles" version contains beautiful women condensed into 32 by 32 pixel tiles. Your incentive to remove them all is to see the picture of the beautiful woman in the background. This version requires 256 colors and uses 1 meg of RAM. Gunshy is basically a memory game. You must remove tiles in pairs until they're all gone. The trick is that there are two pairs of each tile and so you must be careful to remove them is such a way so as not to need a particular tile to continue.
GREATWHITE AMUG CD:Files:Art:G:GREAT WHITE.cpt GREAT WHITE.cpt 0 156K 4/09/93 GREAT WHITE - this is a very graphic shark head with glaring teeth ready for your startupscreen. Quite a sight!
Grapher361 AMUG CD:Files:Util:G-H:Grapher361.cpt Grapher361.cpt 3.61 0 91K 4/09/93 Grapher361 - Grapher is a function graphing program, intended as a low-cost (but powerful) tool for students and researchers. Functions are entered in the standard BASIC notation (e.g. 2*x; cos(x^3); 3*x-sqrt(x)) with the usual order of operations assumed. Several functions may be graphed on the same set of axes. The program supports the standard menus for saving and loading files, printing, and copying graphs as PICT graphics to the clipboard. Other features include zooming in on parts of the graph, zooming out, and locating solutions and intercepts.
GetPopUpMenu AMUG CD:Files:Hyper:G:GetPopUpMenu XFCN 1.0.cpt GetPopUpMenu XFCN 1.0.cpt 1.0 0 7K 4/09/93 GetPopUpMenu XFCN 1.0 Here it is! My first PopUpMenu XFCN... I'm still working on the hierarchical version, but this one delivers quite a punch without that feature. Up to 32000 characters in the menu, however many items you can fit into that space.
GetMonitorsX AMUG CD:Files:Hyper:G:GetMonitors XFCN 1.2.cpt GetMonitors XFCN 1.2.cpt 1.2 0 6K 4/09/93 GetMonitors XFCN 1.2 - GetMonitors takes no parameters. It returns the following info: MonitorNumber, IsMainScreen, HasColor, BitDepth, BottomCoordinate, RightCoordinate, MonitorNumber tells the order that the monitor's card was encountered, IsMainScreen is true if the screen has the menubar, HasColor is true if the monitor is set to a color mode (not grays or Black & White), BitDepth is the current setting for that monitor, BottomCoordinate is the bottom pixel on that screen, RightCoordinate is the rightmost pixel on that screen.
Galaxis-1.2 AMUG CD:Files:Game:F-G:Galaxis-1.2.cpt Galaxis-1.2.cpt 1.2 0 414K 4/09/93 Galaxis-1.2 - Ziel ist es, vier auf dem Spielfeld verlorengegangene havarierte Sonden in möglichst wenig Zügen zu finden und retten. Ein Zug besteht daraus, dass man erst versucht, durch eine Art Kreuzpeilung den Ort der Sonde zu ermitteln und dann ein Rettungsshiff zu diesem Ort schickt. Befindet sich an diesem Ort keine der gesuchten Sonden, so sendet das Rettungsschiff Angaben darüber zurück, wieviele Sonden es von diesem Ort aus sieht. Diese Daten gilt es dann möglichst geschickt auszuwerten.
FoxToolsXCMD AMUG CD:Files:Bus:F-G:FoxTools XCMD/XFCN's.cpt FoxTools XCMD/XFCN's.cpt 0 160K 4/09/93 FoxTools XCMD/XFCN's - FoxTools 1.5 is a set of 36 XCMD/XFCN's which may be useful for the FoxBASE+/Mac 2.x programmer. They were compiled by Randy Brown for a Fox Developer's Conference a couple of years ago. My one addition to the archive is a report form that can be used to print out a list of the XCMD/XFCN's.
FLOYDIAN.CPT AMUG CD:Files:Font:F:FLOYDIAN.CPT FLOYDIAN.CPT 0 66K 4/09/93 FLOYDIAN - This font was created by the folks at Vyvid Productions. Floydian is based on the style in which the title of Pink Floyd's, The Wall was written on the cover of the album. Floydian is completely compatible with all Macintosh systems and is also available in TrueType and, for those who refuse to see the light, a Windows 3.1 compatible PC version.
FLIGHT.cpt AMUG CD:Files:QuickTime:D-E:FLIGHT.cpt FLIGHT.cpt 0 335K 4/09/93 FLIGHT - This QuickTime movie shows four jet planes flying in formation via a camera mounted on the bottom of one of the planes. It was converted from a MPEG movie, so as a result, it has no sound (if someone has some appropriate jet-like noises, feel free to add a soundtrack to the movie!). Requires QuickTime v1.5. If you like this, send me your favorite QuickTime movie!
FileTyper4.0 AMUG CD:Files:Util:F-Fi:FileTyper 4.0.cpt FileTyper 4.0.cpt 4.0 0 107K 4/09/93 FileTyper 4.0 - New with version 4.0 is an extension that adds a FileTyper command to the Finder's File menu, so you can have quick access to FileTyper without cluttering up your desktop. For more information, see the FileTyper Finder Menu documentation includes the System 6 version and the AutoTyper package. Also included with FileTyper is a utility with which you can create and edit custom "AutoTypers," which are very small applications that automatically make a specific change to files dropped on them. For instance, you can create an AutoTyper which changes the creator of TEXT files to the creator of your favorite "GIF" program.
F18.cpt AMUG CD:Files:Art:F:F18.cpt F18.cpt 0 338K 4/09/93 F18 - Ray Dream Designer scene of an F18. It is originally a DXF file and is therefore not very easy to edit as It contains more than 300 subparts., some of which being very small. When first opening the scene you will have to locate the first object that is in the "Subparts" folder.
Eucliddocb18 AMUG CD:Files:Education:E:Eucliddocb18.cpt Eucliddocb18.cpt 18 0 86K 4/09/93 Eucliddocb18 - This is a Word Document of Euclid for version 1.8. This document will help you run Euclid more effectively.
Euclidb18 AMUG CD:Files:Education:E:Euclidb18.cpt Euclidb18.cpt 18 0 183K 4/09/93 Euclidb18 - MacEuclid is an easy-to-use program for creating, editing and analyzing reasoned arguments. When most individuals think of an "argument", they expect several participants communicating with each other. In the case of Euclid, however, an argument is any type of reasoned discourse. It may be a single person presenting a case, it could be several people collaborating to create a single case, or it could be a group of people arguing against each other. Euclid supports arguments created over long distances and stretches of time. Any research article or editorial can make great use of this program for formulating sound, logical arguments and clarifying them.
EpsiTalk2.0a AMUG CD:Files:Util:Network:EpsiTalk 2.0a Tour.cpt EpsiTalk 2.0a Tour.cpt 2.0a 0 100K 4/09/93 EpsiTalk 2.0a Tour - epsiTalk 2.0 allows you to create multiuser HyperCard databases and applications. E-Mail with store and forward, on-line conferencing, instant messaging and real-time multi-user stacks. Any epsiTalker can serve multiple epsiTalk applications, while being clients to multiple servers, send mail and files, conduct meetings and broadcast messages to still others, all at the same time. Multiply your productivity and communications 5 times over with our starter 5 user package. "epsiTalk 2.0, a Tour" is a HyperCard stack and requires HyperCard 2.1 or the HyperCard Player to run. It has been compacted with Stuffit Deluxe.
Enigma1.2 AMUG CD:Files:Bus:D-E:Enigma 1.2.cpt Enigma 1.2.cpt 1.2 0 74K 4/09/93 Enigma 1.2 - Enigma 1.2 is an application which can provide near absolute protection for your sensitive documents and applications. By downloading this application you can encrypt files using a limited version of the Government Standard DES algorithm. For only $10 this can be upgraded to the full DES standard (US and Canada only).
EFFO.5.4.cpt AMUG CD:Files:Word:E-G:EFFO.5.4.cpt EFFO.5.4.cpt 5.4 0 10K 4/09/93 EFFO.5.4 - Victory in the Steve Jackson Games Case, EFF Pioneer Award Winners for 1993. Issues for K-12 Access to the Internet.
DriverParame AMUG CD:Files:Education:D:DriverParameters.cpt DriverParameters.cpt 0 36K 4/09/93 DriverParameters - When designing stereo speakers you need to know the drivers, Qts, Qes, and Vas among other things. "Driver Parameters" is a HyperCard stack that calculates these quantities. The inputted information must be read from a graph of impedance versus frequency. The stack includes a short tutorial on how to measure a graph of impedance versus frequency using a millivolt meter and frequency generator.
DriverInduc AMUG CD:Files:Education:D:Driver.Inductance.cpt Driver.Inductance.cpt 0 14K 4/09/93 Driver.Inductance - When designing the impedance compensator part of a stereo speaker's crossover you will need to know the woofer's inductance. "Driver Inductance" calculates a driver's inductance given some information that can be read from an Impedance versus Frequency graph. The crossover can be designed using my other program, "Crossover Designer," also found on America Online.
DragonFly AMUG CD:Files:QuickTime:D-E:DragonFly.cpt DragonFly.cpt 0 221K 4/09/93 DragonFly - this is a really nice Dragon fly in Quicktime format as it flies around on your screen. Nice 3D approach.
DesktopTextu AMUG CD:Files:Util:Textures:DesktopTexturesIII.v2.1cpt DesktopTexturesIII.v2.1cpt 2.1 0 876K 4/09/93 DesktopTexturesIII.v2.1 - The textures in this volume followed the trend of increasing creation time. A handful of them (like Space The Next Generation) were comparatively easy to create. Others just sort of happened. A few, however, were planned from the start and took days to complete. The prime example is Marble Jewel Tiles.
DeskMates AMUG CD:Files:Bus:D-E:DeskMates.cpt DeskMates.cpt 0 237K 4/09/93 DeskMate - DeskMates is a utility with a clock, date, alarm, calendar, notebook, and stopwatch. A useful collection of handy things to have around. The clock is analogue, a nice change from all the digital clocks. The notebook doesn't have a 32K text limit. Shareware.
Deconstructo AMUG CD:Files:Word:D:Deconstructor1.1.cpt Deconstructor1.1.cpt 1.1 0 41K 4/09/93 Deconstructor1.1 - Deconstructor is a text manipulation tool similar to Dissociated Press or Travesty. It reads text files, gets an idea of how they are structured, and then produces new text resembling, but not exactly like, the original. Your source files should be plain ASCII. Deconstructor parses them into ‘links’. The links can be characters, syllables, words, clauses, or grammaroids. The syllabification is meant to work on English, but will produce acceptable results for other Latin-alphabet languages. The clause and grammaroid parsers seek major grammatical hinge points within sentences, and will work in English only.
CrossOver AMUG CD:Files:Education:C:CrossOver.cpt CrossOver.cpt 0 128K 4/09/93 CrossOver - A crossover is a set of electronic components that route the frequencies in a loudspeaker to the appropriate drivers in the speaker. "Crossover Designer" is a HyperCard stack that will design a crossover for a 2-way speaker system. It draws the circuit as it designs the crossover. The stack can add an impedance compensator on the woofer or tweeter, a notch filter on the tweeter, of a fixed L-pad on the tweeter. The user inputs the type of crossover, either Butterworth or all pass, the attenuation rate, 6db, 12db, 18db, or 24db per octave. The user also puts in the driver's impedances and the crossover frequency.
CORAL.cpt AMUG CD:Files:Art:Ci-Cz:CORAL.cpt CORAL.cpt 0 173K 4/09/93 CORAL - This is a totally hot pict file of yellow coral under the sea. Really nice startup screen for 13 inch monitor.
Compatibilit AMUG CD:Files:System7 tools:C:Compatibility Checker 2.0.cpt Compatibility Checker 2.0.cpt 2.0 0 192K 4/09/93 Compatibility Checker 2.0 - This program compares your software with a list of products reported to be compatible with System 7.1. You can get a printed report detailing the compatibility of your programs, along with information about whom to contact for upgrades.
Checksum1.0 AMUG CD:Files:Util:C-Cm:Checksum 1.0.cpt Checksum 1.0.cpt 1.0 0 40K 4/09/93 Checksum 1.0 - Checksum is a program that allows anyone to quickly and easily calculate file checksums. Briefly, a checksum is a number calculated for a file by performing some operation on all the characters in the file, such as adding up all the character values and generating a total. A checksum is useful for testing the integrity of a file — the calculated checksum can either be compared against a previously calculated checksum, or the checksum can be compared against a checksum for a file on another computer. Checksum is the easiest way to compare two files on Macintosh computers (either on the same machine or different ones), to tell if they are identical or not!
ChannelZ.cpt AMUG CD:Files:Tele:First Class:FC Systems:Channel Z.cpt Channel Z.cpt 0 406K 4/09/93 Channel Z - FirstClass Graphical Communications System by SoftArc Inc. Character oriented interface for non-Macintosh users. Speedy Macintosh Quadra 900 server. 1+ gigabytes of hard disk space. Online CD-ROM 24hrs (either the latest BBS in a Box and Offline CD-ROMS providing up to another 4+ gigabytes of shareware and assorted files for file requests of hard to find items.
ChameleonDSP AMUG CD:Files:Util:Textures:Chameleon DSP Patterns.cpt Chameleon DSP Patterns.cpt 0 31K 4/09/93 Chameleon DSP Patterns - This is a small sample of the patterns available for Chameleon from Logical Solutions, Inc. Chameleon is the ultimate desktop pattern enhancement utility. The enclosed patterns are from the Logical Solutions Double Secret Probation (DSP) pattern set, which grows to ever more frightening scale and proportion, even as we speak! Included are GridWorld, Power Strip, Down the Chute, The Chameleon, Surrounded and World Without End.
CHAILLOTTT AMUG CD:Files:Font:C:CHAILLOTTT.cpt CHAILLOTTT.cpt 0 14K 4/09/93 CHAILLOTTT - This font is distributed as shareware. It is yours to use and enjoy for 30 days, but at the end of that time, if you are still using it you are morally obligated to send us the shareware fee. This is an interesting font that has a linear appearance of a bar code nature. True Type format.
CHAILLOTT1 AMUG CD:Files:Font:C:CHAILLOTT1.cpt CHAILLOTT1.cpt 0 19K 4/09/93 CHAILLOTT1 - This font is distributed as shareware. It is yours to use and enjoy for 30 days, but at the end of that time, if you are still using it you are morally obligated to send us the shareware fee. This is an interesting font that has a linear appearance of a bar code nature. Type 1 format.
CalculatorII AMUG CD:Files:Bus:C:Calculator II 1.1.cpt Calculator II 1.1.cpt 1.1 0 47K 4/09/93 Calculator II 1.1 - Calculator II is a pleasant looking color multi-function calculator that runs as an application under system 6.x or System 7. The calculator was written as an application to be run under MultiFinder or System 7 alongside other applications. It improves on Apple's original calculator by adding trigonometric functions, functions for base 10 and natrual logorithms and their inverses, hex-to-decimal and decimal-to-hex conversion, a memory function for storing values across uses of the program, and all of these functions can be invoked by using the F-Keys on the Apple Extended keyboard (F5 - F15).
C-Y-Ftt.cpt AMUG CD:Files:Font:C:C-Y-F tt.cpt C-Y-F tt.cpt 0 25K 4/09/93 C-Y-F tt - Capel-Y-Ffin is the name of the Welsh town where Eric Gill built a workshop; this typeface is designed to resemble Gill Sans. Full upper & lower case, some diacriticals, essential punctuation, and some other characters.
C-Y-Ft1.cpt AMUG CD:Files:Font:C:C-Y-F t1.cpt C-Y-F t1.cpt 0 34K 4/09/93 C-Y-F t1 - Capel-Y-Ffin is the name of the Welsh town where Eric Gill built a workshop; this typeface is designed to resemble Gill Sans. Full upper & lower case, some diacriticals, essential punctuation, and some other characters.
BumTest.cpt AMUG CD:Files:QuickTime:B:BumTest.cpt BumTest.cpt 0 274K 4/09/93 BumTest - This is a fun QuickTime movie of a ball rolling across a Quicktime pict floor. Nice jazzy sound and action. Try it!
BoseWave.JPE AMUG CD:Files:Art:B:BoseWave.JPEG BoseWave.JPEG 0 59K 4/09/93 BoseWave.JPEG - This image was modeled and rendered by David Johnson of Arcathexis using Sculpt 3D software from Byte by Byte Corporation. It depicts the iconic Bose Acoustic Wave audio system, painstakingly modeled and texture mapped with great precision. This image has no fog, no gratuitous bump maps, and no chrome. It's a real world product, not a concept, and that, of course, is the greatest challenge of all. Anyone who works in 3D will appreciate the detail and accuracy of this model. For more info about Sculpt 3D, feel free to Email me, or contact Byte by Byte directly at (512) 795-0150, and tell 'em Joe sent you.
BOOGERS1.5.1 AMUG CD:Files:Game:B:BOOGERS 1.5.1 color .cpt BOOGERS 1.5.1 color .cpt 1.5.1 0 118K 4/09/93 BOOGERS 1.5.1 color - BOOGERS! is a game. It is written in FutureBASIC by ZEDCOR, which is a powerful and quick programming language. The object of the game is to get a lot of points and stay alive. Pretty original, eh? There are instructions within the game itself, so I won't bore you with them here. BOOGERS! is shareware, but if you're so broke you don't have a few bucks, at least send me a post card or some E-mail or your latest Photoshop creation or something.
BloodshotDou AMUG CD:Files:QuickTime:B:Bloodshot Double.cpt Bloodshot Double.cpt 0 70K 4/09/93 Bloodshot Double - this is a totally hot QuickTime movie of Bloodshot eyes traveling across the screen. If you like color bloodshot eyes in motion you will love this.
AutoCat5.0 AMUG CD:Files:Hyper:Ap-Az:AutoCat 5.0.cpt AutoCat 5.0.cpt 5.0 0 63K 4/09/93 AutoCat 5.0 - Oscar Hills has made AutoCat freeware. This is AutoCat 5.0, his latest version, now menu-oriented. AutoCat is a HyperCard-based floppy and hard disk cataloger that reads disks on insertion, no typing, quick and easy. Business necessitates that Oscar no longer fully support the program, but AutoCat has a long track record. He invites comments on this version, comparisons to the latest non-beta version, AutoCat 4.02+.
AttoClock1.2 AMUG CD:Files:System7 tools:A:AttoClock1.2.cpt AttoClock1.2.cpt 1.2 0 14K 4/09/93 AttoClock1.2 - attoClock is a very small application (6378 bytes) for System 7 that displays a digital clock in a small window. It has intentionally few features. It displays the hour and minute, respecting the time format you have set in your control panels. It doesn’t display seconds or the date or ring chimes or display movies or pictures or animations. Just the time.
ATTENTION1.0 AMUG CD:Files:Util:Ah-Az:ATTENTION 1.0.1.cpt ATTENTION 1.0.1.cpt 1.0.1 0 8K 4/09/93 ATTENTION 1.0.1 - Attention 1.0.1 is a control panel that lets you control the way inactive applications (i.e., applications running in background) behave when they needuser attention. In particular, Attention lets you choose which sound is played when a background application wants to tell you something. Without Attention this sound would be the system beep most of the times. You can also use Attention to disable sound altogether or to prevent background applications to put up an alert box. To use Attention, you need System version 6.0.4 or better.
AT&TDataPort AMUG CD:Files:Tele:A:AT&T DataPort.cpt AT&T DataPort.cpt 0 13K 4/09/93 AT&T DataPort - modem settings and information for AT&T DataPort.
AppleFileExc AMUG CD:Files:Apple:AppleFileExchange2.cpt AppleFileExchange2.cpt 2 0 69K 4/09/93 AppleFileExchange2 - This is an updated version of last weeks file. I've made corrections and it's explanations are clearer. It explains how to use AFE to move contents of DOS floppies to Mac and back. A short section on DOS survival is included.
AmericaOnlin AMUG CD:Files:Tele:A:America Online Mac Manual.cpt America Online Mac Manual.cpt 0 44K 4/09/93 America Online Mac Manual - This is the text version of the Help desk accessory available from the Apple menu of AOL (Mac) 2.0.
AlphaTrecker AMUG CD:Files:Music:A:AlphaTrecker2.0.cpt AlphaTrecker2.0.cpt 2.0 0 34K 4/09/93 AlphaTrecker2.0 - AlphaTrecker is a new type of system extension made possible by Apple’s System 7. It is a system extension, but it is not an “INIT.” Rather, it is a faceless background application (FBA) that launches when you start or restart your Macintosh computer. Since it is an FBA, it need not include any provision for interaction with you, the user, so it can be a small file; because it is a true application and not an “INIT,” it is very unlikely that it will conflict with other system extensions that do not also use the sound hardware.
AGenT1.6.cpt AMUG CD:Files:Education:A:AGenT1.6.cpt AGenT1.6.cpt 1.6 0 468K 4/09/93 AGenT1.6 - AGenT stands for Automated Genetics Tutor. It is a computer program written by Bill Sofer of the Waksman Institute at Rutgers University and Alan Gerstein of Pharmacia/LKB Biotechnology. It has been designed to supplement a module a set of laboratory exercises entitled Molecular Aspects of Gene Activity" that was developed under the auspices of an NSF/Merck-sponsored grant to Bill Sofer and George Pallrand of Rutgers. AGenT is SchoolWare.
Advertising2 AMUG CD:Files:Art:A:Advertising Cuts 2.cpt Advertising Cuts 2.cpt 2 0 31K 4/09/93 Advertising Cuts 2 - Here we go with Ad Cuts 2, another archive containing four b/w illustrations from the '20s and '30s. For more info, please see the file description for Advertising Cuts 1.
Advertising1 AMUG CD:Files:Art:A:Advertising Cuts 1.cpt Advertising Cuts 1.cpt 1 0 45K 4/09/93 Advertising Cuts 1 - Here we go with Ad Cuts 1, another archive containing illustrations from the '20s and '30s. For more info, please see the file description for Advertising Cuts.
AdobePremier AMUG CD:Files:Mag:A:Adobe Premiere Review.cpt Adobe Premiere Review.cpt 2.0 0 116K 4/09/93 Adobe Premiere Review - This is a review of Adobe Premiere, the powerful video editor. It appears as the feature review in the March 1993 MacValley Voice, newsletter of the MacValley Users Group, Burbank, CA. It has 4 figures with captions. The review is in Text as well as MS Word 5.1 formats. It takes about 2 - 3 pages in a newsletter.
3dPadd1.03 AMUG CD:Files:Game:A:3dPadd 1.03.cpt 3dPadd 1.03.cpt 1.03 0 94K 4/09/93 3dPadd 1.03 - 3D Paddle Bash! by Matthew Diamond. Companion game to 3D Brick Bash! You use your paddle to bat the ball past the computer opponent. 5 different opponents, plus the ability to edit the opponent parameters to adjust difficulty. Shareware $7.
3DBrickBash! AMUG CD:Files:Game:A:3D Brick Bash!.cpt 3D Brick Bash!.cpt 0 82K 4/09/93 3D Brick Bash! - The recommended setting for most Macs is 16-colors. The game runs significantly slower than intended on many machines at higher screen depths. 256-colors can work if the machine is a "screamer" (i.e. FX or Quadra), or possibly if it is accelerated or has a dedicated video board. Certain configurations (i.e. 16 MHz CPU's like the LC and LC II) may even run best in 2- or 4-color mode. This a fun game 3D bashing.
1992EEBonds AMUG CD:Files:Bus:A:1992EEBonds.cpt 1992EEBonds.cpt 0 17K 4/09/93 1992EEBonds - This spreadsheet calculates interest earned on U. S. Savings Bonds for 1992. Handy this tax season. Includes documents to explain how to use the file.
PageMan!v1 AMUG CD:Files:Tele:P:PageMan! v1.0.cpt PageMan! v1.0.cpt 1.0 0 9K 3/26/93 PageMan(ager)! - is a small SS utility to allow different page times for each day. For instance, are you home longer on the weekends than the weekdays and would like your users to be able to page you for a longer time span? Well, here's where PageMan comes in! Just set it to have different page times for each day and pop it in your NMH event, or make a seperate even to run at midnight! It's so simple it's incredible, yet it's something that SS lacks!
FlagMan!v1 AMUG CD:Files:Tele:D-F:FlagMan! v1.0.cpt FlagMan! v1.0.cpt 0 8K 3/26/93 FlagMan! - is a small Second Sight/RRH utility that will allow sysops to define SYSTEMx.MSGs as “read once Per-Day”! This is very useful if you have a daily bulletin that you would rather have users see only once per day, but because of the SS/RRH limitation, your users are forced to look at the same daily bulletin every time they call. But, now, with FlagMan!, you no longer have this restriction! Version 1.0.
SyQuestShips AMUG CD:AMUG Info:AppleLink:SyQuest Ships SCSI 3.5-Inch SyQuest Ships SCSI 3.5-Inch 0 7K 3/26/93 SyQuest Ships SCSI 3.5-Inch - Fremont, CA March 24, 1993 -- SyQuest Technology (SYQT-NASDAQ) today announced that the company's 3.5-inch, 110MB removable hard cartridge drive SCSI version, the SQ3105S, has begun shipping to all integrators and distributors worldwide.
SyQuestOffer AMUG CD:AMUG Info:AppleLink:SyQuest Offers Diva's Videoshop SyQuest Offers Diva's Videoshop 0 4K 3/26/93 SyQuest Offers Diva's Videoshop - Fremont, CA, February 22, 1993 -- SyQuest Technology (SYQT-NASDAQ) and DiVA today announced that SyQuest brand 5.25-inch removable hard drive cartridges will be preloaded with DiVA’s VideoShop 1.0 SE (SyQuest Edition) free of charge in a limited time offer which begins today and runs through April 30, 1993. VideoShop, with a suggested retail price of $599, is the leading QuickTime-based video editor for creating and editing digital movies on a Macintosh. Both of SyQuest’s 44MB and 88MB capacity cartridges, the SQ400 anSQ800, will also include Apple’s QuickTime™, VideoShop’s on-line documentationa library.
AppleIntrosN AMUG CD:AMUG Info:AppleLink:Apple Intros New Servers & Svcs Apple Intros New Servers & Svcs 0 7K 3/26/93 Apple Intros New Servers & Svcs - CUPERTINO, California--March 22, 1993--The Enterprise Systems Division of Apple Computer, Inc. today introduced three new Apple Workgroup Servers offering significantly lower lifecycle costs due to their superior ease-of-use and administration. It also announced enhanced versions of AppleShare file and print services with enhanced performance and AppleSearch, a powerful new information access and retrieval service for Apple Macintosh personal computer workgroups.
ApplePowerCD AMUG CD:AMUG Info:AppleLink:Apple Announces The PowerCD CD Apple Announces The PowerCD CD 0 6K 3/26/93 Apple Announces The PowerCD CD - HANNOVER, Germany--March 24, 1993--Apple Computer, Inc. today announced its plans for the first in a line of CD-ROM-based multimedia products from its Personal Interactive Electronics Division (PIE). PowerCD is a three-in-one CD player that enables users to play CD-ROM, Photo CD and audio compact discs. Apple expects the addition of PowerCD along with its existing AppleCD 300 to further promote CD-ROM technology and enhance its offerings for the Macintosh personal computer family.
AppleLicens AMUG CD:AMUG Info:AppleLink:Apple Announces Licensing Apple Announces Licensing 0 12K 3/26/93 Apple Announces Licensing - HANNOVER, Germany--March 25, 1993--Apple Computer, Inc. today made a number of announcements underlining its commitment to make its Newton technology a pervasive standard available to the computer, consumer and telecommunications industries. Apple aims to license key technologies to companies who can manufacture and market a variety of exciting new products--based on Newton technology--to a broad range of customers.
2WAYShipsTal AMUG CD:AMUG Info:AppleLink:2 WAY Ships Talker 2.0 Full 2 WAY Ships Talker 2.0 Full 0 5K 3/26/93 2 WAY Ships Talker 2.0 Full - SAN DIEGO, California 22 MAR,1993 -- 2 Way Computing, a San Diego software developer, introduced its 2Way Talker Version 2.0 product today. The software-only product allows two users on an existing Macintosh® network to communicate in real-time using the Macintosh built-in microphone and speaker. The product allows hands-free, full-duplex voice communication while running other applications.
Yesstack.cpt AMUG CD:Files:Music:U-Z:Yesstack.cpt Yesstack.cpt 0 131K 3/26/93 Yesstack - This stack traces the comings and goings of the members of Yes (as well as their relationships to other bands) following the "family tree" chart in the back of the Yesyears booklet. It also contains the song list for each album and video, lyrics for most albums, and more. It's the ultimate Yes database.
Wowee3-DBu AMUG CD:Files:Util:Icons:Wowee!3-D!Buttons.cpt Wowee!3-D!Buttons.cpt 3 0 34K 3/26/93 Wowee!3-D!Buttons - This "wowee! 3-D!" collection of button icons pays tribute to the number of times I've been put on "megahold," waited for latecomers to meetings/appointments, and took (not necessarily needed) breaks from my work. This file contains a delicious assortment of paint, draw, art, quicktime and movie icons. I use these babies for aliaises of oft used programs, and line 'em up at the bottom of my screen. Let's hear it for GUI! (and I'm not talkin' windows. . .)
WorldTime1.5 AMUG CD:Files:Bus:T-Z:World Time 1.5.1 .cpt World Time 1.5.1 .cpt 1.5.1 0 29K 3/26/93 World Time 1.5.1 - WorldTime does three things. It tells you what time it is in other cities, taking into account Daylight Saving Time/Summer Time. It automatically resets your computer's clock at the beginning and end of Daylight Saving Time/Summer Time. It allows you to change the location of your computer as it is stored in your computer's memory and reset the clock appropriately. Your Macintosh has what is usually called "Parameter RAM" or "PRAM." This RAM is battery-powered so that, even if the computer is unplugged, the information stored in it will not be lost. Various Control Panel settings are stored in the PRAM.
WomenStack1S AMUG CD:Files:Art:Richard Wald:Women Stack 1 Sampler.cpt Women Stack 1 Sampler.cpt 0 30K 3/26/93 Women Stack 1 Sampler - Here are 10 different clips of women taken from the full stack of over 280 different clips.
WNPMFILTER AMUG CD:Files:Word:W-Z:WN<>PM FILTERS.cpt WN<>PM FILTERS.cpt 0 31K 3/26/93 WN<>PM FILTERS - The two files "WriteNow 3.0 Import.flt" and "WriteNow 3.0 Export.flt" will allow you to import WriteNow 3.0 documents into PageMaker 4.2 (or 5.0), or export PageMaker 4.2 (or 5.0) text as WriteNow 3.0 documents. To install - 1. Drag the "WriteNow 3.0 Import.flt" and "WriteNow 3.0 Export.flt" files tthe "Aldus Filters" folder in your Aldus folder. 2. Launch PageMaker and you will be able to import and export WriteNow 3.0 files from PageMaker.
Windvoice AMUG CD:Files:Music:U-Z:Windvoice.cpt Windvoice.cpt 0 32K 3/26/93 Windvoice - A cool sound to replace the annoying beep. It's short, too, so the beep won't affect your system performance like so many others! It's high-quality, direct from CD, super cool sound.
WindowFinder AMUG CD:Files:Util:W-Z:WindowFinder.cpt WindowFinder.cpt 0 5K 3/26/93 WindowFinder - WindowFinder is an INIT document, which when present in the system folder at start up, will enable a command-click in the menu bar at any time, except when a dialog or alert box is present. One can then select any open window title from the resultant pop-up menu, and bring it to the front. I wrote WindowFinder using THINK Pascal. WindowFinder uses a patch which intercepts the _GetNextEvent trap, and on a command-mouseDown in the menu bar, implements the pop-up menu. The INIT and patch can be fiddled with if you want to intercept other kinds of traps or call different co-routines. If you're interested in source listings, send $5.00 and SASE to the above address. Any comments or questions are also welcome!
WindWarp.cpt AMUG CD:Files:Util:W-Z:Wind Warp.cpt Wind Warp.cpt 0 18K 3/26/93 Wind Warp - If you have several monitors attached to your Mac, then WindowWarp is the INIT you have been waiting for! Option-click in the zoom box of a window, and the window will warp to the next screen. If the window happens to be too large (on the screen too small), then the window is resized. Shift-Option-click in the zoom box of a window, and the window will warp to the other screen AND be resized to fit the screen. Using the control panel, you can customize the actions. Click on 'Warp', 'Smart Warp' or 'Warp to full Size' (it will become inverted) to activate the recording.
WetPaint.cpt AMUG CD:Files:Font:T-Z:WetPaint.cpt WetPaint.cpt 0 41K 3/26/93 WetPaint - This is the Wet Paint TrueType font, an original face from the author. Wet Paint has many uses. It looks a little like letters painted with an "old" brush. It makes a good headline font, also gives a "hand painted" look. It contains complete upper case, lower case, numbers, punctuation, & Kerning Pairs.
Warbird.cpt AMUG CD:Files:Quicktime:T-Z:Warbird.cpt Warbird.cpt 0 157K 3/26/93 Warbird - the Romulan warbird movie that I promised a long long time ago. This is a short and simple movie of a romulan warbird model declaoking in front of a nebula. The nebula looks a bit muddy in 256 colors, but it's not too bad. This is all computer generated.
WACOSTANDOFF AMUG CD:Files:Movie:Q-Z:WACO STANDOFF.cpt WACO STANDOFF.cpt 0 167K 3/26/93 WACO STANDOFF - This is quick virtual reality model of the Davidian complex currently under seige by federal authorities in Waco Texas. It is a stand alone application and requires no other software. The user may travel anywhere they want in the model. There are only windows on the north side of the complex. I have not seen the other sides on CNN on in the paper.
VoiceProcess AMUG CD:Files:Music:U-Z:Voice Processor1.1v4 Demo.cpt Voice Processor1.1v4 Demo.cpt 1.1 0 130K 3/26/93 Voice Processor1.1v4 Demo - Attached is an update to the demonstration version of Useful Voice Processor for Macintosh, Version 1.1. This update (1.1v4) fixes a number of problems with the previous version (1.1v3). Useful Voice Processor for Macintosh turns your Macintosh into a fully functional dictation machine. You can create "tapes" on to which you may record your notes, thoughts, meetings, lectures, whatever. Pauses are eliminated on the fly automatically, and the sound is compressed on the fly as it is stored to disk. A tape may be as long as you like, up to your available disk space. You may then play back the tape for transcription, with full control of the playback from the keyboard.
VCR+app+src AMUG CD:Files:Bus:T-Z:VCR+(app+src).cpt VCR+(app+src).cpt 0 36K 3/26/93 VCR+app+src - Here it is, complete with source code, a Mac-friendly version of the VCR+ encoder and decoder. See upload titled "VCR+ Encode/Decode (app only)" for this same application, but without its source code. Application calculates the VCR+ code based on time, date and network info. It will also calculate the time, date and network info from the VCR+ code.
UltimateScre AMUG CD:AMUG Info:AppleLink:Ultimate Screen Capture Bundle Ultimate Screen Capture Bundle 0 4K 3/26/93 Ultimate Screen Capture Bundle - SPECIAL OFFER TO APPLELINK SUBSCRIBERS ORDER NOW via AppleLink, FAX, Mail or TOLL FREE. MasterCard, VISA, American Express, checks or Corporate Purchase Orders. Tennessee Residents add $ 2.06 state sales tax each Please add $5.00 each for S & H in the USA Int'l Orders add $8.00 each for Canada or $18.00 each for other countries
Tron40d.cpt AMUG CD:Files:Game:T:Tron40d.cpt Tron40d.cpt 4.0 0 58K 3/26/93 Tron40d - this is version 4.0 of the motorcycle game Tron.
TripleYahtze AMUG CD:Files:Game:T:TripleYahtzee2.0.cpt TripleYahtzee2.0.cpt 2.0 0 28K 3/26/93 TripleYahtzee2.0 - here is a version of Triple Yahtzee for you Macintosh game lovers.
TONTO.cpt AMUG CD:Files:Bus:T-Z:TONTO.cpt TONTO.cpt 0 25K 3/26/93 TONTO - Tonto provides a way to hide applications from the casual user. You configure copy of Tonto for each application you wish to hide and then you make the application invisible (using ResEdit, for example). Tonto itself remains visible, with the application's icon. You rename each copy of Tonto to match its original application's name. If the original application is in the same folder as Tonto, you will need to change Tonto's name slightly. For example if the application were "Microsoft Word", you might rename Tonto to "Microsoft Word 4.0".
Tn32702.4d9 AMUG CD:Files:Util:Network:Tn3270 2.4d9.cpt Tn3270 2.4d9.cpt 2.4d9 0 296K 3/26/93 Tn3270 2.4d9 - This version of tn3270 is experimental, pre-production code. Please keep that in mind when using or distributing it. Allows connections with MacTCP. The major changes are support for multiple sessions and for Paste. For a complete list of changes, see the file "tn3270.updates.2.4". Peter DiCamillo
TidBITS#168 AMUG CD:Files:MUG News:TidBits:151-175:TidBITS#168/15-Mar-93.etx.cpt TidBITS#168/15-Mar-93.etx.cpt 0 14K 3/26/93 TidBITS#168/15-Mar-93 - TidBITS goes international this week, with news of a free Italian extension that activates the delete forward key on extended keyboards, the announcement of "Caring For Your Wrists," a file we distributed to the world at large for free to help prevent repetitive stress injuries, a report on the latest update to Nisus that makes it even more language-savvy, and a great article from Tig Tillinghast looking at problems with overseas software prices.
TidBITS#167 AMUG CD:Files:MUG News:TidBits:151-175:TidBITS#167/08-Mar-93.etx.cpt TidBITS#167/08-Mar-93.etx.cpt 0 14K 3/26/93 TidBITS#167/08-Mar-93 - The 32-bit Enabler seems to have trouble enabling various systems - read on for details. Also, MBS Technologies offers free file synchronization programs to World Trade Center companies, Apple changes a PowerBook 165c configuration, Pythaeus relates problems with internal CD-ROM drives, Eric Anderson passes on Duo 210 observations (along with a note about free Duo keyboard replacements!), and finally, comments from our modem issue.
TidBITS#166 AMUG CD:Files:MUG News:TidBits:151-175:TidBITS#166/01-Mar-93.etx.cpt TidBITS#166/01-Mar-93.etx.cpt 0 14K 3/26/93 TidBITS#166/01-Mar-93 - New Enablers, new SIMM standards, new viruses, new antiviral utilities - where will it all end? Not with Apple certainly, and we have two articles looking at the new Adjustable Keyboard and the furor surrounding it. We also have a full list of current System Enablers, an article on the PowerBook/DOS Companion package, and finally, some juicy Apple rumors about new machines, digital cameras, and new versions of the System software.
TidBITS#165 AMUG CD:Files:MUG News:TidBits:151-175:TidBITS#165/22-Feb-93.cpt TidBITS#165/22-Feb-93.cpt 165 0 14K 3/26/93 TidBITS#165/22-Feb-93 - This week we look more closely at component level repair and whether or not it is reasonable to expect Apple to do it, report on a deal from Connectix that, in an unusual move, is only open to users of online services, and present much-awaited benchmarks on the just-released machines, again from Tom Thompson and BYTE Labs. Also, those of you on the Internet can check out parts of "The Internet Companion," available via anonymous FTP.
ThinkReferen AMUG CD:Files:Prog:T:Think Reference Lookup Key.cpt Think Reference Lookup Key.cpt 0 2K 3/26/93 Think Reference Lookup Key - This QuicKeys sequence sends an AppleEvent to Think Reference 2.0 to do a lookup on the current selection and pastes in the template.
TheTemple32 AMUG CD:Files:Art:T:TheTemple 32 (s)8 TheTemple 32 (s)8 0 43K 3/26/93 TheTemple 32 (s)8 - a very cool pict file of a Temple in the background and multicolor lights.
TheVirtualMa AMUG CD:Files:Prog:T:The Virtual Machine.cpt The Virtual Machine.cpt 0 40K 3/26/93 The Virtual Machine - this is a PDP 8 assembler in multicolor.
TheAnimation AMUG CD:Files:Movie:Q-Z:The Animation Stand Demo The Animation Stand Demo 0 624K 3/26/93 The Animation Stand Demo - this is a large demo of the animation stand. One of the great programs for creating animation on the Macintosh.
TheAmbassado AMUG CD:Files:Art:T:The Ambassadors 1533.PICT The Ambassadors 1533.PICT 0 134K 3/26/93 The Ambassadors 1533 - a great pict file of a painting from 1533 of several gentlemen dressed for their time.
Term4.6.4 AMUG CD:Files:Tele:T:Term 4.6.4.cpt Term 4.6.4.cpt 4.6.4 0 111K 3/26/93 Term 4.6.4 - Term is a terminal emulation program written at Brown University to allow using a Macintosh computer with our mainframe IBM VM/CMS system. Term supports both line-mode and full-screen connections. In full-screen mode, Term emulates a TVI950 terminal. Efficient file transfer is possible with either type of connection. To use Term you need a Macintosh computer and either a modem connected to a telephone line or a T-box connected to an active Brunet port.
TechGrapha AMUG CD:Files:Font:T-Z:TechGrapha.cpt TechGrapha.cpt 0 93K 3/26/93 TechGrapha - TechGrapha is a font containing symbols useful for plotting data in programs like DeltaGraph. All of the basic symbols are constructed to cover equal area. The center of each character is the alignment point for that symbol. This package includes bitmap, type 1, and truetype files as well as the fontographer source. The bitmaps are not cleaned-up, so you might want to print a sample sheet to help you in selecting symbols.
TE32K.cpt AMUG CD:Files:Prog:T:TE32K.cpt TE32K.cpt 0 58K 3/26/93 TE32K - TE32K is designed to be a more-or-less “plug in” replacement for the Macintosh Toolbox TextEdit package. The major difference between the two editor packages is that TE32K allows for the manipulation of text-files LARGER than 32K. There are a few other differences as well, most of which are shortcomings due to laziness on my part, but since this source code is provided to you gratis, please feel free to modify it in whatever twisted way your warped little heart desires. If you do improve it in any way, please be kind enough to share your work with the rest of us (i.e. send me a copy so I can keep track of TE32K's current state of evolution!).
TaberBlock AMUG CD:Files:Font:T-Z:TaberBlock.cpt TaberBlock.cpt 0 32K 3/26/93 TaberBlock - TaberBlock is a narrow but heavy display face. It will work well for headlines, product names and logos. This is a complete typeface including upper and lowercase letters, numbers and standard english punctuation. This typeface is distributed as shareware. If you use it, please send me a shareware fee of $10 and I will register you for upgrades and inform you of any new typefaces I may create.
SystemEnable AMUG CD:Files:Apple:System Enabler 111.cpt System Enabler 111.cpt 111 0 24K 3/26/93 System Enabler 111 - PowerBook 160/180 owners using System Enabler 111 (1.0.2), downloaded before 02-23-93, from Apple SW Updates on AppleLink would experience a crash upon restart if AutoRemounter was installed. The problem is due to the fact that the enabler was corrupted. Persons who installed System Enabler 111 (1.0.2) from the Express Modem Disk (1.0.1) would not experience the problem.
SurgeonGener AMUG CD:Files:Hyper:Ss-Sz:Surgeon General.cpt Surgeon General.cpt 0 5K 3/26/93 Surgeon General - A simple little stack which gets or sets any stack script or background script without opening the target stack. Ideal if you've just crashed a stack you've modified or are developing you can repair its script in "Surgeon General" without further damaging the stack by opening it while it is still in "System bomb" mode. Simple button scripting; easy to follow and modify. Freeware from Rocky & Fluffy. Regards.
SuperSTR#1.0 AMUG CD:Files:System7 tools:S:SuperSTR#1.0b.cpt SuperSTR#1.0b.cpt 1.0 0 26K 3/26/93 SuperSTR#1.0b - It let's you open any copy of Finder 7.1 and hack any of the STR# resources inside. These resources might contain menu text from the Finder or from other various dialogs etc..
Sunset AMUG CD:Files:Art:Sn-Sz:Sunset Sunset 0 78K 3/26/93 Sunset - The tiff version of a beautiful sunset. Worth the Download...a snap of the sunset while sailing into Athens last summer. 35mm...worth the download for something special! More shots if interested..Created with Microtek 600 DPI scanner - full color...saved in Tiff form for all you Quark users...523 x 781 x 24bit.
StyleWriterI AMUG CD:Files:Apple:StyleWriter II fix.cpt StyleWriter II fix.cpt 2 0 15K 3/26/93 StyleWriter II fix - This little patch fixes a few cosmetic problems with the Help windows in the new StyleWriter II driver. Easy fix; instructions included.Apparently, the people who wrote the driver have incorrectly sized the window that the help screens appear on; the window is correctly sized for only the Page Setup help screen. For the other two screens, there is some improper scaling that doesn't look quite right. It seems that there is a common DITL resource that all three of the help screens use; however, since all three of the screens were originally sized a few pixels differently from each other, the common resource doesn't perform properly.
StudyTechniq AMUG CD:Files:Education:S:StudyTechniques.cpt StudyTechniques.cpt 0 21K 3/26/93 StudyTechniques - Notes from Claude Olney's program "Where There's A Will There's An A". Helps students develop effective study habits.
Storybook AMUG CD:Files:Hyper:Ss-Sz:Storybook.cpt Storybook.cpt 0 40K 3/26/93 Storybook - this is a hypercard stack for helping you write stories from Robert Gonzales.
Stereogram AMUG CD:Files:Education:S:Stereogram.cpt Stereogram.cpt 0 18K 3/26/93 Stereogram - This great HyperCard stack lets you too create 5 kinds of 3D Stereogram on your screen. (Of course you can print it out too). Stereogram fools your eyes. You will see many dots randomly on your screen when you launch the stack. You have to try to UNFOCUS your eyes to see what it is. It might take you a while, but I garantee that everybody can do it. Please make sure that you read my instructions. And becareful not to do it for too long. Your eyes will get tired.
StartupScree AMUG CD:Files:Art:Sn-Sz:StartupScreen copy.cpt StartupScreen copy.cpt 0 42K 3/26/93 StartupScreen copy - This is a great welcome to Macintosh startup screen for a 12" color monitor.
StarWars.cpt AMUG CD:Files:Util:Icons:Star Wars.cpt Star Wars.cpt 0 48K 3/26/93 Star Wars - Here are 43 of your favorite characters and spacecraft from Star Wars for your icon pleasure, and 9 (64x64) pictures for your desktop pleasure. (you can also use the 32x32 icons for your desktop!) From the Star Wars logo to Darth Vader to Luke and R2-D2 they are all there. (I even got uncle Owen.)
StarTrekInit AMUG CD:Files:Music:So-Sz:Star Trek Init.cpt Star Trek Init.cpt 0 84K 3/26/93 Star Trek Init - Drop this file into your system folder; at startup, your Mac will play the theme to Star Trek, The Next Generation. (The one played before each commercial break; lasts about 3 seconds).
SpeedMessage AMUG CD:Files:Util:Network:Speed Message II2.0.cpt Speed Message II2.0.cpt 2.0 0 105K 3/26/93 Speed Message II2.0 - Speed Message II is an application designed for small networked environments -- particularly those whose users can't afford the money required to get a full-fledged commercial E-Mail package. This program enables users on these TANs ("Tiny Area Networks") to communicate via text and short voice messages. All that is needed is a small network of Macs, System 7.x, this program, and the desire to communicate!
SpecialStill AMUG CD:AMUG Info:AppleLink:Special Still/Motion Screen Special Still/Motion Screen 0 4K 3/26/93 Special Still/Motion Screen - Baseline Publishing is proud to offer AppleLink subscribers a huge discount on a special bundle of Spectator, the Quicktime screen recording solution, and Exposure Pro, the ultimate screen capture utility.
SpaceTextIII AMUG CD:Files:Util:Textures:Space Textures III.cpt Space Textures III.cpt 0 19K 3/26/93 Space Textures III - This is the third in the series of ppats based on space and astronomy themes.
SpaceTexturI AMUG CD:Files:Util:Textures:Space Texture.cpt Space Texture.cpt 0 19K 3/26/93 Space Texture - Here are some neat patterns based on space and astronomy themes from public domain images from NASA. These are pretty neat and are 128x128 so Resedit won't like them. If anybody likes them and would like me to post more--(I have about 2 Meg's worth) I would be happy to upload them--- Enjoy
SNAP1.1.1 AMUG CD:Files:Util:Sn-Sp:SNAP1.1.1.cpt SNAP1.1.1.cpt 1.1.1 0 12K 3/26/93 SNAP1.1.1 - Application installs an FKEY which allows you to select an area of the screen (or spanning multiple screens) to be "snapped" to the Clipboard. Color supported of course. Provides audio and visual feedback as to the area selected. Shareware fee of $5 to author.
SnapMailSyst AMUG CD:Files:Util:Network:Snap Mail System 7 Demo.cpt Snap Mail System 7 Demo.cpt 0 210K 3/26/93 Snap Mail System 7 Demo - A wonderful mail software package. It runs under System 7.0 only. It is complete with installation instructions. It takes only 20K of memory and runs in the background. It has all the bells and whistles one could want. Written by Eric Braun and Adam King.
SmSolSysLT AMUG CD:Files:Education:S:SmSolSysLT.cpt SmSolSysLT.cpt 0 132K 3/26/93 SmSolSysLT - As the name implies this program is designed to let you simulate a system of bodies that move under the influence of each other's mass. Many have written programs that attempt this task, but this implementation is quite different from any other I have seen. Among its features, it has a dynamic interactive three dimensional perspective display to view the bodies. I believe that the best way to learn is to experiment and be involved in the act of experimentation, and the best way to learn about this program is to try it. It has some brief descriptions about controls under its Help! menu, but full documentation is provided in the Microsoft Word file.
Silver3Ds11 AMUG CD:Files:Util:Icons:Silver3Ds#11.cpt Silver3Ds#11.cpt 11 0 41K 3/26/93 Silver3Ds#11 - These folders are meant to be transferred onto your existing folders by the copy and paste method in the "Get Info" box. The names have been shortened so simply replacing your old folders with these can cause your Finder to be confused. If you must simply replace one with the other, please copy the name of your original folder "exactly" to the Silver 3D folder before making the switch. Here is part 11 of a large collection of Silver 3D folder icons in the standard folder format. They are in actual folders, so that a simple copy and paste in the finder's get info box will transfer the folder icon to your folder without having to deal with ResEdit.
SilhouetteSa AMUG CD:Files:Art:Richard Wald:Silhouette Sampler.cpt Silhouette Sampler.cpt 0 23K 3/26/93 Silhouette Sampler - Here are 10 different clips of silhouettes taken from the full stack of over 280 different clips.
Sierpinski AMUG CD:Files:Util:After Dark:Sierpinski.cpt Sierpinski.cpt 0 15K 3/26/93 Sierpinski - This screen saver module produces the fractal named Seirpenski’s Gasket/Triangle. It generates different sizes, shapes, and colors (for those with color Mac’s). It begins by randomly selecting three vertices of the selected type of triangle and setting the first plotted point to the center of the monitor (Displays on Monitor 1 only). It then randomly picks other points to plot corresponding to the three vertices. After 24,000 points have been plotted, the module will begin anew, therefore not burning into the monitor.
SIAM-Moretha AMUG CD:AMUG Info:AppleLink:SIAM - More than a BBS SIAM - More than a BBS 0 4K 3/26/93 SIAM - More than a BBS - SIAM is an Information and Application Unix Server for Micro. It allows Macintosh and Pc's under Windows to connect to a A/UX (or UNIX) server with AppleTalk or X25 access and to consult informations, graphics or applications.
ShowWare1.2 AMUG CD:Files:Util:Network:ShowWare1.2.cpt ShowWare1.2.cpt 1.2 0 57K 3/26/93 ShowWare1.2 - ShowShare places a small icon on the users menu bar, or optionally in a tiny window which can be positioned anywhere on the desktop, indicating the current state of System 7's Filesharing; On, Off, Starting, Stopping or Error. Showshare can start and stop Filesharing, and open any of the Filesharing-related control panels. ShowShare is an application which you may place anywhere on your hard disk.
Shhh!.cpt AMUG CD:Files:System7 tools:Powerbook:Shhh!.cpt Shhh!.cpt 0 3K 3/26/93 Shhh! - This is a little INIT that serves only a single, simple, devious purpose, it disables the software that makes the PowerBook go click whenever sound is used. After the first click, it will never click again.
ShalomPad104 AMUG CD:Files:Education:S:ShalomPad104.cpt ShalomPad104.cpt 1.04 0 14K 3/26/93 ShalomPad104 - Shalom Pad is a small application for typing Hebrew text using Jonathan Brecher’s Shalom fonts. These fonts are distrubuted as Shareware products and hopefully can be found where you obtained Shalom Pad (otherwise, write to one of the addresses below). This program was created by making edits to Paul DuBois’s TransSkel, a public domain program shell. Shalom Pad is not a word processor. It is designed for writing short pieces of Hebrew text which can then be copied and pasted into a “real” wordprocessor.
SEAIconVault AMUG CD:Files:Util:Icons:SEA Icon Vault.cpt SEA Icon Vault.cpt 0 27K 3/26/93 SEA Icon Vault - This special icon vault (single file) contains a complete icon family for self extracting archives. Complete icon family means that if you have color capability, you'll get stupendous color with every download. This is achieved after simply placing the vault anywhere on your disk and rebuilding the desktop. Each 8bit icon (icl8) is optimized for the utilization of the Apple Icon Colors, so that when they are selected you get more than just uniform dimming, but also specifically selected pixels that highlight themselves (don't dim).
SculleyDenie AMUG CD:AMUG Info:AppleLink:Sculley Denies Rumors of Move Sculley Denies Rumors of Move 0 3K 3/26/93 Sculley Denies Rumors of Move - CUPERTINO, California--March 10, 1993--John Sculley, chairman, chief Executive officer, and chief technology officer of Apple Computer, Inc. today denied rumors that he is considering the chief executive officer position at IBM.
ScrapIt2 AMUG CD:Files:DA:S-So:ScrapIt ][.cpt ScrapIt ][.cpt 1.2 0 29K 3/26/93 ScrapIt ][ - Incredible Scrapbook DA replacement! NEW VERSION of ScrapIt ][ DA - 1000 items/file,list feature,import/export of Sounds,TEXT & PICT,displays styled text, resizeable window, scroll bars to view all TEXT or a PICTure, named scrap items, play sounds, select and copy portions of text or a PICTure, reduce to fit, create new or open existing file, Import TEXT, PICT, snd or MacPaint files, Export TEXT, snd or PICT files, GLOBALLY search for text in a TEXT item,& MORE!
RnMac.cpt AMUG CD:Files:Tele:R:RnMac.cpt RnMac.cpt 0 75K 3/26/93 RnMac - this is a Usenet news reader for the Macintosh.
ResetDTDBs2 AMUG CD:Files:Util:R:Reset DTDBs 2.0.cpt Reset DTDBs 2.0.cpt 2.0 0 17K 3/26/93 Reset DTDBs 2.0 - This program will reset the Desktop Databases (DTDBs) on each mounted volume. It is somewhat like the Desktop Reset™ extension except that it is an application. Before running the program, however, you should eject all floppy disks and read-only disks (like CD-ROMs), and quit all running applications. After running Reset DTDBs, the computer will restart. Then the Finder will rebuild all the desktop files from scratch. The process is then finished; the databases have been totally rebuilt.
Renaldi31-X AMUG CD:Files:Hyper:Rinaldi:Renaldi31 - X Renaldi31 - X 31 0 512K 3/26/93 Renaldi31 - X-Archive 3.1 includes 127 of Frederic Rinaldi's freeWare externals, current as of 10-Feb-93, and fully documented. There are 8 new externals, 5 updates, icons identifying system dependencies (Hypercard 2, System 7, Quicktime etc) and stack navigation buttons.
RecipeDemo AMUG CD:Files:Hyper:Q-R:Recipe Demo.cpt Recipe Demo.cpt 0 106K 3/26/93 Recipe Demo - This is a demo of the latest upgrade to Recipe Master. The program is a recipe construction & storage utility. You may enter your recipe from a database of over 2,000 ingredients. The total nutrients per recipe & per portion are automatically calculated. This latest version includes the ability to edit idividual ingredients of any recipe, even after it has been entered and stored. The demo version only has some breakfast foods. Full version sells for $59.00, VISA & MC accepted. Also check out the Nutrition Stack 2.1 Demo available on-line.
Readingflash AMUG CD:Files:Education:Q-R:Reading flashcards 2.2.cpt Reading flashcards 2.2.cpt 2.2 0 14K 3/26/93 Reading flashcards 2.2 - This stack will give you and your child a set of flashcards which is easy and fun to use. Just type in the list of words and the stack does the rest. It's really helped my kid learn her vocabulary words. Includes random word order, marking of problem words, and a much better interface than earlier versions. Version 2.2
RandomMap AMUG CD:Files:Game:R:RandomMap.cpt RandomMap.cpt 0 10K 3/26/93 RandomMap - This allows you to create your own maps for Bolo the Macintosh network game.
QuotesBase AMUG CD:Files:IMUG:Italy:Prato:QuotesBase.cpt QuotesBase.cpt 0 1369K 3/26/93 QuotesBase - this is the latest update of the QuotesBase program from Italy. Many, many quotes are provided. This project has grown and grown. Now it's about 2 megs.
QuicKeysTes AMUG CD:Files:Util:Q:QuicKeys™ Test Drive.cpt QuicKeys™ Test Drive.cpt 0 744K 3/26/93 QuicKeys™ Test Drive - this is the test drive for the new Quickeys available from CE Software. Try it and see what you think.
Quadra.icon AMUG CD:Files:Util:Icons:Quadra.icon.cpt Quadra.icon.cpt 0 3K 3/26/93 Quadra.icon - I got tired of looking at a black and white drive icon on a 24-bit monitor so I created this color icon. Although it's a Quadra 950 with a 20" monitor in front of it, it looks good on any color monitor with any cpu (I thinks it even speeds up some lesser Macs I've installed it on ... uh, yea). Simply copy and paste to the get info window of your hard disk icon. It's a quick download and I'm sure you'll be pleased with it. Check out my "File Drawer" icon also ... it's a big hit.
QMBiff1.0 AMUG CD:Files:Bus:N-Q:QM Biff 1.0.cpt QM Biff 1.0.cpt 1.0 0 12K 3/26/93 QM Biff 1.0 - Do flashing icons get on your nerves? Do you ever envy your UNIX brethren with their fancy mailbox icons? As a long-time user of QuickMail, I finally decided that I wanted to have a better way to see if I have mail; hence QM Biff was born. QM Biff consists of two parts, an extension (yeah, one more INIT to install!) and a miniature application. The INIT knows whether QuickMail thinks you have mail or not, but keeps the icon from flashing. Instead, the application indicates whether you have mail by displaying one of two pictures (which you can select).
QB->FB.cpt AMUG CD:Files:Prog:Q-R:QB->FB.cpt QB->FB.cpt 0 62K 3/26/93 QB->FB - This conversion program will translate a QuickBASIC source code file saved in TEXT format into a source code TEXT file FutureBASIC can use. It will convert approximately 80% of the QB keywords into FB syntax including a majority of CLR and Toolbox calls. It will also convert multi-line IF/THEN statements into FB's LONG IF structures, change multi-statement lines containing colons into single lines. Additionaly, it will convert QB subroutine labels to FB format and convert SUBs into LOCAL FNs. It also attempts to mark every statement not converted with appropriate references to the Reference or Handbook manuals for help in fixing your source code.
PublicFCsyst AMUG CD:Files:Tele:First Class:FC Systems:Public FC systems.cpt Public FC systems.cpt 0 8K 3/26/93 Public FC systems - This text file lists over 250 known FirstClass BBS systems worldwide that are open to the public. Armed with this list and FirstClass Client, you'll be able to enjoy the best that telecommunications has to offer. This list is valid as of March 11, 1993.
PRO630.PPD AMUG CD:Files:Word:O-P:PRO630.PPD.cpt PRO630.PPD.cpt 0 6K 3/26/93 PRO630.PPD - this is the PPD file for the new Apple LaserWriter 630.
Privacy.cpt AMUG CD:Files:Bus:N-Q:Privacy™.cpt Privacy™.cpt 0 35K 3/26/93 Privacy™ - Privacy is a utility that will, at the touch of a key in the Finder, instantly hide your files and folders on your Macintosh so that others can't see or access them. When I say "hide", I mean just that. Your files and folders will become invisible. At the touch of the same key, a password dialog comes up. When you enter your password, your files and folders are unhidden and appear where you last left them. Privacy(c) is not a full-blown security system and is by no means impenetrable. Any self-respecting, ResEdit-toting geek could easily defeat it.
Print2Pict3 AMUG CD:Files:Movie:A-P:Print2Pict3.5.cpt Print2Pict3.5.cpt 3.5 0 96K 3/26/93 Print2Pict3.5 - This is version 3.5 of Print2Pict. It is a printer driver that previews and saves printed pages to PICT files, PICS files, Postcards (standalone applications), MacPaint files, TEXT files or the clipboard. It works only under System 7 or later. Drop it in your Extensions folder and select it with the Chooser. It has an on-line help that you can copy to the Clipboard and print using any word processor. It also supports Balloon Help. The PICT file format is the standard format for saving pictures on a Macintosh. Most of the graphical applications can read these files. If you copy a page to the clipboard, it can be pasted into any document that can include pictures.
Powerless1.0 AMUG CD:Files:Util:Pm-Pz:Powerless1.0b3.cpt Powerless1.0b3.cpt 1.0b3 0 22K 3/26/93 Powerless1.0b3 - Powerless lets you schedule automatic, unattended system shutdowns. This allows you to leave your computer running so that it can complete a task, then shut off after a period of time you specify. It is most useful if your computer provides complete shutoff (that is, the computer turns itself off completely when you choose Shutdown from the Finder's Special menu). Powerless is easily accessible when placed into your Apple Menu Items folder or on the Desktop.
PowerBookScr AMUG CD:Files:System7 tools:Powerbook:PowerBook Screen Tester.cpt PowerBook Screen Tester.cpt 0 6K 3/26/93 PowerBook Screen Tester - PBST is a small program which flips the screen from black to white with each click of the mouse. If the screen is white, any burnt-out pixels in an active-matrix LCD display will show up as black holes in the white screen. If the screen is black, any voided pixels will show up as white holes in the black screen. Take this program with you when you buy your Book to ensure that you get the best Book in stock. PBST is Email-ware. If you use it, drop one of us a line!
Philosophy AMUG CD:Files:Art:P:Philosophy.cpt Philosophy.cpt 0 71K 3/26/93 Philosophy - Here's another one of my creations. What you got here is a nifty 512x384 pixel image (great for 12" startups) of a "comment" on the nature of today's computer person. Like me. 32 bit quickdraw picture. No kidding. Lettering modeled and ray-traced in Specular Infini-D 2.0 I could list the fonts used, but I doubt anyone would be particularly interested. The hex code in the background was taken from a screen snapshot in Norton Disk Editor. Manipulated, recolored, and pasted into the text with Adobe Photoshop. This was all painstakingly slow since all I've got is an LC (LC 1 to avoid confusion with the two new ones).
PersonalInte AMUG CD:Files:Tele:P:PersonalInternet.cpt PersonalInternet.cpt 0 27K 3/26/93 PersonalInternet - Here is a collection of responses that I received regarding my question about obtaining a personal internet connection. I've abandoned that particular quest until some rich relative dies or personal internet connections become more common. The following letters contain some information (mostly depressing) about getting an internet connection and also other info about various new online services (the next best thing). This collection is rather long (1400+ lines) and therefore belongs in the report directory.
PCPursuit&FC AMUG CD:Files:Tele:First Class:PC Pursuit & FC Inst 2.1.cpt PC Pursuit & FC Inst 2.1.cpt 2.1 0 16K 3/26/93 PC Pursuit & FC Inst 2.1 - Describes how to use FirstClass with PC Pursuit so you can call all across the USA and log into FC BBSs cheaply. Also gives the phone number to call in order to subscribe to the PC Pursuit phone service. MS Word 4 file.
PawPaw.cpt AMUG CD:Files:Util:After Dark:PawPaw.cpt PawPaw.cpt 0 11K 3/26/93 PawPaw - this is an after dark module that gives to tracks all over your screen from horses, people, bears and other animals. Fun stuff.
PalenciaV2.2 AMUG CD:Files:Font:P:PalenciaV2.2.cpt PalenciaV2.2.cpt 2.2 0 97K 3/26/93 PalenciaV2.2 - this is a Macintosh font to give you near letter quality output on your imagewriter.
OxydV3.4.cpt AMUG CD:Files:Game:N-P:Oxyd V3.4.cpt Oxyd V3.4.cpt 3.4 0 685K 3/26/93 Oxyd V3.4 - To play Oxyd™, you need to, Turn up the sound level. Start «Oxyd™ 16 colors» or «Oxyd™ monochrome» and press any key when the program is loaded. When the menu screen appears, press F3 (or Command-3) to play the first level of the game. This is a great color game!
OtherMenu AMUG CD:Files:System7 tools:N-O:OtherMenu.cpt OtherMenu.cpt 0 61K 3/26/93 OtherMenu - OtherMenu is an extension that creates a system-wide menu somewhat similar to the Apple menu. It can be used for launching applications and documents, restart and shut down, various file management functions, and executing FKEYs. It requires System 7. The first time you start your Mac with OtherMenu installed, OtherMenu creates a folder named OtherMenu Folder inside your System Folder. You will see a menu with title * (an asterisk) to the left of the help menu. Initially, the menu will contain only one item, “About OtherMenu…”.
OctavianTT AMUG CD:Files:Font:O:OctavianTT.cpt OctavianTT.cpt 0 20K 3/26/93 OctavianTT - Octavian is a heavy text font which I would describe as semi-serif, in that it has serifs, but they are only in certain limited positions on each character (you have to really see this to understand it). It's nice and clear, easy to read in just about any size. This font is from the Scriptorium Font Library. On downloading it, review our catalog and the READ ME! file which are included in the archive. They will give you info on our unique offer of fonts at an unusually low price, including the option to pay only $12 to both register this font AND get a complete disk of fonts with your registration.
OctavianT1 AMUG CD:Files:Font:O:OctavianT1.cpt OctavianT1.cpt 0 31K 3/26/93 OctavianT1 - Octavian is a heavy text font which I would describe as semi-serif, in that it has serifs, but they are only in certain limited positions on each character (you have to really see this to understand it). It's nice and clear, easy to read in just about any size. This font is from the Scriptorium Font Library. On downloading it, review our catalog and the READ ME! file which are included in the archive. They will give you info on our unique offer of fonts at an unusually low price, including the option to pay only $12 to both register this font AND get a complete disk of fonts with your registration.
NodeSwitcher AMUG CD:Files:Tele:Telefinder:NodeSwitcher 1.0.cpt NodeSwitcher 1.0.cpt 1.0 0 26K 3/26/93 NodeSwitcher 1.0 - NodeSwitcher 1.0 is a utility for Telefinder sysops. It allows to shutdown and startup specific lines at specific times. This will allow you for example to free up the serial port to send faxes during the night. NodeSwitcher 1.0 is shareware. If you like this utility, send 25 US$ or 35 Swiss Francs.
NinjaBoy1.2 AMUG CD:Files:Game:N-P:NinjaBoy 1.2.3.cpt NinjaBoy 1.2.3.cpt 1.2.3 0 232K 3/26/93 NinjaBoy 1.2.3 - This is a fun arcade game on the Macintosh for those with the ninja fighting spirit. Supports Color.
NewOffsetv.3 AMUG CD:Files:Hyper:N-O:NewOffset v.3.cpt NewOffset v.3.cpt 1.3 0 9K 3/26/93 NewOffset v.3 - NewOffset v. 3 is a Hypercard external that allows you to find any occurrence of a word or string within a container. With Hypercard's "offset" function, you can only find the first occurrence of a string. But with NewOffset() you can find the 2nd, 8th, or 1000th occurrence of a string. Depending on the parameters passed to it, NewOffset() will search for overlapping or non-overlapping strings, and will return the character offset where the string begins. If you specify a "line" search, it will return the line number insteaNewOffset() is in a HC 2 stack and has only been tested in Hypercard 2. However, there is no reason that it should not work in previous versions of Hypercard.
NEWFOLDER AMUG CD:Files:Util:Icons:NEW "FOLDER" ICONS.cpt NEW "FOLDER" ICONS.cpt 0 9K 3/26/93 NEW "FOLDER" ICONS - These are new "Folder" icons for the System file running system 7.X. Recommend using iContraption. Great icons!
NAFF.cpt AMUG CD:Files:Util:N-O:NAFF.cpt NAFF.cpt 0 7K 3/26/93 NAFF - allows you to convert from Mac to Unix, Mac to Dos, and the other way. Interesting.
MyCDStackv1 AMUG CD:Files:Music:M:My CD Stack v1.2.cpt My CD Stack v1.2.cpt 1.2 0 8K 3/26/93 My CD Stack v1.2 - This is a stack I wrote for helping me keep track of my ever-growing CD Collection. The stack has a place for the CD Title, Author, Songs and Purchase Price. The first card in the stack will tell you the Number of CD's in your collection and the, ouch, Cost of your CD Collection! (I have had a request for a "Hide the damages" button, which I am considering... This updated version includes a category field and a more compact layout. I will upload a conversion script, to transfer your data from an older version to this one, if requested.To keep this stack small, I have only put a a few CD's into it...enough so that you'll get the idea!
MXMClock1.0 AMUG CD:Files:Util:Md-Mz:MXM Clock 1.0.1.cpt MXM Clock 1.0.1.cpt 1.0.1 0 10K 3/26/93 MXM Clock 1.0.1 - Enclosed is MXMClock, yet another menubar clock program. This one requires 32bit Color QD and a system running multifinder or System Seven. This is an update of MXMClock that I just sent out that crashed on computers with bad/corrupt Menu Color entries. This version uses a PICT instead of obtaining the menu bar color for a background. I also added pref file code. Now when you quit MXMClock it writes the changes to a prefs file. You can change the location of the clock by clicking on it and dragging.
MW2CommandKe AMUG CD:Files:DA:Met-Mz:MW2 Command Keys.cpt MW2 Command Keys.cpt 0 5K 3/26/93 MW2 Command Keys - gives you a list of command keys for MacWrite II.
MusicGraphic AMUG CD:Files:Art:Richard Wald:MusicGraphics.cpt MusicGraphics.cpt 0 8K 3/26/93 MusicGraphics - Sampling of a set of cool custom music icons by the author. Complete set of over 100 music related icons available for a very small price.
MusicSampler AMUG CD:Files:Art:Richard Wald:Music Sampler.cpt Music Sampler.cpt 0 40K 3/26/93 Music Sampler - "Here is a fully functional stack which contains 10 sample clips from the full stack. On this sampler is an accordian, bagpipes, cittern, cymbals, drummer, euphonium, french horn, helicon, mandolin, and marimba."
MultimediaSu AMUG CD:AMUG Info:AppleLink:Multimedia Success Stories - Multimedia Success Stories - 0 6K 3/26/93 Multimedia Success Stories - Multimedia Success Stories - Table of Contents Copyright 199-1993, Apple Computer, Inc. Includes info on how several companies have used Multimedia.
MSEAT.cpt AMUG CD:Files:Education:M:MSEAT.cpt MSEAT.cpt 0 41K 3/26/93 MSEAT - Machine Seats 5.x is an updated utility to be used with Grade Machine v 5.x. It is the acclaimed seating charts maker that quickly and easily creates your charts in any arrangement you choose. The print-outs are magnificent. You choose the fonts and sizes and how you want the names to appear. you may include spaces for attendance or tardies. Students may be moved and exchanged with the mouse. When you want a new chart, use the randomize command. Versatile and FUN to use! Shareware $15.
MotleyTT.cpt AMUG CD:Files:Font:M:MotleyTT.cpt MotleyTT.cpt 0 13K 3/26/93 MotleyTT - Motley is a font made up of one letter each from 26 different display and calligraphic fonts from the Scriptorium Font Library. It's the same basic concept as the various ransom note type fonts, but looks like something a 14th century kidnapper would use Included with the font is a MS Word file which you can check out after you install Motley in your system to identify which letter comes from which SFL font. Unlike our other shareware fonts Motley is distributed as Freeware, so long as you include the attached 'read me' and 'catalog' files when you distribute it to others.
MotleyT1.cpt AMUG CD:Files:Font:M:MotleyT1.cpt MotleyT1.cpt 0 18K 3/26/93 MotleyT1 - Motley is a font made up of one letter each from 26 different display and calligraphic fonts from the Scriptorium Font Library. It's the same basic concept as the various ransom note type fonts, but looks like something a 14th century kidnapper would use Included with the font is a MS Word file which you can check out after you install Motley in your system to identify which letter comes from which SFL font. Unlike our other shareware fonts Motley is distributed as Freeware, so long as you include the attached 'read me' and 'catalog' files when you distribute it to others.
Monopolyv4.0 AMUG CD:Files:Game:M:Monopoly v4.03a.cpt Monopoly v4.03a.cpt 4.03a 0 83K 3/26/93 Monopoly v4.03a - Color Monolopy Board & Color Icons for Monolopy version 4.03a. Easy to install with ResEdit & a big improvement over B&W version. (May want to give game I bit more space to use color stuff; use get info. and increase size a bit.) Looks best when monitor set to millions of colors. -- Have fun!
MiniSysInsta AMUG CD:Files:Apple:MiniSysInstall1.0.1.cpt MiniSysInstall1.0.1.cpt 1.0.1 0 43K 3/26/93 MiniSysInstall1.0.1 - This installer creates a minimal System disk by deleting some resources from your System7, Finder, System 7 Tuneup, AppleShare, CapsLock, and the System Enablers for the Mac IIvx, IIvi, Powerbook 160/165c/180, and Duo210/230, Centris 610/650, Quadra 800, Color Classic and Performa 600. It comresses also the Enabler patch from Connectix. Up to 350 kBytes disk space will be freed!
MidiSXv2.1.0 AMUG CD:Files:MIDI:H-M:MidiSX v2.1.0 Demo.cpt MidiSX v2.1.0 Demo.cpt 2.1.0 0 135K 3/26/93 MidiSX v2.1.0 Demo - MidiSX - The Universal MIDI Librarian has been updated to reflect enhancements requested by America Online members and our other customers. We've made the terminology used more clear and concise and took what were "menu picks" and made them icon buttons to make this the easiest-to-use universal libarian you can find. MidiSX makes using MIDI gear more convenient. You can back up your work at the click of a mouse, protecting you against loss of time and creativity. MidiSX saves you money - stop paying $50 or more for RAM cards. Try it. If you like it, the About MidiSX... pick will tell you how to order.
MicroClock AMUG CD:Files:Util:Md-Mz:MicroClock.cpt MicroClock.cpt 0 14K 3/26/93 MicroClock - this is a nice desktop clock from Graham Cox. Try it you will like it.
Micn19.cpt AMUG CD:Files:Util:Md-Mz:Micn19.cpt Micn19.cpt 1.9 0 25K 3/26/93 Micn19 - This hack is an implementation of an idea suggested by USENET readers* as a method for reclaiming menu bar space. It has no real interface, but it is configurable (with ResEdit). I pronounce the name “my-kin”; you can pronounce it however you like, Pat. MICN is still free, still less than 20K on your disk, and it’s still only 580 bytes of code in your System Heap! MICN does not replace the titles of menus in memory, so programs that use these titles will find them in the proper place.
MetalMan1.OT AMUG CD:Files:Art:Md-Mz:MetalMan1.OTJPEG MetalMan1.OTJPEG 0 107K 3/26/93 MetalMan1.OTJPEG - Metal Man 1 is a Photoshop 2.01 PICT file containing an image of the soon to be infamous Metal Man. Modeled and rendered with StrataVisionx 3d 2.6.1, this image shows Metal Man in a setting of tiled floors, marble columns, and wood beamed ceilings. As usual, Metal Man is on the run from the forces of (you name it-he'll run from it). 640 x 480 x 24-bit.
Menuette1.12 AMUG CD:Files:Util:Md-Mz:Menuette 1.1.2.cpt Menuette 1.1.2.cpt 1.1.2 0 76K 3/26/93 Menuette 1.1.2 - Menuette alters the appearance of menu titles in the menu bar (at the top on your screen). Instead of the words that normally appear, you'll see small icons representing these concepts. You can instantly switch between icon and text views if you wish; if you do so, Menuette allows you to choose your own font for menu display. It saves space, and makes your Macintosh look really cool. Icons for some popular programs are provided, and you can easily add more icons by dropping new icon files into a folder.
MemINIT2.0.5 AMUG CD:Files:Util:Md-Mz:MemINIT 2.0.5.cpt MemINIT 2.0.5.cpt 2.0.5 0 20K 3/26/93 MemINIT 2.0.5 - MemINIT displays a pie graph and/or a pie graph of the amount of memory used by the current program. It is useful to tell when to give a program more memory, to tell if a program is doing something (the memory generally jumps around when it is), and just because it's fun to watch. This version 2.0.5 fixes a bug in 2.0.4 where MemINIT would not load on any 68000 Mac (Plus, SE, Classic, Portable, PowerBook 100). MemINIT 2.0.4 is a bug fix to 2.0.3. It fixes a bug which may have caused problems at startup.
MediaLabeler AMUG CD:Files:Bus:M:Media Labeler1.0.cpt Media Labeler1.0.cpt 1.0 0 153K 3/26/93 Media Labeler1.0 - This is a Filemaker Pro 2.0 database that will catalog and print labels for cassettes, VHS tapes, and 3.5" floppy disks.
MDRILL3.cpt AMUG CD:Files:Education:M:MDRILL3.cpt MDRILL3.cpt 5 0 35K 3/26/93 MDRILL3 - Machine Drill 5.x is an updated utility to be used with Grade Machine v 5.x. It is a super-fun, high tech review game that will randomly call upon the kids by displaying their names in LARGE FONT on the computer screen. Review lists may be entered into the computer in advance. The computer will then display a question and call upon a student to answer it. Machine Drill also can be used to randomly select project, cooperative learning, or lab groups of kids. They do not argue with Lord Apple. Much fun! Shareware $15.
MathTutor AMUG CD:Files:Education:M:Math Tutor.cpt Math Tutor.cpt 1.3 0 11K 3/26/93 Math Tutor - This stack will help your child learn basic math. It automatically generates new problems, as well as marking them (with corrections, if necessary). The difficulty level can be set to your child's level of ability, with an upper limit on problem difficulty as well as a lower limit (to make sure it's not too easy!). Holds the interest of my six-year-old with no trouble at all. Version 1.3 (adds a percentage grade when child is done).
Mastermind AMUG CD:Files:DA:M-Mes:Mastermind.cpt Mastermind.cpt 0 17K 3/26/93 Mastermind - this DA Game pits you against the computer. The computer picks a group of colors and you need to guess what they are.
MarydaleTT AMUG CD:Files:Font:M:MarydaleTT.cpt MarydaleTT.cpt 0 67K 3/26/93 MarydaleTT - Marydale is an informal display typeface based on the hand-lettering of a colleague. Think Adobe(R) Tekton(TM) with personality. Marydale has upper- and lowercase characters, numerals, punctuation, and a few surprises. Kerned extensively. 12- and 24-point bitmap fonts. This initial shareware offering has two weights, plain and bold. Users who pay the $10 shareware fee will receive the latest version of Marydale on disk, including a nice, heavy "Black" weight. TrueType version (PostScript Type 1 also available).
MarydaleT1 AMUG CD:Files:Font:M:MarydaleT1.cpt MarydaleT1.cpt 0 66K 3/26/93 MarydaleT1 - Marydale is an informal display typeface based on the hand-lettering of a colleague. Think Adobe(R) Tekton(TM) with personality. Has upper- and lowercase characters, numerals, punctuation, and a few surprises. Kerned extensively. 12- and 24-point bitmap fonts. This initial shareware offering has two weights: plain and bold. Users who pay the $10 fee will receive the latest version of Marydale on disk, including a nice, heavy "Black" weight. PostScript Type 1 version (TrueType also available).
MAPI.cpt AMUG CD:Files:Bus:M:MAPI.cpt MAPI.cpt 0 7K 3/26/93 MAPI - Excel template for capital appropriation request justification, including cost advantage and equipment depreciation calculation.
MalestromSpr AMUG CD:Files:Game:M:MalestromSprites.cpt MalestromSprites.cpt 0 165K 3/26/93 MalestromSprites - Colorful replacements for the asteroids, explosions, etc. in Maelstrom. Sort of a 4th of July fireworks look. Just replace the existing Maelstrom Sprites file with this one. In the spirit of Zomba Soul who uploaded a nice new set of funky sounds for Maelstrom, I modified the 'sprites' used in the game by adding lots of new color. If you find that the mostly grey but anatomically-correct asteroids are wearing a little thin, these new neon models might be just the thing to bring a little excitement into your life.
MAIA2.1a.cpt AMUG CD:Files:Education:M:MAIA 2.1a.cpt MAIA 2.1a.cpt 2.1a 0 482K 3/26/93 MAIA 2.1a - MAIA is a program for enhancing and analyzing astronomical images. It is particularly intended for amateur astronomers who wish to examine their own images with their own computers. Now that CCD imaging systems for small telescopes have become relatively inexpensive, amateur astronomers can take pictures with the same equipment previously found only at large observatories. Unfortunately, the software which comes with that equipment is usually far less advanced, the kind of image processing capabilities astronomers really need to make use of their images was until now only found in programs for powerful workstations. MAIA brings those capabilities to the friendly environment of the Mac.
MagellanatVe AMUG CD:Files:Education:M:Magellan at Venus.cpt Magellan at Venus.cpt 0 718K 3/26/93 Magellan at Venus - Magellan, a NASA spacecraft sent to map the surface of Venus with imaging radar, was launched May 4, 1989 aboard the space shuttle Atlantis, and began radar operations for its mapping mission at Venus on September 15, 1990. The basic scientific instrument used on Magellan was a synthetic aperture radar, or SAR, able to look through the perpetually thick clouds of Venus to the planet's surface-a surface which prior to Magellan had been virtually "unseeable" in any detail. Magellan made surface objects as small as 120 meters (400 ft) visible, thus providing valuable new insight into the geological history of the planet.
MacworldToky AMUG CD:Files:Mag:M-O:Macworld Tokyo.cpt Macworld Tokyo.cpt 0 6K 3/26/93 Macworld Tokyo - this is a nice review of MacWorld Tokyo. Read it for insights on how you can prepare for this adventure.
MacTriv3.1 AMUG CD:Files:Game:M:MacTriv3.1.cpt MacTriv3.1.cpt 3.1 0 313K 3/26/93 MacTriv3.1 - this is a nice trivia game for the Mac that is free. Great user interface.
MacSurvey2.1 AMUG CD:Files:Bus:M:MacSurvey2.1 MacSurvey2.1 2.1 0 168K 3/26/93 MacSurvey2.1 - MacSurvey 2.1 is a simple to use, time-saving input and analysis software tool designed for use with opinion surveys that have no more than 150 closed-end types of questions. All questions can have up to 10 response choices. Generates qustionnaire form and crosstab analysis reports.
MacShareware AMUG CD:AMUG Info:AppleLink:MacSharewareCatalog 3/93.cpt MacSharewareCatalog 3/93.cpt 3/93 0 54K 3/26/93 MacSharewareCatalog 3/93 - MacSharewareCatalog-March 1993. Experience the MacShareware Difference. With the MacShareware CatalogOrdering is a snap with our Toll-FREE 800 number-available 24 hours a day, 7 days a week! No matter what time it is, we're open! Unconditional 30 Day Money Back Guarantee on all products. No additional fees (not even shipping) for international users! Insanely Great Software's legendary customer service from Adam Stein, the President of Insanely Great Software.
MacromediaEd AMUG CD:AMUG Info:AppleLink:Macromedia Educational Bundles Macromedia Educational Bundles 0 4K 3/26/93 Macromedia Educational Bundles - MACROMEDIA is now offering the following special multimedia software bundle kits which further reduce the already low educational prices offered to academic end users. This offer is good until the end of APRIL.
MacintoshT3 AMUG CD:Files:Mag:M-O:Macintosh Tips & Tricks03.cpt Macintosh Tips & Tricks03.cpt 0 78K 3/26/93 Macintosh Tips & Tricks03 - This is the shareware version of MACINTOSH TIPS & TRICKS. Distributed electronically as a double-clickable DOCMaker format document, MACINTOSH TIPS & TRICKS includes Macintosh news and information, as well as productivity tips for various Macintosh products. This seventh issue features - From the Editor's Desktop: "Learn from My Mistakes"Product News - the new Apple printers, Creating Hanging Indents in Microsoft Word" Using Lookup Tables in Microsoft Excel", "Quick System 7 Tips".
MacintoshT2 AMUG CD:Files:Mag:M-O:Macintosh Tips & Tricks,02.cpt Macintosh Tips & Tricks,02.cpt 2 0 59K 3/26/93 Macintosh Tips & Tricks,02 - this is the 2nd edition of Tips and Tricks for the Macintosh by Maria Langer. Great information provided. Thank Maria on the on line networks for her service!
MacinTalk AMUG CD:Files:Apple:MacinTalk2.0.cpt MacinTalk2.0.cpt 2.0 0 19K 3/26/93 MacinTalk - contains the Macintalk system file version 2.0. All rights reserved Apple Computer.
MacIndexSamp AMUG CD:Files:Mag:M-O:MacIndex Sampler.cpt MacIndex Sampler.cpt 0 247K 3/26/93 MacIndex Sampler - MacIndex Sampler is an index of December 1992 Macintosh magazine publications, featuring data in both EndNote and tab-delimited text formats (with free FileMaker Pro template for using the text in). While MacIndex was formerly available only as a subscription service (updated monthly by floppy disk) from Graphic Technology Research, the entire database (1989-92) is now being made available as shareware for $25. This Sampler shows the style and content of MacIndex and includes excellent documentation on the product.
Machineicons AMUG CD:Files:Util:Icons:Machine icons.cpt Machine icons.cpt 0 28K 3/26/93 Machine icons - this is a collection of icons of many Apple machines. A must for your Icon collection.
MacFORMation AMUG CD:Files:Bus:M:MacFORMation™2 demo.cpt MacFORMation™2 demo.cpt 2 0 163K 3/26/93 MacFORMation™2 demo - This is a demo copy of MacFORMation2 that includes all the schedules of the US Bankruptcy Court forms. This is a preview of our soon to be released complete set of US Bankruptcy Court forms that will work with our "form player" product MacFORMation2. Please report any problems or bugs. MacFORMationx2 and the US Bankruptcy form set will have a starting price of about $160 for an individual version, and $260 for an office version.
Mac7EC.cpt AMUG CD:AMUG Info:AppleLink:Mac7EC.cpt Mac7EC.cpt 0 4K 3/26/93 Mac7EC - contains info on the Magnificient 7 CD-ROM which is in stock at the AMUG resource center 602-553-8966.
Mac-to-iso1 AMUG CD:Files:Util:M-Mc:Mac-to-iso1.0.1b.cpt Mac-to-iso1.0.1b.cpt 1.0.1b 0 20K 3/26/93 Mac-to-iso1.0.1b - This Mac program translates ASCII Macintosh files (type 'TEXT') into ISO Latin-1 files. Therefore, documents containing international characters (documents written in French, Catalan or Spanish, for instance) can be translated and sent to a UNIX gopher server, and they will be seen properly with any ISO Latin-1 compliant gopher client, like TurboGopher. (Obviously, you don't need MacToISO if you use a Mac gopher server it does the translation for you.)
Lpr1.2.cpt AMUG CD:Files:Word:J-L:Lpr1.2.cpt Lpr1.2.cpt 1.2 0 113K 3/26/93 Lpr1.2 - lpr is used to print Macintosh files by sending them to a remote lpd daemon. The files may be preformatted, formatted on the Mac, or formatted by lpd. In addition to the normal features of lpr, this version includes special provisions for formatting Pascal files and for printing on IBM VM systems running LPDSERVE, which is available from Columbia University. lpr may be used on any Macintosh which can be configured to use MacTCP. Use of lpr requires access to a host running an lpd daemon.
Louie.cpt AMUG CD:Files:Hyper:K-L:Louie.cpt Louie.cpt 0 27K 3/26/93 Louie - Welcome to Louie Toons, a HyperCard stack which allows you to create animated cartoons. These instructions tell you how to get started making your own cartoon. First, make a copy of this stack with a new name, so you don't lose the original. Press command-space to get the menu bar and choose "Convert Stack" if you're using HyperCard 2.0 or later!
Loodle5.3 AMUG CD:Files:Util:L:Loodle5.3.cpt Loodle5.3.cpt 5.3 0 142K 3/26/93 Loodle5.3 - The newest edition of this popular shareware utility. Automatically prepares professional looking labels for floppy disks - including file and folder names, icons, pictures, etc. Also prepares a text catalog of floppy disk contents. Now Loodle also catalogs hard drives, syquests, opticals and other large capacity storage devices. Many other new features as well. Includes LoodleList, a Hypercard stack that maintains on online database of disks cataloged by Loodle. $10 shareware fee (Cheap!)
LockVol1.4 AMUG CD:Files:Util:L:LockVol™ 1.4.cpt LockVol™ 1.4.cpt 1.4 0 19K 3/26/93 LockVol™ 1.4 - LockVol is a Control Panel device that can be used to test software handling of locked volumes, local or remote. LockVol displays a popup menu containing all volumes in use by your Mac and allows you to change the status of each volume from unlocked, to having a software or hardware lock. Changes made in the Control Panel are immediate and remain intact until you change them back or re-mount the affected volume. The status of the startup volume is restored after a reboot. Use LockVol to test software that may run on locked installer disks, CD's or remote volumes that may not always have read/write privelages.
LockoutIdle AMUG CD:Files:Util:L:Lockout/IdleLaunch ƒ.cpt Lockout/IdleLaunch ƒ.cpt 0 43K 3/26/93 Lockout/IdleLaunch - Lockout is a bare-bones FREE security program. It functions as a "screen locker", disallowing access to the Finder and other programs until a valid password is entered. An unlimited number of User Passwords may be assigned. One Master Password is used to add or delete the User Passwords, and set message and warning text. IdleLaunch 1.2 is included as a means to automatically launch Lockout 2.2 after a user specifyable amount of "idle time" (pretty much like a screen saver, in this regard). IdleLaunch is an application that runs in the background (but only uses 35K of your precious RAM).
LoadMaster1 AMUG CD:Files:Tele:I-L:LoadMaster1.9.cpt LoadMaster1.9.cpt 1.9 0 43K 3/26/93 LoadMaster1.9 - LoadMaster 1.9 is a Second Sight BBS External it instantly displays the top 10 Freeloaders, Uploaders, and Message Posters. This version adds compatibility with MultiPort Serial Cards such as the CSI Hurdler (ports C-Z) and it now automatically detects ANSI and COLOR settings.
LittleBlackB AMUG CD:Files:Bus:H-L:Little Black Book.cpt Little Black Book.cpt 1.5.1 0 61K 3/26/93 Little Black Book - Upgrade from Little Black Book 1.5.1. New features included are import capabilities, password protection, multiple data files, local area code deletion for dialing, ability to change date and time formats, improved exporting. To receive the 7.x version you must register the program. The only difference between the two versions is that the 7.x version has an icon instead of the standard generic icon.
Leftdogear AMUG CD:Files:Util:Icons:Left dogear.cpt Left dogear.cpt 0 6K 3/26/93 Left dogear - This is a left-handed dog ear type button. If you don't know what a dog ear button is, take a look at the note pad in the Finder. This button works the same way. If you like to make stacks with flip up pages (like a pad) this button will give you a more intuitive look and feel than a plain vanilla round rectangle button. Version 1.0
Kwamsppat2 AMUG CD:Files:Util:Textures:Kwamé's ppat #2.cpt Kwamé's ppat #2.cpt 2 0 3K 3/26/93 Kwamé's ppat #2 - Another set of patterns for your system. These are quite good considering their size. My friend (Paras) made these (same person who made Kwame's ppats #1 but he wasn't given credit because Trbekw took credit for them). His only request is that a meager Shareware fee be paid to him. He said that all he wanted was between $2 and however high anyone is willing to go. You can send cash or check.
KPTAMUGREVIE AMUG CD:Files:Mag:H-L:KPT AMUG REVIEW.cpt KPT AMUG REVIEW.cpt 0 448K 3/26/93 KPT AMUG REVIEW - this is a review of KPT for the AMUG newsletter. Other Users Groups may reprint provided a copy of any reprints are sent to AMUG, 4131 N. 24th Street #A-120, Phoenix, AZ 85016.
Kodak-photo AMUG CD:Files:Mag:H-L:Kodak-photo-cd.txt.cpt Kodak-photo-cd.txt.cpt 0 9K 3/26/93 Kodak-photo-cd.txt - this review gives all sorts of great facts and figures on the Kodak Photo CD format, uses and how to make them.
Kiwi.cpt AMUG CD:Files:Apple:Kiwi.cpt Kiwi.cpt 0 3K 3/26/93 Kiwi - this script allows you to use the linguistic functions of the Kiwi language.
JewishCalend AMUG CD:Files:Util:J-K:Jewish Calendar.cpt Jewish Calendar.cpt 0 11K 3/26/93 Jewish Calendar - this is a Jewish Calendar by Frank Yellin. Contains dates and other info. Free!
JapanEase1&2 AMUG CD:Files:Education:J:JapanEase 1 & 2 DEMO.cpt JapanEase 1 & 2 DEMO.cpt 0 441K 3/26/93 JapanEase 1 & 2 DEMO - this is a great educational demo that teaches how to speak Japan ease. Graphics and sound are used to the maximum benefit to teach you this interesting language. Order the real thing today and be ready for MacWorld Japan.
Irish.cpt AMUG CD:Files:Education:H:Irish.cpt Irish.cpt 0 276K 3/26/93 Irish - This is a collection of TEXT files designed as an introduction to the Irish Gaelic language. It is being distributed on the Internet by Trinity College, Dublin. I have cleaned up the files, using Mac fonts, so the "fada" punctuation looks like written Irish - see the README file for further.
Invisible-Ha AMUG CD:Files:Game:H-L:Invisible-Hand105.cpt Invisible-Hand105.cpt 1.05 0 26K 3/26/93 Invisible-Hand105 - The Invisible Hand is a Control Panel which provides you with an easy and subtle way to influence games, when and if you want. Specifically, it allows you to control what random number is returned by the Macintosh System trap _Random. You can configure the Invisible Hand to return a different random number for all thirty-two combinations of the modifier keys (command, option, shift, caps-lock, and control). In Tetris, for example, the Invisible Hand can be configured so that when you hold down the shift key you receive four by one long pieces ( xxxx ), when the caps-lock is down, you receive two by two square pieces.
INVESTMENTTR AMUG CD:Files:Bus:H-L:INVESTMENT TRACKER.CPT INVESTMENT TRACKER.CPT 0 46K 3/26/93 INVESTMENT TRACKER - "Investment Tracker" is a HyperCard 2.1 Stack that can be used to track investments in stocks, mutual funds, or anything else that issues shares fowhich a price quote is available. The information for each investment is stored on a single card of the stack which contains the buttons for enterindata and calculating various interesting things about the investment. It is particularly valuable for tracking investments in which you are making periodic investments (Dollar Cost Averaging, Dividend Reinvestment Plans) or withdraws.
InfinityWind AMUG CD:Files:Prog:H-K:Infinity Windoid.cpt Infinity Windoid.cpt 0 26K 3/26/93 Infinity Windoid - This archive contains the source for a standalone code resource that conforms to a Window DEFinition (WDEF), as defined by Apple Computer in Inside Macintosh. It provides a 'windoid' appearance. A windoid is a floating window that appears above document windows in an application and is commonly used for things like tool palettes, information windows, and the like. The WDEF included in the ResEdit file can be used as-is, but if a zoom box is to be used, you will probably want to change the behavior of what is included (by default, it zooms smaller rather than larger as described in the source code).
IMGFeb93.cpt AMUG CD:Files:Game:H-L:IMG Feb 93.cpt IMG Feb 93.cpt 0 478K 3/26/93 IMG Feb 93 - Welcome to the inaugural issue of Inside Mac Games (IMG), a monthly electronic magazine (“E-Mag”) devoted to the Macintosh gaming enthusiast. In the past year, the Macintosh gaming market has seen an influx of flight simulators including Hellcats, Red Baron, Falcon MC, Flight Simulator 4.0, and others. In light of this, our first issue focuses primarily on flight simulators. The future looks even brighter- In March or April, F/A-18 Hornet is scheduled to be released! And the latest news is that Microprose is working on F117A Stealth Fighter and Dynamix on Aces of the Pacific. You can be sure that IMG will continue to provide the latest breaking news.
Icons!Getche AMUG CD:Files:Util:Icons:Icons! Getcher Icons!.cpt Icons! Getcher Icons!.cpt 0 18K 3/26/93 Icons! Getcher Icons! - These "Class C" icons (mostly color) are provided for your personal enjoyment and/or edification. Please let me know if you have found them useful.
IconCdev.cpt AMUG CD:Files:Util:Icons:IconCdev.cpt IconCdev.cpt 0 9K 3/26/93 IconCdev - This fun Cdev displays any number of Icons at start-up. It takes up no RAM and will not conflict with any other Init or Cdev. This is much like IconInit which I recently uploaded but it allows you to control the amount of Icons displayed without ResEdit.
HyperContra AMUG CD:Files:Bus:H-L:Hyper•ContractMaker.cpt Hyper•ContractMaker.cpt 0 16K 3/26/93 Hyper•ContractMaker - This database allows you to put together a contract on the fly with customizable sections. Most contracts are not the same; one may include one section for one client and another for a different client. Hyper•ContractMaker is also perfect for any dynamic documents.
HyperTag1.0 AMUG CD:Files:Tele:H:HyperTag 1.0.cpt HyperTag 1.0.cpt 1.0 0 71K 3/26/93 HyperTag 1.0 - Are you tired of all the IBM people having witty and thought provoking taglines at the bottom of their FidoNet/InterNet/UseNet/etc. messages? Well you too can annoy echo readers with your own taglines! HyperTag is a tagline library and will randomly generate taglines, allow the user to select specific taglines based on search criteria, and much, much more! Contains over 950 ready-to-post taglines. Add as many as you like, import text files, go nuts. HyperTag will copy the selected tagline onto the clipboard and you just paste the tag at the bottom of your outgoing messages from your favorite Communications program. Its that easy!
Huskie.cpt AMUG CD:Files:Art:H:Huskie.cpt Huskie.cpt 0 64K 3/26/93 Huskie - contains a very pretty color startup screen of a black & white Husky and blue sky. Nice!
HSTGreatestH AMUG CD:Files:Education:H:HST Greatest Hits.cpt HST Greatest Hits.cpt 0 455K 3/26/93 HST Greatest Hits - The Edwin P. Hubble Space Telescope (HST) was launched and deployed in low Earth orbit (368 miles or 593 kilometers above the Earth) on April 24, 1990. A 94 1/2 inch (2.4 meter) reflecting telescope, the HST is designed to remain in operation in space for 15 years. It is the largest, most complex, and most sensitive civilian space observatory ever built by the U.S. National Aeronautics and Space Administration (NASA), and is in the process of undertaking, jointly with the European Space Agency (ESA), an international program of scientific exploration of the cosmos.
HOTNewInterf AMUG CD:AMUG Info:AppleLink:HOT New Interface HOT New Interface 0 8K 3/26/93 HOT New Interface - SAN JOSE, Calif., February 9, 1993 -- Radius Inc. (NASDAQ-RDUS) today announced two new PrecisionColor interfaces for Apple Macintosh® computers that provide fully featured graphics display functions in a 7-inch NuBus-sized card. The new cards provide full 24-bit video and graphics acceleration at a variety of resolutions and are the first to conform to the 7-inch NuBus form factor first used on the Macintosh Centris 610 computer system from Apple Computer,Inc..
HierPopUp AMUG CD:Files:Hyper:H-Hx:HierPopUp.cpt HierPopUp.cpt 3.1.2 0 48K 3/26/93 HierPopUp - This is a version of a fairly common XFCN called HPopupMenu which, surprisingly enough, creates a hierarchical popup menu anywhere on a card. This version is much more robust than other versions I have seen and incorporates some features that I have not seen in other implementations, which is why I wrote it.
HardwareSyst AMUG CD:Files:Apple:Hardware System Update 1.0.cpt Hardware System Update 1.0.cpt 1.0 0 188K 3/26/93 Hardware System Update 1.0 - The Macintosh Hardware System Update is a set of software enhancements that improve the performance of certain Macintosh computers with System 7.1. This update is not intended for Macintosh Performa computers. Do not install this update on a Macintosh Performa. Copyright 1993 Apple Computer, Inc. Improves the reliability of high-speed modems and similar devices, Improves the accuracy of the system’s clock, Corrects problems ejecting floppy disks when the computer is shut down, Updates the Memory control panel to version 7.1.1, which improves performance in certain low memory conditions.
Guitar.cpt AMUG CD:Files:Art:G:Guitar.cpt Guitar.cpt 0 81K 3/26/93 Guitar - Something of an electric guitar I did in Freehand for the cover of a local newsweekly's entertainment guide. You might be able to use it, too.
GuitarTunerv AMUG CD:Files:Music:F-G:Guitar Tuner v1.0.cpt Guitar Tuner v1.0.cpt 1.0 0 22K 3/26/93 Guitar Tuner v1.0 - A software Guitar-Tuner that out-performs hardware devices found in music stores! This program uses a brand new mathematical model for pitch recognition. It is fast and extremely accurate. Inside, you'll also find information on how to obtain other amazing Perfect Pitch(TM) products... (See the 'Perfect Pitch...' menu item.). You'll need System 6.0.4 or later and a Mac with sound input capability (Standard on most newer Macs.) Also supports second-party sound input devices (MacRecorder,Voice Link, etc. This program is system 7.0 compatible, and strictly follows the Macintosh protocol for sound input.
Greyscale2.0 AMUG CD:Files:Util:G-H:Greyscale 2.0.1.cpt Greyscale 2.0.1.cpt 2.0.1 0 51K 3/26/93 Greyscale 2.0.1 - HP Greyscale 2.0.1 permits the modification of the HP Deskwriter driver (versions 2.2 or 3.1) converting the QuickDraw greyscale patterns to a silky smooth 300 DPI instead of the original 75 to 150 DPI limited greyscale. Object grey fills and text grey backdrops all stand to benefit from this modification. Version 2.0.1 supports many more graphics programs including Canvas, MacDraw II, Superpaint, WingZ, MacDraft and many others. Version 2.0.1 also permits the creation of up to 4 different greyscale drivers, each with its own custom greyscale patterns providing the selection of normal, soft or hard greyscales plus special support for grey hairlines.
GreyFolders AMUG CD:Files:Util:Icons:Grey Folders.cpt Grey Folders.cpt 0 43K 3/26/93 Grey Folders - These are dark grey 3D folders for the system and lots of applications, documents, and games. Thanks to those who gave me ideas for this. This set of folders is complete with system icons and a wide variety of application, game, and document folders. If you like these folders, let me know. If you hate them, let me know. If you put them in your system and design some I left out, why not re-upload the set-or send me the additional ones and I will.
GrafSys121 AMUG CD:Files:Prog:D-G:GrafSys121.rel.cpt GrafSys121.rel.cpt 1.21 0 387K 3/26/93 GrafSys121.rel - GrafSys is a THINK Pascal/C library that provides you with simple routines for building, saving, loading (as resources), and manipulating three dimensional objects. Objects, not just simple single-line drawing. GrafSys supports full 3D clipping, animation and some (primitive) hiddenline/hidden-surface drawing with simple commands from within YOUR PROGRAM. GrafSys also supports full eye control with both perspective and parallel projections (If you can't understand a word, don't worry, this is just show in off for those who know about it. The docs that come with it will try to explain what it all means later on).
GPAMachine!1 AMUG CD:Files:Education:G:GPA Machine! 1.0.cpt GPA Machine! 1.0.cpt 1.0 0 48K 3/26/93 GPA Machine! 1.0 - The GPA Machine! 1.0 will calculate your GPA, thus setting your mind at ease until your real grades arrive in the mail! You simply input the letter grades, and the software will calculate whether your semester performance is worth bragging about.
GIFwatcher2 AMUG CD:Files:GIF:G:GIFwatcher 2.1.2.cpt GIFwatcher 2.1.2.cpt 2.1.2 0 38K 3/26/93 GIFwatcher 2.1.2 - This desk accessory will let you view GIF images while you are downloading them. Save online time by cancelling images you don't want. This program also has a dithered black-and-white mode for viewing GIFs on a monochrome system. New version has full GIF87a compliance, GIF89a capability, faster decompression for most files. Dithered color, save images as PICT files and start-up screens, scale, rotate, invert colors. 2.1.2 adds new way to view interlaced images, fixes MS Word-mangled documentation.
GIFConverter AMUG CD:Files:GIF:G:GIFConverter 2.3.2.cpt GIFConverter 2.3.2.cpt 2.3.2 0 329K 3/26/93 GIFConverter 2.3.2 - This is GIFConverter 2.3.2. Display any GIF, JPEG, TIFF, RIFF, MacPaint, Thunderscan, Startupscreen, RLE, or PICT (even compressed!) file on any Macintosh just by downloading this file! Uses color QuickDraw on color Macintoshes. GIFConverter is SHAREWARE, $40 plus S&H ($5 US+Canada, $10 international). Bugs fixed for 2.3.2 GIFConverter no longer crashes when opening JPEG/JFIF files on the Macintosh Classic, SE, Plus, or other non-color Macintoshes. The images in the slide show are now in the right size and color. GIFConverter now properly saves GIF files that contain only one image, and the one image has just been pasted into an empty document.
GetScriptCou AMUG CD:Files:Hyper:G:GetScriptCount XFCN 1.0.cpt GetScriptCount XFCN 1.0.cpt 1.0 0 6K 3/26/93 GetScriptCount XFCN 1.0 - GetScriptCount takes no parameters and returns the number of active script systems currently operating on the computer. Script systems are what allow the Macintosh to use non-Roman text/writing systems, such as Japanese, Arabic, Chinese, Cyrillic, etc.
GetOwnerName AMUG CD:Files:Hyper:G:GetOwnerName XFCN 1.0.cpt GetOwnerName XFCN 1.0.cpt 1.0 0 5K 3/26/93 GetOwnerName XFCN 1.0 - Hey gang! I've got a lot of time on my hands, so I figured I'd give you another little tidbit to chew on. GetOwnerName returns the name of the user entered in Sharing Setup or its pre-System 7 equivalent. It is a lightweight too, at only 2 bytes more than its idiot cousin GetMacName.
GetMacNameXF AMUG CD:Files:Hyper:G:GetMacName XFCN 1.0.cpt GetMacName XFCN 1.0.cpt 1.0 0 5K 3/26/93 GetMacName XFCN 1.0 - K00L D00DZ! Now you can easily get the Macintosh Name entered in the Chooser, Responder or Sharing Setup. Small too, at just over 200 bytes it fits easily into any resource fork! From your favorite HyperCard Geek and mine, J5rson. Biting the heads off of stacks is my life!
GetLocalVolu AMUG CD:Files:Hyper:G:GetLocalVolumes XFCN 1.1.cpt GetLocalVolumes XFCN 1.1.cpt 1.1 0 5K 3/26/93 GetLocalVolumes XFCN 1.1 - GetLocalVolumes returns a list of volumes mounted locally. What this means is that it doesn't look at volumes mounted remotely, such as over a network. This tells you what's on the desk, so to speak. Slightly smaller than the previous version.
GetHardwareX AMUG CD:Files:Hyper:G:GetHardware XFCN 1.0.cpt GetHardware XFCN 1.0.cpt 1.0 0 7K 3/26/93 GetHardware XFCN 1.0 - GetHardware is a no-parameter XFCN that returns 17 items that tell you specifically what Hardware attributes your Mac has. This is pretty obscure stuff, but if you need to know whether the machine has DAFBVideo, or VIA1, or 15 other hardware options, then this is the tool to tell you!
GetCapsLockX AMUG CD:Files:Hyper:G:GetCapsLock XFCN 1.0.cpt GetCapsLock XFCN 1.0.cpt 1.0 0 5K 3/26/93 GetCapsLock XFCN 1.0 - A simple little XFCN (290 bytes) that simply tells you whether the caps lock key is depressed or not. I did it to see if I could make it smaller than the Rinaldi XFCN, which I beat by about 400 bytes. Smaller is better, at least when it comes to externals!
Get/SetType2 AMUG CD:Files:Hyper:G:Get/SetType 2.3.cpt Get/SetType 2.3.cpt 2.3 0 6K 3/26/93 Get/SetType 2.3 - Much the same as Get/SetCreator, except this allows the Type of any file to be changed from within a script. This would enable a stack application to write files that only it could recognize. Of course, you should register your Type with Apple if you want to make sure it's unique. I've found it useful for creating Prefs files for my own stacks, makes them that much more like stand-alone applications.
Get/SetInvis AMUG CD:Files:Hyper:G:Get/SetInvisible 1.2.cpt Get/SetInvisible 1.2.cpt 1.2 0 6K 3/26/93 Get/SetInvisible 1.2 - Out of sight, out of mind, or so they say! Make any file you wish disappear! Of course, it's still there, just a bit (heh) of magic! This XCMD/XFCN allows you to show or hide files from within scripts, or just determine if they are visible. Impress your friends! Trick your co-workers! Fun for the entire family! And, it's completely reversible!
Gestalt-sele AMUG CD:Files:Prog:D-G:Gestalt-selectors-14.txt.cpt Gestalt-selectors-14.txt.cpt 14 0 18K 3/26/93 Gestalt-selectors-14 - Supplemental Gestalt Selectors List 1.4 Last modified: 9 March 1993, 12:50 CET (GMT+1). Supplemental to the selector codes listed in the Gestalt Chapter of Inside Macintosh VI (IM VI), that is. These can include selector codes installed by Apple (system) software or by software from third parties (your software?). (NIM Operating System Utilities has been delayed from Winter 1992 to June 1993, according to Addison-Wesley Holland).
Gestalt3.2.1 AMUG CD:Files:Hyper:G:Gestalt 3.2.1.cpt Gestalt 3.2.1.cpt 3.2.1 0 18K 3/26/93 Gestalt 3.2.1 - My most popular shareware product to date! Licensed by the likes of Claris, Heizer, and Medior! Find out why the easiest way to get more information about the insides of your Mac is Gestalt XFCN! Updated info on new machines, better results on version numbers. Shareware fee as low as $5! Let me know what you think!
Generation4 AMUG CD:Files:Font:G:Generation 4.0 Type 1.cpt Generation 4.0 Type 1.cpt 4.0 0 63K 3/26/93 Generation 4.0 Type 1 - The replacement for the previously released "Crillee" public domain font. This is the Type 1 version only. Letraset, a major type house has acquired the rights to the name "Crillee." Accordingly, the Crillee typefaces have been removed from this service to avoid trademark infringement. The public domain typeface has been replaced by a new version with the name "Generation." This font is functionally the same as the public domain Crillee font. The only difference is the name change. The font itself contains no data or programs from Letraset or any other type foundry - it is wholly original.
FutharkTT AMUG CD:Files:Font:F:FutharkTT.cpt FutharkTT.cpt 0 13K 3/26/93 FutharkTT - Futhark is a font based on early medieval Scandinavian runic writing. It is done in the style of some of the few actual runic manuscripts which were painted with ink on vellum, so the letters look a bit different from other runic fonts which are mostly based on inscriptions carved in stone. It includes a full set of 29 characters, including thorn and ash characters, plus a triskelion and a walking or broken cross This font is from the Scriptorium Font Library. On downloading it, review our catalog and the READ ME! file which are included in the archive.
FutharkT1 AMUG CD:Files:Font:F:FutharkT1.cpt FutharkT1.cpt 0 20K 3/26/93 FutharkT1 - Futhark is a font based on early medieval Scandinavian runic writing. It is done in the style of some of the few actual runic manuscripts which were painted with ink on vellum, so the letters look a bit different from other runic fonts which are mostly based on inscriptions carved in stone. It includes a full set of 29 characters, including thorn and ash characters, plus a triskelion and a walking or broken cross This font is from the Scriptorium Font Library. On downloading it, review our catalog and the READ ME! file which are included in the archive.
FrogSongs AMUG CD:Files:MIDI:A-G:Frog Songs.cpt Frog Songs.cpt 0 5K 3/26/93 Frog Songs - After clamoring from non-Finale users for their own version of the "Frog Songs" cycle--actually, one request--I've uploaded the rest of the cycle in MIDI format. I've sucked these things up into EZ Vision, corrected them, and spat them back out, so they should work fine. The file is a folder with the three songs, their texts, and a note. If anyone actually wanted to perform these things, I'd be delighted to send sheet music. :)
FolderFonter AMUG CD:Files:System7 tools:F:Folder Fonterizer 1.3.cpt Folder Fonterizer 1.3.cpt 1.3 0 37K 3/26/93 Folder Fonterizer 1.3 - Requires System 7! Drag a folder full of files (or just a single file or group of selected files on the desktop) onto Folder Fonterizer's icon and it will bring up a dialog that will let you select a number of operations to be performed on the files (nested folders are also processed). Change font, fontsize, and tabs settings, Change creator, type, Size/Position your windows, Mark as "Modified Read-only", or "Read-only", None of these operations will affect the modification date of the files Complete Balloon Help is available for the single dialog which comes up after you drag the folder/files onto Folder Fonterizer's icon, and should be all you need to use this simple utility.
Fl11.txt.cpt AMUG CD:Files:Education:F:Fl11.txt.cpt Fl11.txt.cpt 11 0 27K 3/26/93 Fl11.txt - Kindle The Flame - KIF is a publication of The Society of Dead Teachers anyone is welcome to distribute this electronic version to anyone they feel would be interested. The Society of Dead Teachers is an International Teaching Society devoted to the pursuit of educational excellence! Some items include - News From Apple, Fictional Reviews, Powerkey, Red Baron, Capitalist Pig, Drive Incubator Pro, Publish it Easy, Poster Works 3.0, Diva Video Shop, Frontier 2.0. Have fun!
FirstClass2 AMUG CD:Files:Tele:First Class:FirstClass™ Client 2.0.9.cpt FirstClass™ Client 2.0.9.cpt 2.0.9 0 243K 3/26/93 FirstClass™ Client 2.0.9 - FirstClass Client is a graphical "terminal" application used to access FirstClass Servers, many of which are public and can be found worldwide (look for the file "public FC Systems" for a list of known systems). This version, 2.0.9, is the "final" version of the Mac client before we release Windows. This version fixes ALL known bugs, adds a useful redial delay for calling busy BBS's and adds support for new modems including internals support for all known PowerBook modems.
FirstClass19 AMUG CD:Files:Tele:First Class:FirstClass 1993 Manual.cpt FirstClass 1993 Manual.cpt 0 83K 3/26/93 FirstClass 1993 Manual - Latest instructions and FirstClass telephone directory as of March 1993. Color.
FinderToFron AMUG CD:Files:System7 tools:F:FinderToFront.cpt FinderToFront.cpt 0 20K 3/26/93 FinderToFront - FinderToFront is a simple application that makes the Finder be the front most application after startup. It is meant to be placed in the System 7 Startup folder and should be named so as to be the last application run. When this is done, FinderToFront makes the Finder the Front most application, then exits. This gets around the "problem" that the last application run at startup time is left in front and most of us want the Finder to be in front. If you run FinderToFront three minutes after startup time, it puts up a simple about dialog. Click on this dialog when you have seen enough.
FinderFont2 AMUG CD:Files:System7 tools:F:FinderFont 2.1.1.cpt FinderFont 2.1.1.cpt 2.1.1 0 8K 3/26/93 FinderFont 2.1.1 - FinderFont is a narrow version of Geneva 9 and is intended as a utility font for use by the System 7 Finder only. Menu utilities like Superclock can also access it. FinderFont allows choice of this narrower font (10-20%) for file names under Views in the Finder. Version 2.1.1 fixes ID conflict problems with System 7.1. FinderFont is free!
FileDrawer AMUG CD:Files:Util:Icons:File Drawer.icon.cpt File Drawer.icon.cpt 0 3K 3/26/93 File Drawer.icon - I keep all the files and folders I create in a "DataFolder" on my desktop for easy access. I got tired of looking at this generic folder, so I looked around my office and recreated a drawer from a classic wood file cabinet. Now it visually makes sense that I file all my documents in this "file drawer." I got many requests for a copy of it, so maybe you'll like it too. Simply copy and paste to the get info window of any folder icon and keep it on your desktop. It's a quick download and I'm sure you'll be pleased with it. Also check out my "Quadra" icon ... it'll jazz up your hard disk icon.
FiberOpticLi AMUG CD:AMUG Info:AppleLink:Fiber Optic Link for Quadras Fiber Optic Link for Quadras 0 4K 3/26/93 Fiber Optic Link for Quadras - BEDFORD, JANUARY 12, 1993 -- Augment Systems has now added Quadra support for it's high-speed fiber optic based file transfer system. This includes the Quadra 700, 900, 950 and the Sixty Eight Thousand Dash 40Q products.
TyrellINC AMUG CD:Files:Tele:First Class:FC Systems:Tyrell INC Tyrell INC 0 23K 3/26/93 Tyrell INC - this is a settings file for the First Class BBS system Tyrell Inc.
TwinCityMacB AMUG CD:Files:Tele:First Class:FC Systems:TwinCity Mac B+W settin TwinCity Mac B+W settin 0 5K 3/26/93 TwinCity Mac B+W settings - this is a settings file for the First Class BBS system Twin City Mac.
ThePublicBBS AMUG CD:Files:Tele:First Class:FC Systems:The Public BBS.cpt The Public BBS.cpt 0 45K 3/26/93 The Public BBS - this is a settings file for the First Class BBS system The Public BBS.
PathwaysFirs AMUG CD:Files:Tele:First Class:FC Systems:Pathways FirstClass BBS.cpt Pathways FirstClass BBS.cpt 0 6K 3/26/93 Pathways FirstClass BBS - this is a settings file for the First Class BBS system Pathways.
NativeVoices AMUG CD:Files:Tele:First Class:FC Systems:NativeVoices Online.cpt NativeVoices Online.cpt 0 5K 3/26/93 NativeVoices Online - this is a settings file for the First Class BBS system Native Voices.
CONSPIRACYBB AMUG CD:Files:Tele:First Class:FC Systems:CONSPIRACY BBS Settings.cpt CONSPIRACY BBS Settings.cpt 0 8K 3/26/93 CONSPIRACY BBS Settings - this is a settings file for the First Class BBS system Conspiracy.
BorderlineSe AMUG CD:Files:Tele:First Class:FC Systems:Borderline Settings.02b.cpt Borderline Settings.02b.cpt 0 28K 3/26/93 Borderline Settings.02b - this is a settings file for the First Class BBS system Borderline.
FalconsNest AMUG CD:Files:Tele:First Class:FC Systems:Falcon's Nest.cpt Falcon's Nest.cpt 0 7K 3/26/93 Falcon's Nest - this is a settings file for the First Class BBS system Falcon's nest.
ExtractorXFC AMUG CD:Files:Hyper:E:Extractor XFCN.cpt Extractor XFCN.cpt 0 19K 3/26/93 Extractor XFCN - This is a demo of an XFCN which will uncompress Compact Pro archives. A few options are included. Demo limited to archives under 25K. Ordering information included.
Eudora1.3doc AMUG CD:Files:Tele:D-F:Eudora 1.3 docs .cpt Eudora 1.3 docs .cpt 1.3 0 498K 3/26/93 Eudora 1.3 docs - This is the documentation for Eudora 1.3, available as previous file. It is in PageMaker format. Eudora (version 1.3) is a Free Popular Mail reader for SMTP mail. To run this you need a mac networked to a UNIX host. The mac needs MacTCP and the UNIX host need a POP (post office protocal) server. The network connection can be directly via ethernet or via localtalk and a bridge such as a Shiva FastPath.
Eudora1.3 AMUG CD:Files:Tele:D-F:Eudora 1.3.cpt Eudora 1.3.cpt 1.3 0 172K 3/26/93 Eudora 1.3 - Eudora (version 1.3) is a Free Popular Mail reader for SMTP mail. To run this you need a mac networked to a UNIX host. The mac needs MacTCP and the UNIX host need a POP (post office protocal) server. The network connection can be directly via ethernet or via localtalk and a bridge such as a Shiva FastPath. Alternatively, you can use ARA between your mac and a mac or server networked to the UNIX host Or you can use one of apple's connunication tools and a telephone connection to the UNIX host. The documentation is in the form of a 119 page PageMaker document and is a separate file.
EsperantoCou AMUG CD:Files:Education:E:Esperanto Course.cpt Esperanto Course.cpt 0 431K 3/26/93 Esperanto Course - This archive contains the Esperanto Course stack for HyperCard™. It is a complete beginner's course in the international language Esperanto, including a description of virtually the entire grammar of the language, with many examples of use, exercises, readings, and other useful information. For best results, some external pieces must be installed before starting up the stack. The stack uses the MacinTalk™ driver to synthesize Esperanto speech
ElleIcons AMUG CD:Files:Util:Icons:Elle Icons.cpt Elle Icons.cpt 0 9K 3/26/93 Elle Icons - These are 6 great looking icons of Elle McPhearson. They make great hard drive icons.
ElenayCollec AMUG CD:Files:Font:E:Elenay Collection.cpt Elenay Collection.cpt 0 46K 3/26/93 Elenay Collection - These are 2 bit (4 Color) and 4 bit (16 Color) “MultiBit” fonts from the collection of Elenay™ Creations! These font samples include “Delicious”, “Moss”, “PurpleHaze”, “Rainbow”, “RainbowPlain”, “Shadow” and “Winesap” in 4 bit and “MenuClock” in 2 bit. This font is well suited for use in the Menu Bar, especially on Monochrome Displays! This font will work with most applications that are System 7 compatible. If you come across an application that will not display this font in color, it is the applications fault. Contact the publisher of that application (they may have an Upgrade!).
EFFO.5.3.cpt AMUG CD:Files:Word:E-G:EFFO.5.3.cpt EFFO.5.3.cpt 5.3 0 7K 3/26/93 EFFO.5.3 - Volume 5 Number 3 of the Electronic Frontier Foundations online newsletter. In this issue, Representative Markey, chair of the House Subcommittee on Telecommunications addresses computer executives re: the importance of their getting involved in the upcoming legislation on the national telecomm infrastructure. Also, a brief overview of EFF's funding policy.
EFFO.5.2.cpt AMUG CD:Files:Word:E-G:EFFO.5.2.cpt EFFO.5.2.cpt 5.2 0 7K 3/26/93 EFFO.5.2 - Volume 5 Number 2 of the online newsletter of the Electronic Frontier Foundation. In this issue, an update of the precedent-setting suit against the Secret Service on behalf of Steve Jackson Games. Plus contact information for some regional groups of online activists.
EESDEMO.cpt AMUG CD:Files:Education:E:EESDEMO.cpt EESDEMO.cpt 0 33K 3/26/93 EESDEMO - This is a demo of a database I did for the Planetary Association for Clean Energy. It has quite a few neat references on alternative energy sources -- some technically oriented from pretty respectable publications.
EditII2.1.4 AMUG CD:Files:Word:E-G:Edit II 2.1.4.cpt Edit II 2.1.4.cpt 2.1.4 0 72K 3/26/93 Edit II 2.1.4 - Edit II is intended as a replacement for the Consulair Edit text editor but which allows the use of the cursor keys on the Mac keyboard for navigation. If the extended keyboard is used, then the num lock LED will indicate whether the cursor pad or the numeric pad mode is on. The home, end, page up, page down keys will also work, as will the delete right key. One level of undo is supported. You can launch Edit II by double clicking old Edit files.
EasyListings AMUG CD:Files:Hyper:E:Easy Listings.cpt Easy Listings.cpt 0 8K 3/26/93 Easy Listings - A nice stack for people who have a tough time keeping track of their disks. Targeted for those who want a simple easy program for doing this. The program automatically makes a database of your files... Great stack, try it. Distribute, but has a tiny fee for shareware.
EasyConvert3 AMUG CD:Files:Word:E-G:Easy Convert 3.0.cpt Easy Convert 3.0.cpt 3.0 0 18K 3/26/93 Easy Convert 3.0 - Easy Convert is a small application for character conversion in texts. Since it does the conversion on the target itself, it works very fast. About 50K per second on a IIsi. There are three basic modes of use - 1) Convert a plain text file, 2) Convert the text in the clipboard, 3) Make and edit filters to be used in conversion.
Earth/MoonMo AMUG CD:Files:QuickTime:D-E:Earth/Moon Movie.cpt Earth/Moon Movie.cpt 0 158K 3/26/93 Earth/Moon Movie - A QuickTime movie of the Earth/Moon system made up of pictures taken by the Galileo spacecraft as it passed by the Earth on a gravity assist in December 1992. There are 46 frames of 8-bit grayscale images of our lovely planet and its moon. Can't wait till it gets to Jupiter!!!!!!! Just think of the movies we will be able to make then. 422x317x5 seconds, greyscale.
DTFBurtonT1 AMUG CD:Files:Font:D:DTF Burton T1.cpt DTF Burton T1.cpt 0 174K 3/26/93 DTF Burton T1 - This is a very ornate initial caps font whose 26 characters are serifed upper case set against a foral and leafy background. Best used sparingly as single, large drop caps at the beginning of a text block. The fonts in this package are Copyrighted c 1991 DTF. Use them any way you like, just don't sell them. If you like these fonts buy yourself a double espresso :-) Although the characters are upper case, they occupy the lower case slots. Screen fonts available in 24, 48 and 96 point sizes.
Dragon1.0.3 AMUG CD:Files:Game:D-E:Dragon1.0.3.cpt Dragon1.0.3.cpt 1.0.3 0 68K 3/26/93 Dragon1.0.3 - Dragon is a game. A super game. A game like Shanghai. (For all of you, who are reading always the first line of a description ;) I wrote it (and I dind´t stop my development, because I loved this game on my good old (d*mm:) Atari ST. The roules are simple, The goal is to remove all "stones". You can remove them, by clicking a pair of them. And so on and so on... (I can't explain it in English. You don't have to double click on the second stone to remove the pair.wrote it with the famous TCL, so portions of the code are copyright by Symantec. I plan to inclode much more things in Dragon, like color and sound.
Doubleclick1 AMUG CD:Files:Hyper:D:Double click 1.1.cpt Double click 1.1.cpt 0 6K 3/26/93 Double click 1.1 - This stack will let you use a double-clickable scrolling field. Instead of having a scrolling field and a "Go" button, for example, you can just double click on the line you want. Just like in the Finder! Easy to use and very flexible, can be used with any command, not just the "Go" command". Version 1.1
DiskReplacem AMUG CD:Files:Util:Icons:Disk Replacement.cpt Disk Replacement.cpt 0 4K 3/26/93 Disk Replacement - This is a collection of icons you can use to replace the drab disk icons on the Finder of the Mac. Included in the download are six icons: one for normal, single sided, double sided, high density, locked and PC compatible. Each icon will display in color, B & W, grey scale, etc. Enjoy! All documentation included.
DiskBugCheck AMUG CD:Files:System7 tools:Powerbook:Disk Bug Checker 1.1.cpt Disk Bug Checker 1.1.cpt 1.1 0 140K 3/26/93 Disk Bug Checker 1.1 - Hard disk failures have been reported in the Duo's internal 120 (IBM drive). These problems are actually due to an interaction of a MAC ROM bug and the formatting of the disk. This software checks for susceptibility only, and does not fix the problem.
DinkClassSha AMUG CD:Files:Prog:D-G:DinkClassSharewarePackage.cpt DinkClassSharewarePackage.cpt 0 180K 3/26/93 DinkClassSharewarePackage - DinkClass is a small Think C5.0 (and MPW C++) application framework for system 7 applications. It was developed in part to help define a process model and associated documentation standard for the way object oriented software is developed. The process model and documentation standard are developed from the maintenance programmer's point of view. The process model turns out to be a model of the manner in which features are added to an existing body of code, and is virtually identical to Grady Booch's "Round-Trip Gestalt Design" discussed in his book Object Oriented Design with Applications.
DigitalNATIO AMUG CD:AMUG Info:AppleLink:digitalNATION now availible to digitalNATION now availible to 0 4K 3/26/93 digitalNATION now availible to - Computer Services Group, Inc. has made digitalNATION, it's high-speed on-line service, available for free to the Macintosh community at large. digitalNation, allows users to access the system's 50,000 plus files and messages at up to 14,400 baud, and supports the V.32bis & V.42bis standards. Computer Services Group, Inc. President Bruce M. Waldack, decided to make digitalNATION available to the public at no charge to promote the need for high speed data highways for the Macintosh Community.
DigitalClock AMUG CD:Files:Util:Df-Dz:Digital Clock 1.1.cpt Digital Clock 1.1.cpt 1.1 0 38K 3/26/93 Digital Clock 1.1 - Front panel buttons are Alarm, Cal (Date in B&W versions), Sound and Set. Alarm turns on the alarm when the clock is running, and in conjunction with the Set button, allows the alarm time to be set. Cal switches the display to Calendar, showing the day and month, and year if optionally selected. Sound switches on the alarm and hour chimes. Set allows the time, date and alarm time to be set. Try me!
Despair.cpt AMUG CD:Files:Game:D-E:Despair.cpt Despair.cpt 0 94K 3/26/93 Despair - a funny game built to help you let off some steam.
Deskscan2-pa AMUG CD:Files:Util:D-De:Deskscan2-patch.cpt Deskscan2-patch.cpt 0 18K 3/26/93 Deskscan2-patch - If you have DeskScan II v1.6 or later, run this patch. It will prompt you to select the DeskScan II file in your TWAIN folder, which is in your Preferences folder, which is in your System Folder. You may want to make a backup copy first in case it doesn't work. Then run DeskScan II and Shift-Opt-Cmd Click in the DeskScan II preview area.
DeskInvaders AMUG CD:Files:Game:D-E:Desk Invaders2.2.cpt Desk Invaders2.2.cpt 2.2 0 84K 3/26/93 Desk Invaders2.2 - Desk Invaders is unusual for a Mac arcade game in that it relies totally on QuickDraw, and does not access the video RAM directly. This approach is inherently slower, so certain measures have to be taken to pre-arrange the graphics to keep the speed reasonable. The graphics for Desk Invaders are held in it’s resource fork as PICT resources, which makes them easy to edit. But drawing pictures is slow, so Desk Invaders creates a set of offscreen GrafPorts when it is opened, into which the PICT’s are drawn. Only runs on Mac II.
DeepSpace9 AMUG CD:Files:Util:Icons:Deep Space 9.cpt Deep Space 9.cpt 0 389K 3/26/93 Deep Space 9 - contains several icons from the deep space 9 series.
DeathtoNCSA! AMUG CD:Files:Tele:D-F:Death to NCSA!.cpt Death to NCSA!.cpt 0 8K 3/26/93 Death to NCSA! - Why use this program? If you're a network administrator who sets up NCSA Telnet, you probably spend a lot of time deleting the NCSA Telnet Settings file from the System Folder because sometimes it causes problems and it's best just to let NCSA recreate it automatically. Rather than having to delete it each time by opening the system folder and dragging it to the trash, I wrote this quick hack which deletes the file.
DeathHead AMUG CD:Files:Util:Wallpaper:Death Head.cpt Death Head.cpt 0 14K 3/26/93 Death Head - Wallpaper for your more morbid moments. Guaranteed to scare the dog and kids away from your Mac.
DaynaPORTCon AMUG CD:AMUG Info:AppleLink:DaynaPORT Connects all New Macs DaynaPORT Connects all New Macs 0 5K 3/26/93 DaynaPORT Connects all New Macs - SALT LAKE CITY, March 12, 1993 — Dayna Communications’ DaynaPORT™ line of Ethernet adapters gives full Ethernet connectivity to all Macintosh computers including the new Macintosh LC III, Centris 610, Centris 650, PowerBook 165c, and Color Classic. The DaynaPORT E/LC Ethernet adapter fits all Macintosh LC models including LC, LC II, and LC III. The DaynaPORT E/LC adapter also connects the Color Classic to Ethernet.
DataforkEdit AMUG CD:Files:Prog:D-G:Datafork Editor1.2.cpt Datafork Editor1.2.cpt 1.2 0 84K 3/26/93 Datafork Editor1.2 - Instead of wasting my time in just getting the data into ResEdit, I decided to waste my time (relatively speaking, of course) in writing a customized editor for ResEdit to do all of that work for me, and so was born The Datafork Editor, which I based on ResEdit’s 2.1 API. Installation of The Datafork Editor is relatively easy, especially if you already know quite a deal about ResEdit. The only thing that you really have to be especially careful about is if you’ve already added extensions to ResEdit.
Darkwood2.0 AMUG CD:Files:Game:D-E:Darkwood 2.0 .cpt Darkwood 2.0 .cpt 2.0 0 399K 3/26/93 Darkwood 2.0 - Darkwood uses a combat system very similar to many fantasy role-playing games. Your character is provided with a range of weapons and items to use in defeating opponents. Which items you select can make the difference in success or defeat. It's a pretty cool game. Here is an adventure game that does not require a large amount of brain power to operate. Darkwood is a simple roleplaying game revolving around arena type combat. You are a inexperienced warrior who must prove himself in the arena to gain a position in the City Guard. You select your opponent from a list of available creatures and are rewarded gold for winning.
CyberMacSett AMUG CD:Files:Tele:First Class:FC Systems:CyberMac Settings.cpt CyberMac Settings.cpt 0 175K 3/26/93 CyberMac Settings - contains setting files for this First Class BBS system that supports Mac and IBM users.
Counters/Tim AMUG CD:Files:Hyper:Co-Cz:Counters/Timers.cpt Counters/Timers.cpt 0 221K 3/26/93 Counters/Timers - this is a nice Hypercard script demonstrating counters and timers as used in several AMUG projects.
COUNTERPoint AMUG CD:Files:Tele:C:COUNTERPoint2.2(b).cpt COUNTERPoint2.2(b).cpt 0 164K 3/26/93 COUNTERPoint2.2(b) - This file includes only the 2.2(b) application. If you do not have an older 2.x version you will need to download a complete package with all the support files. Fixes and Improvements to 2.2(b). Fixed a problem that would not let non-CP related F1-PREF's from passing through as CP re-built the Formula Pref file (when using the F1 mailer option). Added Control key modifier to a reply. If you hold down the Control Key (on extended keyboards) you will force a normal area message reply to EMAIL and extract the node address from the origin line (as long as the include seenby option is turned off).
ComputerSoun AMUG CD:Files:Music:C:ComputerSounds.cpt ComputerSounds.cpt 0 476K 3/26/93 ComputerSounds - All of these were done with a Lexicon LXP-5 F/X processor, with the MRC controller. A Peavey PVM 535 M Mic was used (Pretty dang good quality). They were digitally recorded straight into the Mac (SI w/17M Ram).The F/X used were: real-time pitch-shifting and reverbDelay and oscillated delay (flange) were used on a couple of them. I think you can figure out which ones.Anyway- even though this was fun to do- that equipment does run into the 4 digit price range. If you want more sounds like this it'd be nice for ya to help augment the cost a little.
ComputerHis AMUG CD:Files:Education:C:Computer.History.cpt Computer.History.cpt 0 164K 3/26/93 Computer.History - This stack is a complete history of computers done in a timeline format including a quiz to check your knowledge.
Colortoolbar AMUG CD:Files:Word:C:Color toolbar.cpt Color toolbar.cpt 0 67K 3/26/93 Color toolbar - Replace your "dull" toolbar in Word with this colorized version and brighten up your desktop. Simply rename or remove your existing toolbar, and drag this color version into your Word Commands folder. This toolbar has been approved for distribution by Microsoft, but is NOT supported by MS or Alki Software. It is freeware.
ColorBar.cpt AMUG CD:Files:Art:Ci-Cz:Color Bar.cpt Color Bar.cpt 0 19K 3/26/93 Color Bar - Here is a new color picker bar that I made for KPT filters for PS. It is the same as the standard one except that I compressed it and fit in a pastel section and a darkened section. I find that I make a lot less trips to the PS color picker with this one installed. You can install it using ResEdit.
CodeBreaker4 AMUG CD:Files:Hyper:Co-Cz:Code Breaker 4.0.cpt Code Breaker 4.0.cpt 4.0 0 4K 3/26/93 Code Breaker 4.0 - This stack allows users to manipulate at Ease.
Co.Informati AMUG CD:Files:Hyper:Co-Cz:Co. Information.cpt Co. Information.cpt 0 173K 3/26/93 Co. Information - This is a stack I designed while working for a publishing company in San Francisco in 1988. It explains how the company functions from classifieds to printing. It includes training and maintenance info on all equipment. It is dated so the equipment has all been replaced with scanners and better computers and printers but the layout still works for any consultant developing a similar program. It has many interesting uses of the Hypercard interface and it also prints a training manual. I still use part of the interface at each of my consulting sites to remind them what they are suppost to do before they call me with a problem.
ClipArt5Samp AMUG CD:Files:Art:Richard Wald:Clip Art 5 Sampler.cpt Clip Art 5 Sampler.cpt 0 31K 3/26/93 Clip Art 5 Sampler - "Here is a fully functional stack which contains 10 sample clips from the full stack. On this sampler is a Boeing 747, Christmas border, cow, dog, llama, mailman, policeman, skunk, smart horse, and a woman.
ClipArt3Samp AMUG CD:Files:Art:Richard Wald:Clip Art 3 Sampler.cpt Clip Art 3 Sampler.cpt 0 32K 3/26/93 Clip Art 3 Sampler - "Here is a fully functional stack which contains 10 sample clips from the full stack. On this sampler is a boy with umbrella, bug, cellular phone, girl/fish, horse, ice skaters, knight, lightbulb, ox and soldier."
Clinton14 AMUG CD:Files:Music:C:Clinton14.cpt Clinton14.cpt 0 61K 3/26/93 Clinton14 - System 7 sound edited, Clinton's speach to Congress February 17, 1993. "My fellow americans, the test of this plan can not be what is in it for us, it has got to be what is in it for me personally."
Clinton12 AMUG CD:Files:Music:C:Clinton12.cpt Clinton12.cpt 0 77K 3/26/93 Clinton12 - System 7 sound edited, Clinton's speach to Congress February 17, 1993. "I want to emphasize the facts about this plan, 98.8% of america's families will have increase in their income tax rates."
ClintonCart AMUG CD:Files:QuickTime:C:Clinton->Carter Morph.cpt Clinton->Carter Morph.cpt 0 88K 3/26/93 Clinton->Carter Morph - Just in time for tax time...guess who Bush compared Clinton to in the campaign? 120 x 200 x 24bit. Jimmy Carters appears in this Clinton Morph.
ChameleonDem AMUG CD:Files:Util:C-Cm:Chameleon Demo.cpt Chameleon Demo.cpt 0 130K 3/26/93 Chameleon Demo - The Chameleon Demo from Logical Solutions! The ultimate Macintosh desktop enhancement utility! Chameleon includes all the tools you will need to create and display beautiful color, gray scale or black & white desktop patterns quickly and easily. The entire Artbeats Marble & Granite collection and over a hundred other patterns are included. The powerful pattern editor includes a broad set of drawing tools to make creating new patterns fun and easy. PICTs from the clipboard may be pasted in directly for fast pattern creation. Full import and export capability allows you to easily share patterns with others.
CeramicTech AMUG CD:Files:Education:C:CeramicTech.cpt CeramicTech.cpt 0 412K 3/26/93 CeramicTech - This is a course outline for a Middle School Ceramics Technology course. The children in my class were 6 - 8th grade, and met with me for 1-1/2 hours once a week for up to 20 weeks. The outline is written on Microsoft Word. In addition to the course outline, I have included samples of lesson plans, homework assignment sheets and "do now" assignments in PageMaker form.
CdevTester AMUG CD:Files:Prog:B-C:CdevTester.cpt CdevTester.cpt 0 7K 3/26/93 CdevTester - The Control Panel tester is a source code file that you can use to test your cdev code resource files under the THINK C 5.0 environment with little difference from the operating system.
CCkeeper2.0b AMUG CD:Files:Hyper:C-Cl:CCkeeper2.0b4.cpt CCkeeper2.0b4.cpt 2.0b4 0 14K 3/26/93 CCkeeper2.0b4 - This stack will keep all your credit card info at your fingertips. If you lose your wallet with all your cards inside, you can easily call the card companies and have all your account information right in front of you. Why give a credit card company $15 or more a year when you can get all the same functions on your Mac? Version 2.0b4 (has a much improved user interface than previous versions).
CatsCapsDemo AMUG CD:Files:Font:C:CatsCapsDemo.cpt CatsCapsDemo.cpt 0 55K 3/26/93 CatsCapsDemo - CatCaps Demo is a sample of the type face with cats on letters. For the complete version mail $15.00 or $14.00 and a blank disk. Specify disk format. This is not a complete font package. It contains only a few characters for demonstration purposes.
Catalog3.0 AMUG CD:Files:Util:C-Cm:Catalog 3.0.cpt Catalog 3.0.cpt 0 30K 3/26/93 Catalog 3.0 - Catalog 3.0 is an application that catalogs HFS volumes. To catalog a disk, for example, just choose the disk's name from under the Catalog menu. The disk's catalog is immediately displayed in a window, and, optionally, can be saved as a TEXT file, or printed. The catalog is displayed in its hierarchical organization using a very easy-to-read format.
CastiglionT1 AMUG CD:Files:Font:C:CastigliontT1.cpt CastigliontT1.cpt 0 44K 3/26/93 CastigliontT1 - Castiglione is based on late Renaissance calligraphy. This type version has been regularized and refined. It is an unusual, rounded face which is a nice change from the usual black-letter style calligraphy. This is a completely new and expanded version with more characters and other improvements. This font is from the Scriptorium Font Library. On downloading it, review our catalog and the READ ME! file which are included in the archive. They will give you info on our unique offer of fonts at an unusually low price, including the option to pay only $12 to both register this font AND get a complete disk of fonts with your registration.
CastiglionTT AMUG CD:Files:Font:C:CastiglioneTT.cpt CastiglioneTT.cpt 0 25K 3/26/93 CastiglioneTT - Castiglione is based on late Renaissance calligraphy. This type version has been regularized and refined. It is an unusual, rounded face which is a nice change from the usual black-letter style calligraphy. This is a completely new and expanded version with more characters and other improvements. This font is from the Scriptorium Font Library. On downloading it, review our catalog and the READ ME! file which are included in the archive. They will give you info on our unique offer of fonts at an unusually low price, including the option to pay only $12 to both register this font AND get a complete disk of fonts with your registration.
CarAlarmBeep AMUG CD:Files:Music:C:Car Alarm Beeper Car Alarm Beeper 0 8K 3/26/93 Car Alarm Beeper - give your Macintosh an alarm with this system 7 sound of an auto beeper.
RCATV.cpt AMUG CD:Files:Art:Q-R:RCA TV.cpt RCA TV.cpt 0 27K 3/26/93 RCA TV - Canvas drawings provided to AMUG members.` This one is an RCA TV.
F-16.cpt AMUG CD:Files:Art:F:F-16 .cpt F-16 .cpt 0 30K 3/26/93 F-16 - Canvas drawings provided to AMUG members on military subjects. This one concerns an F-16.
F-15E.cpt AMUG CD:Files:Art:F:F-15E.cpt F-15E.cpt 0 58K 3/26/93 F-15E - Canvas drawings provided to AMUG members on military subjects. This one concerns an F-15.
F-117.cpt AMUG CD:Files:Art:F:F-117.cpt F-117.cpt 0 12K 3/26/93 F-117 - Canvas drawings provided to AMUG members on military subjects. This one concerns an F117.
F-111.cpt AMUG CD:Files:Art:F:F-111.cpt F-111.cpt 0 24K 3/26/93 F-111 - Canvas drawings provided to AMUG members on military subjects. This one concerns an F111.
American767 AMUG CD:Files:Art:A:American 767.cpt American 767.cpt 0 14K 3/26/93 American 767 - Canvas drawings provided to AMUG members on military subjects. This one concerns an American 767.
Aegis.cpt AMUG CD:Files:Art:A:Aegis.cpt Aegis.cpt 0 75K 3/26/93 Aegis - Canvas drawings provided to AMUG members on military subjects. This one concerns Aegis.
CallerIDMana AMUG CD:Files:Hyper:C-Cl:Caller ID Manager 1.0.2.cpt Caller ID Manager 1.0.2.cpt 1.02 0 381K 3/26/93 Caller ID Manager 1.0.2 - Caller ID Manager, updated to version 1.0.2, provides software support for the Caller ID feature available for many Supra modem. Caller ID is a feature available from many telephone companies that sends the number of the person calling. Thus far, there has been limited software support. Caller ID Manager provides a front-end interface for Caller ID. CIDM provides a database for storing the name and number of people who call you. When the phone rings, CIDM will check the number against the files and tell you the name of the person calling in addition to the number. CIDM will allow you to keep a "notepad" for each caller so you will remember the last conversation you had with the caller.
CableDingbT1 AMUG CD:Files:Font:C:Cable Dingbats 4.0 Type 1.cpt Cable Dingbats 4.0 Type 1.cpt 0 90K 3/26/93 Cable Dingbats 4.0 Type 1 - Another update to the Cable Dingbats font - adding logos such as Family Channel, Country Music Television and PBS. Other logos have been updated such as Nickelodeon and Telemundo.
CableDingbTT AMUG CD:Files:Font:C:Cable Dingbats 4.0 TrueType.cpt Cable Dingbats 4.0 TrueType.cpt 0 36K 3/26/93 Cable Dingbats 4.0 TrueType - Another update to the Cable Dingbats font - adding logos such as Family Channel, Country Music Television and PBS. Other logos have been updated such as Nickelodeon and Telemundo.
BPMTimerv1.1 AMUG CD:Files:Music:B:BPM Timerv1.1.cpt BPM Timerv1.1.cpt 1.1 0 11K 3/26/93 BPM Timerv1.1 - BPM Timer™ is a small application which helps you figure out how many beats per mintue (BPM) are contained in a particular piece of music.
BookBinder AMUG CD:Files:Hyper:B:BookBinder.cpt BookBinder.cpt 0 21K 3/26/93 BookBinder - helps you set up a book format on your Macintosh using Hypercard and this stack with footnotes and so forth.
Bobsspacete AMUG CD:Files:Util:Textures:Bob's space textures II.cpt Bob's space textures II.cpt II 0 21K 3/26/93 Bob's space textures II - Here is the second installment in a "series" of small ppat uploads I may undertake, depending upon response. This is similar in form to the last series that I uploaded. Again, I appreciate hearing from those people who like these and will continue as long as interest exists. These are mostly NASA images converted to size in Photoshop. Resedit does not like most of these because it can't handle 128x128 ppats, but Desktop textures and Before Dark and Wallpaper can.
BobsEyesPro AMUG CD:Files:Game:B:Bob's Eyes Pro.cpt Bob's Eyes Pro.cpt 0 59K 3/26/93 Bob's Eyes Pro - This little application shows several windows (up to eigth) each one with two eyes looking curiously at your pointer. Indeed you do not see windows, only eyes. You can move, resize and zoom the windows and also change the colors of the eyes. Try to click in a pupil and be ready to suffer. They'll go to sleep at random times. They are designed to work in the background under system 6 with MultiFinder on or System 7 and later. You can save the settings. Useful if you have them as a startup application.
BlackJack1.0 AMUG CD:Files:Game:B:BlackJack 1.0.cpt BlackJack 1.0.cpt 1.0 0 58K 3/26/93 BlackJack 1.0 - This is a nice color Black Jack game for those wishing to try their luck on a Mac prior to the real dealer.
Bird-of-prey AMUG CD:Files:QuickTime:B:Bird-of-prey2.cpt Bird-of-prey2.cpt 2 0 140K 3/26/93 Bird-of-prey2 - Here's the upgrade to my original Bird of Prey movie. It's not too different, except for a few aesthetic touches, like a better photo and a nice starfield matted into the background. I found a campus lab that has Premiere 2.0 and managed to wrangle some time on the computers. The managers seem to have hidden Premiere ever since. Anyway, enjoy this. I've just completed redetailing the model and may reanimate it soon.
BILLTRASH AMUG CD:Files:Util:Icons:BILL TRASH.CPT BILL TRASH.CPT 0 4K 3/26/93 BILL TRASH - This is a pair of Icon Families to replace the standard Trash Can icon in System 7.x. They bear the similarity to Bill The Cat from Bloom County/Outland.
BigMuff.MIDI AMUG CD:Files:MIDI:A-G:Big Muff.MIDI.cpt Big Muff.MIDI.cpt 0 4K 3/26/93 Big Muff.MIDI - This is a MIDI file of Depeche Mode's "Big Muff" from their first LP, "Speak & Spell." If you have the right sounds, it should sound pretty similar to the original. A teachtext document containing the instruments for each track is enclosed. Enjoy!
Before&After AMUG CD:Files:Art:B:Before&After6Beers.cpt Before&After6Beers.cpt 0 14K 3/26/93 Before&After6Beers - This MacPaint sketch shows a woman's face whether the drawing is right-side up or upside-down, and which is which isn't clear. Turned one way, the sketch is labeled "Before 6 Beers"; the other, "After 6 Beers." The hard copy I got from a co-worker obviously was dozens of copy-machine generations from the original. I scanned this mess, and cleaned it up using scanning software and MacPaint. I'm surprised the end result looks as good as it does.
BBB2.cpt AMUG CD:Files:Tele:B:BBB2.cpt BBB2.cpt 2 0 107K 3/26/93 BBB2 - This update was created using SuperGlue II, and in order to view it, you will need the SuperViewer Classic application. Since this was included with the first update (BBB1), it is not included in this package in order to save space. If you don't have a copy of the viewer, just download the first update, and you'll be all set. Unlike the first update, this update is only being done in one format. Many thanks to those of you that wrote in, expressing your preference of viewers. SuperGlue II won the vote by roughly a 2 to 1 margin, so that is what I have chosen for this update.
Battleship1 AMUG CD:Files:Game:B:Battleship1.3.cpt Battleship1.3.cpt 1.3 0 70K 3/26/93 Battleship1.3 - this is version 1.3 of the game Battleship for the Mac by Lindal, you may have tried it as a board game.
Battle3.63r1 AMUG CD:Files:Tele:B:Battle 3.63r1.cpt Battle 3.63r1.cpt 3.63r1 0 145K 3/26/93 Battle 3.63r1 - Replaces 3.62 that has a bug when using with Mansion. Everyone should get this new version! This is THE BEST online game out!! Get it!
BadDaySim AMUG CD:Files:Game:B:Bad Day Sim.cpt Bad Day Sim.cpt 0 26K 3/26/93 Bad Day Sim - this is a pretty strange humorus game software. See what you think. If you can make it work the way you want I'll be suprised. (grin).
BackdropScre AMUG CD:Files:Util:B:Backdrop Screens Vol. 2.cpt Backdrop Screens Vol. 2.cpt 2 0 25K 3/26/93 Backdrop Screens Vol. 2 - Here are SIXTEEN 3-D Backdrop Screens I created for the Backdrop INIT by Tim Maroney. They are in Startup Screen format so you can use them for that purpose, but I think they look much better as Desktops.
B-BallTourne AMUG CD:Files:Hyper:B:B-Ball Tourney Pool.cpt B-Ball Tourney Pool.cpt 0 43K 3/26/93 B-Ball Tourney Pool - This is a Stack for scoring the thousands of office pools that take place around tournament time. I do not condone use of this program with any activity or with the NCAA tournament specifically; rather to prove your tournament predictions over other prognosticators. It is based on a total point scoring method of the entire bracket. Get your brackets filled out before Thursday and download this file to score it!
AxoCalculato AMUG CD:Files:Prog:A:AxoCalculator Packag1.1.cpt AxoCalculator Packag1.1.cpt 1.1 0 214K 3/26/93 AxoCalculator Packag1.1 - AxoCalculator 1.1 has several potential uses ranging from a scientific calculator to a multi-language development environment. It supports Pascal, Basic, Fortran and C in a simple, interpretted environment. Programs written within AxoCalculator can interact with the user via standard dialogs. Several programs can be loaded at the same time, and their assigned names will be appended to the "Calculator" menu. Programs can be automatically loaded onto the menu each time AxoCalculator is run. This program is great for simple, through to moderately complex calculations - especially if they are performed repeatedly.
AutoLock13 AMUG CD:Files:System7 tools:A:AutoLock13.cpt AutoLock13.cpt 1.3 0 44K 3/26/93 AutoLock13 - AutoLock is a small application intended to alleviate some problems associated with running childrens applications (games, etc.) under the System 7 Finder. AutoLock can help to prevent small children from accidentally sending a game to the background. In addition, AutoLock can salvage many old (but good!) games that are virtually impossible to use under System 7. Finally, AutoLock's Shell Mode provides a limited launching functionality that can be used in place of the Finder, somewhat like At Ease (with no frills, however).
AutoBoot1.1 AMUG CD:Files:Util:Ah-Az:AutoBoot 1.1.1.cpt AutoBoot 1.1.1.cpt 1.1.1 0 83K 3/26/93 AutoBoot 1.1.1 - AutoBoot is a Control Panel/System extension which will reboot (restart) you Macintosh after a System Error or a Freeze-Up has occurred. This comes in handy when your Macintosh must be 'on-line' at all times, even when it is left unattended for long periods of time. For instance, people using Timbuktu (a package which allows you to operate a Mac remotely by modem) complained that they had to drive down to the location of the Mac to reboot it after a system crash. Very nice if the Mac is located at the other side of town !
AutobahnSett AMUG CD:Files:Tele:First Class:FC Systems:Autobahn Settings 2.5 Lite.cpt Autobahn Settings 2.5 Lite.cpt 2.5 0 110K 3/26/93 Autobahn Settings 2.5 Lite - This is a "Lite" version of settings file for The Autobahn BBS (written about in March 1993 Macworld, named "Mac BBS of the Month" in Feb 1993 Boardwatch magazine). Download this and if you want the full version with graphics and sounds, call The Autobahn,and download it from there.
AUSADebutsEa AMUG CD:AMUG Info:AppleLink:AUSA Debuts Early Language AUSA Debuts Early Language 0 7K 3/26/93 AUSA Debuts Early Language - HOUSTON, Texas--February 25, 1993--Apple Computer, Inc. today announced the "Apple Early Language Connections - Spanish/English edition" - program, a literature-based early language arts package designed to provide kindergarten through second grade bilingual Spanish and English students with a balanced reading, writing, listening, and speaking curriculum.
AtticAntiqTT AMUG CD:Files:Font:A:AtticAntiqueTT.cpt AtticAntiqueTT.cpt 0 112K 3/26/93 AtticAntiqueTT - Attic Antique has a singular gimmick: it resembles the wavy, broken serif type you might find in a hundred-year-old textbook. Akin to the Century faces, Attic is quite legible even at tiny point sizes, which give a subtle look of age; use at larger sizes for drop caps, etc. Gives a hand-cut look to heads, decks, cutlines, other display type. Also good for a suggestion of photocopied text. Comes with a complete character set upper and lower cases, numerals punctuation, diacriticals -- I even threw in a couple of weird dingbats for good measure. Offered in a single book weight, but users who pay the $10 shareware fee will receive a premium on disk a true italic.
AtticAntiqT1 AMUG CD:Files:Font:A:AtticAntique.cpt AtticAntique.cpt 0 144K 3/26/93 AtticAntique T1 - Attic Antique has a singular gimmick: it resembles the wavy, broken serif type you might find in a hundred-year-old textbook. Akin to the Century faces, Attic is quite legible even at tiny point sizes, which give a subtle look of age; use at larger sizes for drop caps, etc. Gives a hand-cut look to heads, decks, cutlines, other display type. Also good for a suggestion of photocopied text. Comes with a complete character set upper and lower cases, numerals punctuation, diacriticals -- I even threw in a couple of weird dingbats for good measure. Offered in a single book weight, but users who pay the $10 shareware fee will receive a premium on disk a true italic.
AT&TCCL AMUG CD:Files:Tele:A:AT&T CCL.cpt AT&T CCL.cpt 0 4K 3/26/93 AT&T CCL - The CCL AT&T Paradyne Comsphere 3810 is a hack from the Hayes SmartModem 2400 so part's of it may be copyright by whoever wrote the original script. It makes no use of some of the more powerful features of this modem but apparently ARA does it's own data compression etc, so that it shouldn't require these. The CCL has only been tested at 14.4kb and 2400 using an internal modem in a powerbook (PowerPort Gold) and a DoveFax modem, but it should work at other speedMost CCL's are written by the company that makes the modem, but we needed this one quickly (for ARA using our Shiva LAN Rover E). Hence this has no warranty and is not approved by AT&T. (But it should work anyway!).
Asprin.cpt AMUG CD:Files:Art:A:Asprin.cpt Asprin.cpt 0 35K 3/26/93 Asprin - this is a 3D molecular structure of Asprin in a Color Startupscreen format using red and green colors. Interesting!
ARACommander AMUG CD:Files:System7 tools:Powerbook:ARACommanderDemo.cpt ARACommanderDemo.cpt 0 86K 3/26/93 ARACommanderDemo - ARACommander(tm) is the utility for ARA PowerBook users. This is a fully functional demonstration program that will time out after two weeks of use. ARACommander adds redial (while you work), open many/any items at connect time (aliases on steriods), phone book, credit card and phone prefix on-the-fly, database of Connectors, play sounds at connect time, ConnectNot.
Apple&Siemen AMUG CD:AMUG Info:AppleLink:Apple & Siemens Strategic Apple & Siemens Strategic 0 5K 3/26/93 Apple & Siemens Strategic - CUPERTINO, California--March 11, 1993--Apple Computer, Inc. and Siemens Private Communication Systems Group today announced their plans to combine certain Apple technologies with Siemens and ROLM telephony capabilities. The areas of cooperation are intended to include equipping business and consumer telephones with Apple's Personal Digital Assistant (PDA) technology; wireless technology; integrated voice-data solutions for call centers; and personal productivity solutions.
AnotherFineM AMUG CD:Files:Game:A:Another Fine Mess1.4.cpt Another Fine Mess1.4.cpt 1.4 0 1340K 3/26/93 Another Fine Mess1.4 - Another Fine Mess may be the ultimate WB game! This sequel to Ray's Maze is a hundred times better, with less emphasis on combat and more emphasis on solving puzzles and gathering clues. Lead Fearless Frank through the twisted worlds of Ray's Maze, a multi dimensional spacial anomaly. Visit the moors and solve the riddle of the Tower, enter the swamp and confront the Fungus King. Escape deadly catacombs. Go to Doon, the desert world and conquer the Sand Pirates as you solve the secret of the ruins. Travel to the Void Island and take command of a "Rover" powersuit. Overthrow an evil dictator! Don a spacesuit and jetpack for an EVA in outer space.
AnimalStack4 AMUG CD:Files:Art:Richard Wald:Animal Stack 4 Sampler.cpt Animal Stack 4 Sampler.cpt 0 49K 3/26/93 Animal Stack 4 Sampler - "Here is a fully functional stack which contains 10 sample clips from the full stack. On this sampler is a baboon, bighorn sheep, brown bear, chimpanzee, elephant, fawn, giraffe, goat, Indian rhino, and moose."
AnedocteCaps AMUG CD:Files:Font:A:AnedocteCaps10.cpt AnedocteCaps10.cpt 0 12K 3/26/93 AnedocteCaps10 - AnedocteCaps is a TT font containing all capital letters. I have created it because I was needing an old-looking, fluent and elegant font. It looks better when used with big sizes like 48 or 72 (or more). It is free but if you like it I would like to recive a postcard from you.
Andysbutton AMUG CD:Files:System7 tools:A:Andy’s buttons.cpt Andy’s buttons.cpt 0 5K 3/26/93 Andy’s buttons - Install these buttons into a copy of your Greg's Buttons. They are drawn a little bit more representative of what actual buttons look like (warning: if you like the 'fake' look of the buttons moving down & right, do not install these). I have been doing graphic arts on the Mac since '88; lot of experience. check these out. Experiment with different highlight colors with the color control panel.
Alpha5.31 AMUG CD:Files:Word:Ae-An:Alpha 5.31.cpt Alpha 5.31.cpt 5.31 0 401K 3/26/93 Alpha 5.31 - Alpha is a very powerful, multi-purpose editor that allows any program or user-defined function to be bound to any keystroke, or placed into user-defined menus. Only the "File", "Edit", and "Search" menus are predefined and immutable. The rest are defined in the startup file ("AlphaBits.tcl") or files sourced from inside it. Alpha uses Dr. Ousterhout's Tool Command Language (Tcl) as an extension language. See the "Help" menu for a complete definition of the language.
Alicetext AMUG CD:Files:Mag:A:Alice text.cpt Alice text.cpt 0 8K 3/26/93 Alice text - contains info on the CD-ROM/Book Alice to Ocean. This disk covers the travels of a young lady and her camels as they cross Austraila twenty years ago. Nice Photo CD and Mac interface.
AboutSharewa AMUG CD:Files:Mag:A:About Shareware Emporium.cpt About Shareware Emporium.cpt 0 66K 3/26/93 About Shareware Emporium - this file contains a special offer of a book about Shareware by Maria Langer. For more info on this special offer downlaod this file.
AboutFileMak AMUG CD:Files:Mag:A:About FileMaker Nutshell.cpt About FileMaker Nutshell.cpt 0 73K 3/26/93 About FileMaker Nutshell - this file contains a special offer of a book about filemaker by Maria Langer. For more info on this special offer downlaod this file.
AAWARDS.cpt AMUG CD:Files:Tele:A:AAWARDS.cpt AAWARDS.cpt 0 6K 3/26/93 AAWARDS - An Academy Awards survey for Second Sight BBS's. FREE. Includes Best Picture, Director, Actor, Actress, Supporting Actor, Supporting Actress. NOTE- This modifies the user restriction flag #14. To reflect whether they have taken the survey or not. See it in action on my BBS at 310-376-2150.
A2Selection AMUG CD:Files:Art:A:A2 Selection #2.JPEG.cpt A2 Selection #2.JPEG.cpt 0 178K 3/26/93 A2 Selection #2.JPEG - Once again, I am uploading a collection of 16 textures for Stratavision, 15 surface maps, and one procedural. I have used the same background as my previous effort. I am not sure whether uploading the collection as a whole or in parts is the way to go here if you Stratavisionists want to try some of these out. For now, Email me if you like what you see and I will US mail or Email your requests to you. Being that these are surface maps, they are larger texture files and require a bit o'time to upload.
610Icon.cpt AMUG CD:Files:Util:Icons:610 Icon.cpt 610 Icon.cpt 0 2K 3/26/93 610 Icon - This is the standard 610 color icon from System 7.1, with a 14" monitor on top. I have pasted it on a folder, so you can use the "Get info" command to copy and paste it on anything you like. No need for ResEdit.
MacsatSCAD AMUG CD:Files:Art:SCAD:Macs at SCAD (Read Me) Macs at SCAD (Read Me) 0 3K 2/23/93 Macs at SCAD (Read Me) - contains information on the Macintosh program at SCAD College. Quite a great group.
Dude-ClayHen AMUG CD:Files:Art:SCAD:dude-Clay Henss.cpt dude-Clay Henss.cpt 0 11K 2/23/93 Dude-Clay Henss - A great paint file of a Dude in full scale. From SCAD for your enjoyment.
Bombsketch-B AMUG CD:Files:Art:SCAD:bomb sketch-Bruce Cook.cpt bomb sketch-Bruce Cook.cpt 0 10K 2/23/93 Bomb sketch-Bruce Cook - an interesting sketch of a bomb in cartoon form from SMUG.
Patterns.cpt AMUG CD:Files:Util:Wallpaper:Patterns.cpt Patterns.cpt 0 69K 2/23/93 Patterns - great Wallpaper patterns from SMUG.
SysErrorHndl AMUG CD:Files:MacTechNotes:Operating System:Sys Error Hndlr Q&As.cpt Sys Error Hndlr Q&As.cpt 0 6K 2/23/93 Sys Error Hndlr Q&As - This Technical Note contains a collection of Q&As relating to a specific topic—questions you’ve sent the Developer Support Center (DSC) along with answers from the DSC engineers. While DSC engineers have checked the Q&A content for accuracy, the Q&A Technical Notes don’t have the editing and organization of other Technical Notes. The Q&A function is to get new technical information and updates to you quickly, saving the polish for when the information migrates into reference manuals.
MacQuadraBui AMUG CD:Files:MacTechNotes:Hardware:Mac Quadra Built-In Video.cpt Mac Quadra Built-In Video.cpt 0 11K 2/23/93 Mac Quadra Built-In Video - This is an in-depth article in three parts, describing the internal video on the Macintosh Quadra computers. The first part discusses a number of general Quadra video topics, the second part details how to wire the video connector sense pins to access all the Quadra’s supported video modes, and the third describes the memory configurations necessary to support each of the video modes at specific pixel depths.
X14BPict AMUG CD:Files:Art:Nasa:X14B Pict X14B Pict 0 111K 2/23/93 X14B Pict - a pict of an experimental aircraft from NASA. Abandoned based on safety problems. Crashes to be exact.
X14B AMUG CD:Files:QuickTime:T-Z:X14B X14B 0 1438K 2/23/93 X14B - nice Quicktime Movie of X14B experimental aircraft in flight. Requires Quicktime 1.5.
Whip AMUG CD:Files:Music:U-Z:Whip Whip 0 4K 2/23/93 Whip - cool whip sound in System 7 sound format.
VoyagerUranu AMUG CD:Files:QuickTime:T-Z:Voyager Uranus Voyager Uranus 0 1923K 2/23/93 Voyager Uranus - 320*240 Quicktime file of a collage of Nasa goodies. Requires version 1.5.
VibsII AMUG CD:Files:Music:U-Z:Vibs II Vibs II 0 9K 2/23/93 Vibs II - cool short little vibs sound in System 7 format.
Venus2 AMUG CD:Files:Art:Nasa:Venus 2 Venus 2 0 102K 2/23/93 Venus 2 - a great pict of the surface of Venus. Makes a great background.
TidBITS164 AMUG CD:Files:MUG News:TidBITS:151-175:TidBITS#164/15-Feb-93.cpt TidBITS#164/15-Feb-93.cpt 164 0 14K 2/23/93 TidBITS#164/15-Feb-93 - This issue ranges widely, from a warning about our recently published ATM hack to a look at a pending lawsuit against Microsoft for thoroughly unpleasant behavior. Also check out reviews of four Internet books, the free Macintosh Hardware System Update and a MODE32-like Enabler, an upgrade to AppleShare 3.0.1, CE's Test Drive program for user groups, humorous notes from Macworld SF, and an open letter concerning Apple's questionable policy on repair parts.
TidBITS163 AMUG CD:Files:MUG News:TidBITS:151-175:TidBITS#163/Modems.cpt TidBITS#163/Modems.cpt 163 0 12K 2/23/93 TidBITS#163/Modems - In this special issue, we present our general modem discussion (at least enough so you can judge among modems that have impressive sounding, but misleading, specs) and review two popular v.everything modems, the Practical Peripherals PM14400FXSA and the Supra's SupraFAXModem v.32bis. They're both inexpensive, capable, and reliable (although that's not to say that other modems may not be equally as good).
Thetinywindo AMUG CD:Files:Hyper:T:The tiny window.cpt The tiny window.cpt 0 18K 2/23/93 The tiny window - This is an animation in a very tiny window, which also benefits to the small download time! Anyway, all I will reveal, is that it is called "The Tiny Window". It will start rather when you would not expect it. You can even make up your own stary about what is going on.
Splat!.cpt AMUG CD:Files:Prog:S:Splat!.cpt Splat!.cpt 0 11K 2/23/93 Splat! - This is a ResEdit file with two resources. A Splat! Pict, and a Splat! sound (snd). With ResEdit, one skilled in the art (its actually quite easy) could paste the snd and pict into the Madness-Rage control panel, or the Madness-Rage Demo, or (I assume) the Insanity CDEV (These CDEVs allow you to shoot your Mac, i.e. bulletholes and blood...) Once done, the CDEV will have a paintball gun effect and sound. This is really only for those who know how to use ResEdit.
SpaceWalk AMUG CD:Files:QuickTime:S:SpaceWalk SpaceWalk 0 1888K 2/23/93 SpaceWalk - large but nice spacewalk QuickTime Movie in 1.5 format.
SpacePict AMUG CD:Files:Art:Nasa:Space Pict Space Pict 0 59K 2/23/93 Space Pict - totally hot pict of the universe. Excellent background pict.
SoundPlayFKE AMUG CD:Files:Music:So-Sz:Sound Play FKEY.cpt Sound Play FKEY.cpt 0 5K 2/23/93 Sound Play FKEY - Sound Play F-Key.
SoundLeech AMUG CD:Files:Music:So-Sz:Sound Leech.cpt Sound Leech.cpt 0 36K 2/23/93 Sound Leech - The reason I wrote Sound Leech is that I have come across many programs these days (mostly games) that are using digitized sounds in the form of resources, but I like to have all my sounds as individual files so I can play them with the DA Sound Play or use SuperPlay etc. It is also easier to trade the sounds and/or edit them in this manner. So the utility will convert sound Resources to sound Data.
Sound/PICTTh AMUG CD:Files:Music:So-Sz:Sound/PICT Thief 3.0.cpt Sound/PICT Thief 3.0.cpt 3.0 0 20K 2/23/93 Sound/PICT Thief 3.0 - Collect snds, PICTs and icons from ALL resource files in any selected directory. Operates like CanOpener's resource mode .. but faster and more automatic. Allows for copying resources from locked disks and CD ROMs. An easy way to scan large directories for desired resources....and it's free!
SNDPatchV2 AMUG CD:Files:Music:S-Sn:SNDPatchV2.cpt SNDPatchV2.cpt 0 50K 2/23/93 SNDPatchV2 - SND Patch V. 2.0. This is a CDEV that lets you assign sound resources (snd) to a number of activities, including emptying the trash.
SmallEarth AMUG CD:Files:QuickTime:S:Small Earth.cpt Small Earth.cpt 0 259K 2/23/93 Small Earth - This is a quicktime movie of the earth rotating. Requires QuickTime 1.5.
Slink-slank AMUG CD:Files:Music:S-Sn:Slink-slank Slink-slank 0 13K 2/23/93 Slink-slank - a nice little system 7 sound.
SilverApple AMUG CD:Files:Art:S-Sm:Silver Apple Silver Apple 0 50K 2/23/93 Silver Apple - Nice Pict-ID=0 Startup Screen for DeskPict init on MacII.
ShuttleLaunc AMUG CD:Files:Art:Nasa:Shuttle Launch Pict Shuttle Launch Pict 0 97K 2/23/93 Shuttle Launch Pict - this pict shows the shuutle in launch. Nice Pict file.
ShuttleArmPi AMUG CD:Files:Art:Nasa:Shuttle Arm Pict2 Shuttle Arm Pict2 0 93K 2/23/93 Shuttle Arm Pict2 - This is a pict file showing the Shuttle bay open and its arm in action.
ShortBeep AMUG CD:Files:Music:S-Sn:ShortBeep ShortBeep 0 4K 2/23/93 ShortBeep - This is a very short electronic beep sound in System 7 format.
ROMmie.cpt AMUG CD:Files:Prog:Q-R:ROMmie.cpt ROMmie.cpt 0 20K 2/23/93 ROMmie - ROMmie is a small program that works on your Mac's ROM. It dumps the resources in your Mac's ROM to a ResEdit file, and does a binary dump of the contents of the ROM. This means that you do things like obtain the famous "Brass Horn" sound resource that Mac IIs or later have...
Quadra/Centr AMUG CD:Files:Apple:Quadra/CentrisMemory.cpt Quadra/CentrisMemory.cpt 0 4K 2/23/93 Quadra/CentrisMemory - This text file describes the interleaved memory system found on the new Centris 650 and Quadra 800. It details how interleaved memory works in general and some of the specific implementation details on the C650 and Q800. The author is one of the hardware designers of the Centris and Quadra machines.
QSRA AMUG CD:Files:QuickTime:Q-R:QSRA QSRA 0 648K 2/23/93 QSRA - this is a QuickTime movie of a research plane called the QSRA.
PopII AMUG CD:Files:Music:N-P:Pop II Pop II 0 2K 2/23/93 Pop II - This is a little pop sound in System 7 format lower in pitch than Pop.
Pop AMUG CD:Files:Music:N-P:Pop Pop 0 2K 2/23/93 Pop - This is a little pop sound in System 7 format.
Planets AMUG CD:Files:QuickTime:P:Planets Planets 0 480K 2/23/93 Planets - great picture of a Blue planet for your pict files.
Planet AMUG CD:Files:Art:NASA:Planet Planet 0 41K 2/23/93 Planet - Jupiter and Saturn in QuickTime format. Requires Quicktime 1.5.
PATTERNMAN2 AMUG CD:Files:Util:Textures:PATTERNMANIA 2.cpt PATTERNMANIA 2.cpt 0 14K 2/23/93 PATTERNMANIA 2 - PatternMania continues to sweep the telephone lines with its second edition. This time, sixteen new 'ppat' resources with a twist. These are not your average patterns. These designs are more like simulations. There's grid paper; a football field; dollar bills; fruit; wood; moons and stars; gold bars and more. And everything is 'hand painted' using only ResEdit. No scanned photographs here. Download it today, and let me know if you like it. Regards, N. Jonas Englund.
PATTERNMAN1 AMUG CD:Files:Util:Textures:PATTERNMANIA 1.cpt PATTERNMANIA 1.cpt 0 15K 2/23/93 PATTERNMANIA 1 - I am a professional artist and graphic designer, with a passion for computing. Maybe it is my profession that makes me grow tired of the same old desktop, but I have found a cure: ResEdit! Here are a dozen of my best desktop pattern designs. They range from brick walls to M.C. Escher, via Disney (c) Walt Disney Productions) and desert scrub. It is my first submission. Feel free to share with friends and colleagues; no cost involved. Cheers and jeers are welcome. Please enjoy!
MMII.SecEd AMUG CD:Files:Word:Md-Mz:MMII.SecEd.cpt MMII.SecEd.cpt 0 46K 2/23/93 MMII.SecEd - is a Word Perfect word processing file that uses Helvetica for titles and Bookman for body text. The document MMII.SecEd.RTF is a “Rich Text Format” document that most word processors should be able to open. These documents describe how to sector edit Might and Magic Two to create more powerful characters, or, more importantly, to restore “lost” items. Happy adventuring. VBS. Feb/93.
MirandaCrate AMUG CD:Files:QuickTime:M:Miranda Craters Miranda Craters 0 1553K 2/23/93 Miranda Craters - contains a closeup of the craters of Miranda. In Quicktime 1.5 format.
MirandaClose AMUG CD:Files:Art:Nasa:Miranda Close Miranda Close 0 116K 2/23/93 Miranda Close - this is a hot closeup of the Miranda craters from NASA files in Pict format.
Miranda AMUG CD:Files:QuickTime:M:Miranda Miranda 0 614K 2/23/93 Miranda - This is a Quicktime movie of Miranda from NASA. Requires Quicktime 1.5.
MedicalDatab AMUG CD:Files:Bus:M:MedicalDatabaseForMac.cpt MedicalDatabaseForMac.cpt 0 109K 2/23/93 MedicalDatabaseForMac - this is a medical database in Claris Works for those with scientific interests.
Mars AMUG CD:Files:QuickTime:M:Mars Mars 0 790K 2/23/93 Mars - Totally great pictures and audio of Mars and its canals close up from the NASA archieves. Requires Quicktime.
MacIcon.cpt AMUG CD:Files:Util:Icons:Mac Icon.cpt Mac Icon.cpt 0 3K 2/23/93 Mac Icon - Two color icons. One is a Macintosh modular computer (IIcx, IIci) with a couple of hands shaking above it. The other icon is a SyQuest cartridge drive with a couple of hands shaking above it. These icons can be used in many situations (i.e.: to indicate computer connectivity, to indicate a main computer hooked to a peripheral drive, etcThere is an additional icon included. It's a SIMM module. This icon is black and white only.
Launch AMUG CD:Files:QuickTime:H:Launch Launch 0 734K 2/23/93 Launch - This is a 320*240 quicktime movie that shows a rocket launching a space satellite into orbit. Requires Quicktime 1.5.
land AMUG CD:Files:QuickTime:H:land land 0 164K 2/23/93 land - This is a 320*240 of the Shuttle landing in Quicktime format. Requires Quicktime 1.5 or higher.
Kensppats1 AMUG CD:Files:Util:Textures:Ken's ppat's 1.cpt Ken's ppat's 1.cpt 0 5K 2/23/93 Ken's ppat's 1 - Five patterns here two versions of a star chart of the constellation Cygnus (64 X 64) (light blue is the Milky Way, green are nebula); Two versions of Balanced Rock in Arches National Park, UT (64 X 64); and a beach babe (32 X 32). These are in desktop textures format.
JupiterPict AMUG CD:Files:Art:Nasa:Jupiter Pict Jupiter Pict 0 75K 2/23/93 Jupiter Pict - Jupiter in the background makes a great background scene in pict format.
Jupiter AMUG CD:Files:Art:NASA:Jupiter Jupiter 0 63K 2/23/93 Jupiter - This is a great shot of Jupiter in Photoshop format.
INCONTROL2De AMUG CD:Files:Bus:H-L:IN CONTROL2Demo.cpt IN CONTROL2Demo.cpt demo 0 332K 2/23/93 IN CONTROL2Demo - this is a nice demo of the scheduling software In Control version 2.0.
Iconstartup AMUG CD:Files:Util:Icons:Iconstartup.cpt Iconstartup.cpt 0 61K 2/23/93 Iconstartup - This file contains a nice Color Icon Startup Screen for Mac II's.
IconsforMaci AMUG CD:Files:Util:Icons:Icons for Macintosh™ II.cpt Icons for Macintosh™ II.cpt 0 6K 2/23/93 Icons for Macintosh™ II - Icons for MacII.
Iconcol1.5 AMUG CD:Files:Util:Icons:Iconcol1.5.cpt Iconcol1.5.cpt 1.5 0 51K 2/23/93 Iconcol1.5 - Color Iconizer version 1.5 for Mac II color icons.
Good&bad AMUG CD:Files:Music:F-G:Good & bad Good & bad 0 22K 2/23/93 Good & bad - nice little famous synthesis of Clints music in System 7 sound format.
ForwardDelet AMUG CD:Files:Util:Fj-Fz:Forward Delete1.0d2.cpt Forward Delete1.0d2.cpt 1.0d2 0 5K 2/23/93 Forward Delete1.0d2 - Forward Delete is a small extension that lets you use that mysterious key called forward delete, present on all Extended Keyboards. Press this key to delete the character at the right of the insertion point. It works with every application which uses TextEdit (if you do not know what TextEdit is, do not worry: it is simply that part of the Mac Operating System which manages basic text editing). Try it out with TeachText or in dialog boxes. Forward Delete uses 56 bytes of memory. Unbearable, isn’t it? Forward Delete can be used with any Mac under any System.
FolderIconCl AMUG CD:Files:Util:Icons:FolderIconCleaner1.0.3.cpt FolderIconCleaner1.0.3.cpt 1.0.3 0 20K 2/23/93 FolderIconCleaner1.0.3 - Folder Icon Cleaner is a small utility that lets you get rid correctly of those space and time wasting custom icons, sticked right there on your folders. Let me explain why I say "correctly". The Finder keeps every folder icon in a separate hidden file. The known versions of the Finder (7.0, 7.0.1, 7.1) do not delete this file when removing a custom folder icon. They only delete the icon resources from the file. Folder Icon Cleaner correctly removes the icon by deleting the file (and by updating the "Use custom icon" attribute of the folder). No data is lost, you only gain a little more free space on your disk.
FKEYShell1.1 AMUG CD:Files:Prog:D-G:FKEY Shell 1.1.cpt FKEY Shell 1.1.cpt 1.1 0 12K 2/23/93 FKEY Shell 1.1 - FKEY Shell - is a free application that will let you launch your favourite FKEYs without installing them in the System file. To install a new FKEY, first make a copy of the original FKEY Shell application and rename it to the FKEY's name. Then use ResEdit to copy one or more FKEY resources from the files they came in and paste them into the application's copy (any resource ID's will be fine). Under System 7, you may put the new application in your Apple Menu Items folder to have your FKEYs nice and handy all the time.
FaberZooms1 AMUG CD:Files:Util:F-Fi:FaberZooms1.0.cpt FaberZooms1.0.cpt 1.0 0 5K 2/23/93 FaberZooms1.0 - FaberZooms is a DarkSide of the Mac module. DarkSide is a free, yet wonderful and non-obtrusive screen-saver from Tom Dowdy. This screen saver will not patch the Operating System, avoiding the dreaded conflicts you may have experienced with other screen savers. The algorithm I use is quite fast, but keep in mind that FaberZooms does not run as fast as it could do. The Mac host might have useful calculations to do, so I gently “relinquish the processor”. FaberZooms can be used with any Mac with DarkSide 3.2.
EasyPlay2.0 AMUG CD:Files:QuickTime:D-E:EasyPlay2.0.cpt EasyPlay2.0.cpt 0 116K 2/23/93 EasyPlay2.0 - EasyPlay creates "catalog files" which can list all the pictures and movies on your disks and CD-ROMs. Each entry includes a title, description, and thumbnail picture. Double clicking an entry will show the picture or movie, prompting you to insert the proper disk if necessary. Full screen playback and color printing is supported. Written by Michael C. O'Connor.
DurendalTT AMUG CD:Files:Font:D:DurendalTT.cpt DurendalTT.cpt 0 16K 2/23/93 DurendalTT - Durendal is an attractive, rather bold-looking text font which is also well suited for use in titles or for other display purposes. It features heavy letters with small serifs and works well in both small and large point sizes. This font includes the complete character set, but we are working on a slightly revised and improved version for release on disk. This version of Durendal is distributed as shareware with a special offer which lets you order a complete disk of fonts when you register it.
DurendalT1 AMUG CD:Files:Font:D:DurendalT1.cpt DurendalT1.cpt 0 21K 2/23/93 DurendalT1 - Durendal is an attractive, rather bold-looking text font which is also well suited for use in titles or for other display purposes. It features heavy letters with small serifs and works well in both small and large point sizes. This font includes the complete character set, but we are working on a slightly revised and improved version for release on disk. This version of Durendal is distributed as shareware with a special offer which lets you order a complete disk of fonts when you register it.
Czicons.cpt AMUG CD:Files:Util:Icons:Czicons.cpt Czicons.cpt 0 27K 2/23/93 Czicons - This file contains additional color icons for Color Iconizer version 1.5.
Columbialand AMUG CD:Files:Art:Nasa:Columbia lands Pict Columbia lands Pict 0 74K 2/23/93 Columbia lands Pict - the Columbia Space shuttle lands in this pict file.
ColorIconEdi AMUG CD:Files:Util:Icons:Color Icon Editor.cpt Color Icon Editor.cpt 0 13K 2/23/93 Color Icon Editor - Color Icon Editor for editing CICN's.
Cicns.cpt AMUG CD:Files:Util:Icons:Cicns.cpt Cicns.cpt 0 4K 2/23/93 Cicns - Nice color dialog icons for MacII.
Chirp-u-weep AMUG CD:Files:Music:C:chirp-u-weep chirp-u-weep 0 5K 2/23/93 Chirp-u-weep - this is a fun little electronic bird chirp.
Ching AMUG CD:Files:Music:C:Ching Ching 0 9K 2/23/93 Ching - a quick little sound in System 7 format.
Centris/Quad AMUG CD:Files:Apple:Centris/Quadra Video.cpt Centris/Quadra Video.cpt 0 7K 2/23/93 Centris/Quadra Video - This text file describes the capabilities of the onboard video of the new Centris 610/650 and the Quadra 800. It includes a list of supported display resolutions, pixel depths, sense line wiring, and quite a bit more. The author is the hardware designer of the Centris and Quadra video.
BushWacker8 AMUG CD:Files:Mag:B-C:BushWacker8-11.cpt BushWacker8-11.cpt 0 560K 2/23/93 BushWacker8-11 - this is the Bushwacker newsletter for August through November 1992.
BushWacker2 AMUG CD:Files:Mag:B-C:BushWacker2-93.cpt BushWacker2-93.cpt 2-93 0 183K 2/23/93 BushWacker2-93 - this is the Bushwacker newsletter for February 1993.
BottlesII AMUG CD:Files:Music:B:Bottles II Bottles II 0 10K 2/23/93 Bottles II - this is a fun system 7 sound file of bottles in the wind.
Bogatyr2TT AMUG CD:Files:Font:B:Bogatyr2TT.cpt Bogatyr2TT.cpt 0 14K 2/23/93 Bogatyr2TT - This version of Bogatyr is being released because of requests for an English language version. The upper case letters are still all Russian, with some improvements, but the lower case letters are now English language letters in the same style. The Bogatyr Font is...believe it or not...a Russian Cyrillic Art Nouveau Calligraphic font. It's based on early 20th century hand drawn lettering from Russia. It's an eye-catching display font which uses a slightly simplified set of Russian characters. Bogatyr is distributed as shareware with a special offer which lets you order a complete disk of fonts when you register it.
Bogatyr2T1 AMUG CD:Files:Font:B:Bogatyr2(t1).cpt Bogatyr2(t1).cpt 0 22K 2/23/93 Bogatyr2T1 - This version of Bogatyr is being released because of requests for an English language version. The upper case letters are still all Russian, with some improvements, but the lower case letters are now English language letters in the same style. The Bogatyr Font is...believe it or not...a Russian Cyrillic Art Nouveau Calligraphic font. It's based on early 20th century hand drawn lettering from Russia. It's an eye-catching display font which uses a slightly simplified set of Russian characters. Bogatyr is distributed as shareware with a special offer which lets you order a complete disk of fonts when you register it.
BlinkingSate AMUG CD:Files:QuickTime:B:Blinking Satelitte Blinking Satelitte 0 452K 2/23/93 Blinking Satelitte - This is a totally HOT quicktime video of a space satellite in 3D copyright Fred Kuentz of AMUG. Loops in 320*240 format for great effects.
BellXV15 AMUG CD:Files:QuickTime:B:Bell XV15 Bell XV15 0 716K 2/23/93 Bell XV15 - This is a 320*240 Quicktime movie of the Bell XV15 that explains the features of this plane with copter capability.
BellPict AMUG CD:Files:Art:Nasa:Bell Pict Bell Pict 0 74K 2/23/93 Bell Pict - a pict file of the Bell aircraft. Has verticle and horizontal takeoff capability.
Beep AMUG CD:Files:QuickTime:B:Beep Beep 0 18K 2/23/93 Beep - This is a fun Beep video. No sound is included use your favorite beep sound and quicktime editor to create your own video beep.
Beduwee AMUG CD:Files:Music:B:beduwee beduwee 0 6K 2/23/93 Beduwee - This is a great electronic signal sound for those with the need for great beeps.
Astronaut3 AMUG CD:Files:Art:Nasa:Astronaut3 Astronaut3 0 103K 2/23/93 Astronaut3 - great Photoshop file of a space walk on the Space shuttle.
AppleOnlineS AMUG CD:AMUG Info:AppleLink:Apple Online Services Announces Apple Online Services Announces 0 5K 2/23/93 Apple Online Services Announces - SAN JOSE, California--February 16, 1993--News, travel, weather, mobile computing and expanded online support from both Apple Computer, Inc. and third-party companies are some of the new service areas planned to be added this Spring to AppleLink, Apple's 52,000- subscriber strong, global online communications and information service. This is among a number of announcements made today at the mobile93 Conference in San Jose, California by Apple Online Services, the electronic services business unit within Apple Computer's Personal Interactive Electronics (PIE) division.
AppleICL8Ico AMUG CD:Files:Util:Icons:Apple ICL8 Icons.cpt Apple ICL8 Icons.cpt 0 27K 2/23/93 Apple ICL8 Icons - Apple ICL8 Icons.sit contains additional Apple icons for 256 color icon maker SunDesk.
AppleColorIc AMUG CD:Files:Util:Icons:AppleColorIcons.cpt AppleColorIcons.cpt 0 27K 2/23/93 AppleColorIcons - additional icons for Sundesk a great color icon init.
AppleCD-ROM4 AMUG CD:Files:Apple:AppleCD-ROM4.0.2.cpt AppleCD-ROM4.0.2.cpt 4.0.2 0 442K 2/23/93 AppleCD-ROM4.0.2 - This file contains the upgrade files from Apple to use the Apple CD-ROM drive with System 7.1. All software Copyright (C) 1993 Apple Computer, Inc. unless otherwise noted; all rights reserved except as expressly provided. Contains CD drivers version 4.0.2 with Photo CD compatability.
AlexEPS.cpt AMUG CD:Files:Art:A:AlexEPS.cpt AlexEPS.cpt 0 148K 2/23/93 AlexEPS - This is a great EPS of a cat by AMUG member Kathy Yoder.
AfterDarkMod AMUG CD:Files:Util:After Dark:AfterDarkModules.cpt AfterDarkModules.cpt 0 126K 2/23/93 AfterDarkModules - Eight screens for use with After Dark screen saver.
Acius3/92 AMUG CD:Files:Prog:A:Acius3/92.cpt Acius3/92.cpt 0 91K 2/23/93 Acius 3/92 - This is the Acius technotes for March 1992.
Acius08/92 AMUG CD:Files:Prog:A:Acius08/92.cpt Acius08/92.cpt 0 91K 2/23/93 AciusTN8-92 - These are the Technical notes From Acius for August'92, along with the examples that they use.
Acius07/92 AMUG CD:Files:Prog:A:Acius07/92.cpt Acius07/92.cpt 0 15K 2/23/93 Acius07/92 - This is the Acius Technotes for July 1992. This note deals with NumMonths.
Acius04/92 AMUG CD:Files:Prog:A:Acius04/92.cpt Acius04/92.cpt 0 58K 2/23/93 Acius04/92 - includes the April 1992 Acius Technotes. Topics covered include MultipleArrays and sorting tables.
Acius02/92 AMUG CD:Files:Prog:A:Acius02/92.cpt Acius02/92.cpt 0 72K 2/23/93 Acius02/92 - This is the Acius 02/92 developer mailer with info on Parsing and Soundex for 4D developers.
Rwrdposter AMUG CD:Files:Art:Q-R:Rwrdposter.pict Rwrdposter.pict 0 361K 2/17/93 Rwrdposter.pict - Pict file of old west wanted/reward poster. Poster is blank so you can fill in what you want.
Remotestyle1 AMUG CD:Files:Util:Network:Remotestyle 1.1.CPT Remotestyle 1.1.CPT 1.1 0 16K 2/17/93 Remotestyle 1.1 - RemoteStyle is a small application that let you share on the network any printer that is background-capable, for instance the StyleWriter, or the original DeskWriter. It can also transfer on a more powerful Macintosh the burden of doing the printing. You can use it if your Macintosh is not powerful enough to print in the background without causing your mouse to have jerky movements. This new version of RemoteStyle is much different from the first one. The user interface has been a lot improved, some bugs have been corrected, and backgrounding is more cooperative and efficient.
RAMDiskSaver AMUG CD:Files:System7 tools:R:RAMDiskSaver.cpt RAMDiskSaver.cpt 1.0 0 114K 2/17/93 RAMDiskSaver - RAM DiskSaver is a utility that performs automatic periodic background back-ups of Macintosh RAM disks. RAM DiskSaver consists of two parts - RAMDiskSaver Extension and RAM DiskSaver Controls. The former is a System 7 background application; the latter, a control panel. RAM DiskSaver requires several features absent from Macintosh systems prior to System 7. If any of its system requirements are missing, RAM DiskSaver will gracefully decline to run.
PBGadget.cpt AMUG CD:Files:System7 tools:Powerbook:PBGadget.cpt PBGadget.cpt 0 5K 2/17/93 PBGadget - PBGadget Battery helper version 0.4b1 is for PowerBooks _ONLY_! It runs in the background providing you with a teeny status box (upper right corner) of battery voltage and time of day. Additional options include Battery Plot, Reset Plot, Spin Down Now, and Sleep. Lean and mean application! Tested on a Duo 230, but should work on all PowerBooks. Freeware.
MoonDEMO.cpt AMUG CD:Files:Game:M:MoonDEMO.cpt MoonDEMO.cpt 0 109K 2/17/93 MoonDEMO - Moonvasion is an arcade-style game written for color Macintosh computers with a 68020 or higher CPU and System 7.0+. The game is designed to run with a minimum of 16-colors (4 bit mode), but will work in 256-color mode (8 bits deep) with a slight reduction in performance. The demo version of this game allows only the first three levels. Neat sounds and animation! Try Me :)
MacaLoanDemo AMUG CD:Files:Bus:M:MacaLoan Demo.cpt MacaLoan Demo.cpt 2.0d3 0 48K 2/17/93 MacaLoan Demo - Mac a Loan (ISPN 13278-500) is a simple and straight forward loan application that provides interest paid, monthly payments, total payments, and amortization. This financial utility is entering its 6th year of popularity. Easy to use and exclusively offered from Coconut Info, this valuable stand alone program is a must have that works on all Macs and from System 4.8 through 7.1. Be as smart as the bank.
IslamicHisto AMUG CD:Files:Education:H:Islamic History Stacks.cpt Islamic History Stacks.cpt 0 290K 2/17/93 Islamic History Stacks - A compilation of Islamic history broken down into three linked HyperCard stacks. Family Trees, Islam, and Maps-Islam. Interesting for history buffs and arm chair theologians alike!
FontControl1 AMUG CD:Files:Font:F:Font Control 1.1.cpt Font Control 1.1.cpt 1.1 0 7K 2/17/93 Font Control 1.1 - Font Control is a function key (FKEY) that toggles Fractional Widths on/off. An FKEY is a little program you can start up by pressing a Command-Shift-number combination on your keyboard. To install it, you can use ResEdit or one of the FKEY Managers/Movers available in our libraries. It's recommended that you install with all extensions and control panels turned off. This handy FKEY comes with a very complete description of how the font manager works, and why you may want "fractional widths" enabled.
FoneBookMake AMUG CD:Files:Bus:F-G:FoneBookMaker.cpt FoneBookMaker.cpt 1.0 0 23K 2/17/93 FoneBookMaker - Converts address files exported from TouchBase or any other program which can export tab delimited files into either a business card-size phone/address book or pages for a regular notebook. Docs included. Requires Hypercard 2.1.
ZP4w/Illustr AMUG CD:Files:Mag:T-Z:ZP4 w/ Illustrations ZP4 w/ Illustrations 0 27K 2/16/93 ZP4 w/ Illustrations - contains a review of ZP4 from Joe Tvedt in the AMUG newsletter. Includes text and picts.
XL1040M.cpt AMUG CD:Files:Bus:T-Z:XL1040M1.cpt XL1040M1.cpt 0 33K 2/16/93 XL1040M1 - A shareware spreadsheet for the 1992 1040 form and schedules A, B, D, and Minnesota M-1.
WorldwideAva AMUG CD:AMUG Info:Applelink:Worldwide Availability of the Worldwide Availability of the 0 5K 2/16/93 Worldwide Availability of the - MACWORLD, TOKYO--February 12, 1993--Apple Computer, Inc. today announced the worldwide availability of the multimedia developer program through APDA, Apple's source for developer tools. The worldwide Apple Multimedia Program is designed to spur the development of multimedia products. The program provides marketing and technical information that enable Apple's partners all over the world to prosper in the growing areas of multimedia creation and playback.
WhataboutCho AMUG CD:Files:Education:T-Z:What about Chords?.cpt What about Chords?.cpt 0 64K 2/16/93 What about Chords? - a hypercard stack about guitar chords for educational purposes.
WalkFolder AMUG CD:Files:Util:After Dark:Walk Folder.cpt Walk Folder.cpt 0 7K 2/16/93 Walk Folder - A couple of random walk After Dark modules. RGBWalk changes the colors abruptly. RainbowWalk changes the colors smoothly. On a B&W Mac it makes no difference which module you use as there are no colors to change. The walk will travel across multiple monitors if such are connected.
Tune.cpt AMUG CD:Files:Tele:Hermes:Tune.cpt Tune.cpt 0 8K 2/16/93 Tune - Only ANSI users will be able to use this. It is mainly to demo to show how ANSI Screen positioning can make even externals have a nice Macintosh Style Graphic Interface. It does work of course, and you can take those Temp conversions to the bank! I dunno if you'll ever need to convert Temp's in Hermes but what the hell - it's a nice external.
Tues.Nov.3rd AMUG CD:Files:Tele:Hermes:Tues. Nov. 3rd.cpt Tues. Nov. 3rd.cpt 0 17K 2/16/93 Tues. Nov. 3rd - The relationship between the Time to Display the ANSI animation and the caller's baud connect rate is shown in the following table. The higher the baud rate, the better the performance. For Hermes BBS.
TIFFWindowX AMUG CD:Files:Hyper:T:TIFFWindow XCMD 1.0.cpt TIFFWindow XCMD 1.0.cpt 1.0 0 44K 2/16/93 TIFFWindow XCMD 1.0 - This stack contains an XCMD that displays a TIFF image file in a window under HyperCard. TIFFWindow file, windowStyle, visible, depth, customPalette. TIFFWindow uses Hypercard's file search path to look for the TIFF file named by the first argument. If no arguments are supplied, or if the file is "", TIFFWindow prompts the user for a TIFF file. If the user presses cancel, TIFFWindow sets the result to cancel. windowStyle has no effect right now; you should use zoom.
TidBITS162 AMUG CD:Files:MUG News:TidBITS:151-175:TidBITS#162/08-Feb-93.cpt TidBITS#162/08-Feb-93.cpt 162 0 14K 2/16/93 TidBITS#162/08-Feb-93 - We have the last of the news from Macworld Expo this week, with information on PageMaker 5.0. We also have an article about new products for Wallpaper from Thought I Could, useful System 7.1 enabler information, upgrade information for Canadians who want System 7.1, news of new low-end LaserWriters, yet another ATM hack, and finally, a long-awaited table of benchmarks from BYTE Labs and Tom Thompson.
TidBITS161 AMUG CD:Files:MUG News:TidBITS:151-175:TidBITS#161/01-Feb-93.cpt TidBITS#161/01-Feb-93.cpt 161 0 14K 2/16/93 TidBITS#161/01-Feb-93 - It's been an eventful week. The TidBITS Forum on CompuServe opened and Apple took HyperCard back from Claris and added it to the Developer Tools group. We have the scoop on why the Apple Color Printer is so lame, specs on new Macs due out in a few weeks, lower prices on older Macs, an article on executives shuffling all over the place, and news of an innovative marketing program for CE Software's QuicKeys.
Thereader1.1 AMUG CD:Files:Education:T-Z:The reader1.1.cpt The reader1.1.cpt 1.1 0 16K 2/16/93 The reader1.1 - The Reader reads the text of the target file and shows it in LARGE type across the window. This application was written using the standard Units that came with Turbo Pascal. If it crashes, please let me know.
ThePlayerII AMUG CD:Files:Music:T:The Player II.cpt The Player II.cpt 0 78K 2/16/93 The Player II - This is a color Mod player which is REALLY cool. Here is the second version of this utillity which will find it's place on all the Mac's Hard disks (Hard to make a more original text than that..no?)
System7ResEd AMUG CD:Files:Prog:S:System 7 ResEditors.cpt System 7 ResEditors.cpt 0 17K 2/16/93 System 7 ResEditors - This is a collection of TMPL, ICON, and RMAP resources for ResEdit(tm) 2.1.x. They will help to make some (but not complete) sense of the following System 7 resource types aedt, dflg, eppc, gmcd, mppc, mitq, pslt, hmnu, hdlg, hrct, hovr, hfdr, flst, cbnd, fbnd, tbnd, caps, faps, taps.
SysOpv1.1 AMUG CD:Files:Tele:Hermes:[*] SysOp? v1.1.cpt [*] SysOp? v1.1.cpt 1.1 0 5K 2/16/93 [*] SysOp? v1.1 - Have you ever logged onto your own board and, to your dismay, found that you had mysteriously lost access to your online SysOp commands? Have you ever discovered that another caller has mysteriously ACQUIRED SysOp access? It can happen! This little external won't prevent it, but CAN help you detect and recover from it.
SwissCheese AMUG CD:Files:Font:S:SwissCheese.cpt SwissCheese.cpt 0 39K 2/16/93 SwissCheese - a great new font.
SoundEditico AMUG CD:Files:Music:So-Sz:SoundEdit icons for Pro.cpt SoundEdit icons for Pro.cpt 0 3K 2/16/93 SoundEdit icons for Pro - This little fix gives the proper icons to SoundEdit files when you're using SoundEdit Pro. Although you still can't open a SoundEdit file with Pro just by double-clicking, at least you can actually see that the file is an original SoundEdit. Easy fix; instructions enclosed. Smile :)
Soserv2.0 AMUG CD:Files:Tele:Hermes:Soser v2.0.cpt Soser v2.0.cpt 2.0 0 33K 2/16/93 Soser v2.0 - The rest of this doc is mainly for Hermes programmers, if you are not a programmer but rather just a curious Hermes SysOp I'd still love to hear what you think of the idea. Try to read the rest of the doc, some of it might be a little confusing but I think you'll get the jist of it. My address and BBS # are at the bottom.
SndPlayer2.0 AMUG CD:Files:Music:S-Sn:SndPlayer 2.0.cpt SndPlayer 2.0.cpt 2.0 0 77K 2/16/93 SndPlayer 2.0 - SndPlayer™ is an application which lets you listen to sounds stored in several different formats, and it also helps you find them. It is System 7-friendly, and has balloon help, Apple events (for file, folder and disk dropping), normal / reverse / random play order, repeat options, info about the sounds, etc.
SndConvpro2 AMUG CD:Files:Music:S-Sn:SndConverter Pro 2.0.cpt SndConverter Pro 2.0.cpt 2.0 0 97K 2/16/93 SndConverter Pro 2.0 - SndConverter Pro™ is an application which allows you to convert one format of sounds to another, and downsample certain sounds and filter the sound names, among other options. It is System 7-friendly, and has balloon help, Apple events (for file, folder and disk dropping), etc. The formats currently supported are SoundEdit™ data files, you can also convert PC sounds, thanks to this format), System 7 soundsSystem 7 suitcases, Sound Mover™ suitcases — this category includes applications containing sounds and HyperCard™ stacks basically, you can extract ‘snd ’ resources from any file.
SndConv1.1 AMUG CD:Files:Music:S-Sn:SndConverter Lite 1.1.cpt SndConverter Lite 1.1.cpt 1.1 0 52K 2/16/93 SndConverter Lite 1.1 - SndConverter Lite™ is an application which allows you to convert one format of sounds to another, among other options. It is System 7-friendly, and supports Apple events (for file, folder and disk dropping), colour, sound, etc.
SndCatalogue AMUG CD:Files:Music:S-Sn:SndCataloguer 1.1.cpt SndCataloguer 1.1.cpt 1.1 0 69K 2/16/93 SndCataloguer 1.1 - SndCataloguer™ is an application which allows you to catalogue sounds, wherever they may be stored. It collects information including sound name, sound size, sound format, folder / suitcase name, and disk name, though you can choose what information to include. The info is written to a TEXT file you name, or an existing file. It is System 7-friendly, and has balloon help, Apple events (for file, folder and disk dropping), etc.
SnappyChronR AMUG CD:Files:Bus:S:SnappyChronResume.cpt SnappyChronResume.cpt 0 4K 2/16/93 SnappyChronResume - a template for your resume.
SmallerInsta AMUG CD:Files:Util:Sd-Sm:Smaller Installer 1.0 Smaller Installer 1.0 1.0 0 110K 2/16/93 Smaller Installer 1.0 - Smaller Installer is an installer program created for developers who distribute software, clip art, HyperCard® stacks, databases or other information on floppy disks. It provides a way to distribute data in a compressed format to reduce the number of disks required. Many developers already use self-extracting archives created by Compact Pro™ for this purpose. Although this is an inexpensive solution, self-extracting archives have several limitations which make them less than ideal for this purpose. Smaller Installer is designed to address some of these limitations.
ShowInfo.cpt AMUG CD:Files:Tele:S:ShowInfo.cpt ShowInfo.cpt 1.0 0 11K 2/16/93 ShowInfo - this file is a drag and drop description reader for BBS in a BOX files. Use of this file allows BBS users the ability to read BBS descriptions off line.
ShawBerry AMUG CD:Files:Word:S-Sp:ShawBerry.cpt ShawBerry.cpt 0 27K 2/16/93 ShawBerry - ShawBerry does this it merges text from one file into another at the insertion points you specify. You tell it which file to amend and which file to take the amendments from. You can control whether or not the insertion point text is retained or omitted, whether searchable marks are inserted before and after the amendment text, and whether or not the amendment is followed by a carriage return.
SHAPESDemo AMUG CD:Files:Education:S:SHAPES Demo.cpt SHAPES Demo.cpt 0 94K 2/16/93 SHAPES Demo - complete guide to guitar chords in Hypercard format.
ShadowFont AMUG CD:Files:Font:S:Shadow Font.cpt Shadow Font.cpt 0 11K 2/16/93 Shadow Font - From the creator of MENUCLOCK Font, comes another color font, similar to Chicago 12, with varying shades of Gray, and a Shadow! "Shadow 12" is well suited for use with SuperClock and Menuette. This Font also looks quite nice on Grayscale Macs! This font is ShareWare ($10.00 - includes complete set)! Please read the "Read Me..." file included.
SearchFiles1 AMUG CD:Files:System7 tools:S:SearchFiles1.3.cpt SearchFiles1.3.cpt 1.3 0 21K 2/16/93 SearchFiles1.3 - Search Files 1.3 is a shareware utility that can find all the files whose contents contain a certain text string. You can search an entire disk, or just a particular folder. Search Files displays the context of each occurence, and will open found files will the relevant applications. Changes since version 1.0 include an increase in speed, a few bug fixes, notification when searches finish, the option to see only the first occurence in each file, and drag-and-drop for the disk or folder in which you wish to search.
Scriptman AMUG CD:Files:Hyper:S-Sh:Scriptman.cpt Scriptman.cpt 0 7K 2/16/93 Scriptman - This Catalogs all scripts, Helps you quickly find a keyword in all scripts. Helps you easily edit scripts without suffling through cards and buttons. "Brought to you by The Real Mac Man."
RTFXCMDsv12 AMUG CD:Files:Hyper:Q-R:RTF XCMDsv1.2.cpt RTF XCMDsv1.2.cpt 1.2 0 47K 2/16/93 RTF XCMD v1.2 - Some shareware XCMDs to read and write styled text in Rich Text Format (RTF). Can be used to conveniently manipulate styled text in HyperCard, or to exchange styled text with Word. Can handle more than 30K bytes of text. Includes Think C source.
RosterMaster AMUG CD:Files:Education:Q-R:Roster Master.cpt Roster Master.cpt 0 22K 2/16/93 Roster Master - The Rosterizer allows you to created rosters for both Mac Seat'Em and Mac Drill for those who are not using Gradebook Plus.
RomanNumeral AMUG CD:Files:Education:Q-R:Roman Numerals.cpt Roman Numerals.cpt 0 14K 2/16/93 Roman Numerals - This is a stack for HyperCard version 2.1 or higher. It will convert roman numerals to normal numbers, and normal numbers to roman numerals. It is very straightfoward, and it is shareware. Support those who support you, and don't forget to give a copy of this to someone you know. "Brought to you by The Real Mac Man."
RestrictionI AMUG CD:Files:Tele:Hermes:Restriction Info.cpt Restriction Info.cpt 0 8K 2/16/93 Restriction Info - Drop both the Restriction Info v1.0 file and the folder called Restriction Into your Hermes External Folder. Then re-start Hermes. Usage is self-explanitory... Enjoy! Sam Shafritz
ResEdit2.1.1 AMUG CD:Files:Prog:Q-R:ResEdit 2.1.1.5.cpt ResEdit 2.1.1.5.cpt 2.1.1.5 0 494K 2/16/93 ResEdit 2.1.1.5 - latest version of Resedit. Copyright Apple Computer 1993.
RemoteSecuri AMUG CD:Files:Tele:Hermes:Remote Security.cpt Remote Security.cpt 0 9K 2/16/93 Remote Security - Remote Security is basically like the Local Security External that comes with Hermes. But Remote Security has two important differnces. 1) You can operate it Remotely! 2) You can change the SL's Globaly. That is, you can change ALL the SL's between 1 and 254 to whatever you want with just entering the info once!
RemoteOption AMUG CD:Files:Tele:Hermes:Remote Options.cpt Remote Options.cpt 0 11K 2/16/93 Remote Options - ANSI Screen positioning now implemented. Bug that wouldn't let you unlock your copy has been fixed. Main Menu Command is now working. You can only allow User #1 for a higher level of security. SysOp Availablity times can be printed to the screen. Post and U/L Compensation now do not have to be integers. Pretty Colors added.
RemoteGFiles AMUG CD:Files:Tele:Hermes:Remote GFiles v1.0.cpt Remote GFiles v1.0.cpt 0 10K 2/16/93 Remote GFiles v1.0 - Advantages over the Build-In GFile section editor. Can be operated remotely, thus by Co-SysOp's. When renaming a section the actual folder of the section will be renamed as well. (The Built in editor just makes a new folder and YOU have to move all the contents)Lets you delete or rename actual GFiles. DirEdit users have an interesting advantage with Remote GFiles. With both DirEdit and Remote GFiles a co or full SysOp can REMOTELY create a new GFile section, AND fill it up with any Text File(s) you have.
QuoterFKEY13 AMUG CD:Files:Tele:Q:Quoter FKEY 1.3.cpt Quoter FKEY 1.3.cpt 1.3 0 25K 2/16/93 Quoter FKEY 1.3 - The Quoter FKEY was written as a direct result of a need on a local Mac™ BBS, Just Another Board (JAB). My Quoter FKEY can be used on any BBS or elsewhere, when replying to other people’s messages, so that people reading your reply can see what specifically you are replying to. Quoting on a BBS is normally done by prefixing each line of text by a “> ” sequence, e.g.> This is a quote. Since words can wrap differently when quoted, doing this manually for quotes other than very short ones is a real pain. With my Quoter FKEY, you can concentrate on the message, not the hassle of quoting it — the FKEY does all the work for you.
PurpleHazeFo AMUG CD:Files:Font:P:PurpleHaze Font.cpt PurpleHaze Font.cpt 0 11K 2/16/93 PurpleHaze Font - From the creator of MENUCLOCK Font, comes another color font, similar to Chicago 12, with varying shades of Violet, and a Shadow! "PurpleHaze 12" is well suited for use with SuperClock and Menuette.This Font also looks quite nice on Grayscale Macs! This font is ShareWare ($10.00 - includes complete set)! Please read the "Read Me..." file included.
ProcessRow AMUG CD:Files:System7 tools:P-Q:Process Row™.cpt Process Row™.cpt 0 20K 2/16/93 Process Row™ - Process Row was developed to help those Macintosh™ users who run multiple applications under System 7 with a visual display of the active processes. Similar to the display of the icons under the Application Menu provided by System 7, it watches the activation and deactivation of all processes (including background-only processes). Shareware $5.
PrimeNumber AMUG CD:Files:Hyper:P:Prime Number.cpt Prime Number.cpt 0 6K 2/16/93 Prime Number - This is a simple stack for HyperCard that generates a list of prime numbers. "Brought to you by The Real Mac Man."
PotsdamTT AMUG CD:Files:Font:P:PotsdamTT.cpt PotsdamTT.cpt 0 23K 2/16/93 PotsdamTT - Potsdam is an ornate calligraphic-style display font based on a German typeface which I found in a 19th century brochure from a German coach tour line. The basic style is a striking German gothic, plus the capital letters and some of the small letters are ornamented with spirals. It's a very unusual looking typeface. Potsdam is part of the Scriptorium Font Library, copyright 1992 by Dave Nalle. If you like it you can register and receive a disk with 12 fonts on it with your registration. For more information see the enclosed text files.
PotsdamT1 AMUG CD:Files:Font:P:PotsdamT1.cpt PotsdamT1.cpt 0 28K 2/16/93 PotsdamT1 - Potsdam is an ornate calligraphic-style display font based on a German typeface which I found in a 19th century brochure from a German coach tour line. The basic style is a striking German gothic, plus the capital letters and some of the small letters are ornamented with spirals. It's a very unusual looking typeface. Potsdam is part of the Scriptorium Font Library, copyright 1992 by Dave Nalle. If you like it you can register and receive a disk with 12 fonts on it with your registration. For more information see the enclosed text files.
PLIsCDROMMS AMUG CD:AMUG Info:AppleLink:PLI's CD ROM MS 200 Internal PLI's CD ROM MS 200 Internal 0 4K 2/16/93 PLI's CD ROM MS 200 Internal - San Francisco, January 6, 1993 — Responding to the need for multi-session Kodak PhotoCD™ compliant internal CD ROM readers for Apple Computer’s Macintosh IIvi, IIvx, Quadra 950 and Performa 600, PLI introduced the PLI CD ROM MS Internal, a dual-speed CD ROM drive that provides 200ms access time. The nedrive reads data at two different speeds; one for audio and another for data. Delivering sustained data transfer rates of 330K per second, the PLI CD ROM MS Internal sports a large 256 kilobyte buffer.
Pipeline.cpt AMUG CD:Files:Font:P:Pipeline.cpt Pipeline.cpt 0 45K 2/16/93 Pipeline - This is my first font. I've always been a font fan, ever since I'd stumbled across my first Mac 128 back in 1985. (Boy, I remember taking 15 minutes to install three fonts in my System file on those old 400K disks.) Well, anyway, I was sitting around, messing with my brother's computer, and the idea hit me. How about a decorative font that looked like it was made from pipe pieces? Well, to make a long story short, here is the font. The upper case letters look like iron pipe fittings, and the lower case letters look like copper pipe fittings.
PigProfessio AMUG CD:Files:Hyper:P:Pig Professional 1.7.cpt Pig Professional 1.7.cpt 1.7 0 83K 2/16/93 Pig Professional 1.7 - This HyperCard game was written by Geoff Williams, author of other award-winning stacks such as "Bomb Hunter", "ArtBlox", "IconStack" and the HyperMagic Series (for magicians only). Pig Professional is loosely based on "Pig", a dice game played in the book Watership Down. Two players (two humans or a human and the computer) compete for the highest score at the end of ten rounds. It's easy, fast and packed with strategy. The computer is quite an accomplished player, by the way.
Peephole203 AMUG CD:Files:Tele:P:Peephole203.cpt Peephole203.cpt 2.03 0 53K 2/16/93 Peephole203 - Peephole version 2.0.3 - This update is a quick & dirty modification to allow for modifications made to the way data is formatted in the Callerlog of Second Sight version 2.2b38 and following. To use this application, drag it into the same folder as your Second Sight application and Callerlog. IF you keep your Callerlog in another location, it may not (probably won't) work. I'll try to look at that in a few days. Anyway, once in place, just add a command 50/51 call to it from any Second Sight menu.
PasswordWrit AMUG CD:Files:Bus:N-Q:Password Writer.cpt Password Writer.cpt 0 17K 2/16/93 Password Writer - Password Writer is System 6 and 7 compatible, 32-bit clean and works with virtual memory. It will generate random passwords for you. The first character will always be a letter. Just use copy and paste to get the password. This is a very straightfoward, and plain application. If I would've added more stuff to make it look nicer, it would be bigger and slower. (Who needs that anyway?). This software IS shareware. That means you can play-before-you-pay, or try-before-you-buy. Use it a little. Also, please give this software to two people to fulfill your commitment to shareware writers and Macintosh users. "Brought to you by The Real Mac Man."
PageMaker4.2 AMUG CD:Files:Word:O-P:PageMaker 4.2a SplashScreen.cpt PageMaker 4.2a SplashScreen.cpt 0 7K 2/16/93 PageMaker 4.2a SplashScreen - allows you to change your PageMaker splash screen to the correct version.
OnlineBible2 AMUG CD:Files:Education:O-P:Online Bible 2.0.cpt Online Bible 2.0.cpt 2.0 0 2923K 2/16/93 Online Bible 2.0 - contains the Kings James version of the Bible with notes and passages for study.
NikonScanner AMUG CD:Files:Util:N-O:Nikon Scanner 4.0b5.cpt Nikon Scanner 4.0b5.cpt 4.0b5 0 173K 2/16/93 Nikon Scanner 4.0b5 - Version 4.0 beta 5 release, many new features, interactive help, large screen support, powerbook support, 12 inch rgb support, 10 inch rgb support.
NightRoses AMUG CD:Files:Education:N:Night Roses.cpt Night Roses.cpt 0 97K 2/16/93 Night Roses - this is a great file of poems that can be played for you.
NewsEditorv1 AMUG CD:Files:Tele:Hermes:News Editor v1.1.cpt News Editor v1.1.cpt 1.1 0 13K 2/16/93 News Editor v1.1 - "News" is an external designed to let Hermes SysOp's create and edit up to ten "System News Messages." The basic concept behind News is toforce users to read important news, but spare them the constant displaying of the message over and over again. This is achieved by several features of this external. First, for users with ANSI, messages are displayed in a bright attention getting ANSI style. Second, messages may NOT be aborted with a tap of the [SPACE] bar. And finally, after a user has read a certain new message it is recorded and he is not shown it again.
NewMacintosh AMUG CD:AMUG Info:AppleLink:New Macintosh Quadra 800 New Macintosh Quadra 800 0 7K 2/16/93 New Macintosh Quadra 800 - MACWORLD, TOKYO--February 9, 1993--Apple Computer, Inc. today introduced a new member of its highest performance line of computers, the Apple Macintosh Quadra 800. As the most affordable Macintosh Quadra ever, the Quadra 800 delivers more than a 30 percent increase in performance over the current entry-level Macintosh Quadra 700, and does so with greater functionality.
NAUGSAW'93in AMUG CD:AMUG Info:AppleLink:NAUGSAW'93 information NAUGSAW'93 information 0 11K 2/16/93 NAUGSAW'93 information - For the last seven years, Apple II and Macintosh user group leaders have gathered annually, at National Apple User Group Conferences. These gatherings, have provided a meeting ground for diverse groups to discuss, explore and share their experiences, as well as talk to industry leaders and vendors. Info inside on the next gathering.
MyGOD!.cpt AMUG CD:Files:Util:After Dark:My GOD!.cpt My GOD!.cpt 0 2K 2/16/93 My GOD! - This is a great MultiModule settings file for use with AfterDark. Just put this settings file in your "Multimodule Settings" folder and then select "My GOD!" from the settings selection menu in Multimodule. There are quite a few modules running at once, and going pretty fast, too. It could be called madness, or Chaos. Try it, you'll love it!
MyFTPList AMUG CD:Files:Tele:M:My FTP List.cpt My FTP List.cpt 0 4K 2/16/93 My FTP List - Here's the second edition of my FTP site listing. Thanks to all those who e-mailed me. All sorts of new sites and other great info are now included; worth the upload even to those who got my first version.
MossFont.cpt AMUG CD:Files:Font:M:Moss Font.cpt Moss Font.cpt 0 11K 2/16/93 Moss Font - From the creator of MENUCLOCK Font, comes another color font, similar to Chicago 12, with varying shades of Green, and a Shadow! "Moss 12" is well suited for use with SuperClock and Menuette.This Font also looks quite nice on Grayscale Macs! This font is ShareWare ($10.00 - includes complete set)! Please read the "Read Me..." file included.
ModemSummar AMUG CD:Files:Tele:M:Modem-Summary.cpt Modem-Summary.cpt 0 23K 2/16/93 Modem-Summary - Gathered from sources on the Internet. This document discusses various 14.4K (and higher) modems. Many users were able to personally compare most of the modems side by side. At any rate, it is MUST reading before you buy a high-speed modem. As most of the "reviewers" lean heavily toward the Zyxel modems, I've included some detailed specs on these as well.
Mini-Animato AMUG CD:Files:Movie:A-P:Mini-Animator™ 2.5.cpt Mini-Animator™ 2.5.cpt 2.5 0 305K 2/16/93 Mini-Animator™ 2.5 - This is the cheapest quality animation program you will find. It is System 6 and System 7 compatible. It has extended sound support. In has built-in help, built-in clip art and even a built-in demo. It has a bunchof features, some of which are: animate in three speeds, Add-Sound™, theMini-Feature™ (for super fast access time) and auto-optimize. The idea is to make animation easy and quick to produce. The finished animation has a mini-script to animate-only. (it makes self-propelled animation. It is shareware, only $15. "Brought to you by The Real Mac Man."
MenuChoice16 AMUG CD:Files:System7 tools:M:MenuChoice1.6.cpt MenuChoice1.6.cpt 1.6 0 42K 2/16/93 MenuChoice1.6 - MenuChoice is a control panel device which enables hierarchical menus under the Apple menu. With it, you can open applications, control panel devices, and documents of all kinds quickly and easily using your Apple menu. Version 1.6 fixes compatibility with certain Mac models that could not use it at all before.
MacSeatEmv3 AMUG CD:Files:Education:M:MacSeat'Emv3.cpt MacSeat'Emv3.cpt 3 0 38K 2/16/93 MacSeat'Emv3 - Mac Seat'Em is the SLV acclaimed shareware seating charts maker from Boomeria Softworks. It quickly and easily uses the rosters in Gradebook Plus to make your seating charts in any arrangement you choose. The print-outs are magnificent. You choose the fonts and sizes and how you want the names to appear on your charts. You may include squares for attendance and tardies. Students may be moved and exchanged with the mouse. When you want a completely new seating chart, you may choose the randomize option to scramble the kids.
MacLoanWorks AMUG CD:Files:Bus:M:MacLoan Worksheet.cpt MacLoan Worksheet.cpt 0 20K 2/16/93 MacLoan Worksheet - this is the worksheet for MacLoan.
MacIntercomm AMUG CD:AMUG Info:AppleLink:MacIntercomm Lite announcement! MacIntercomm Lite announcement! 0 6K 2/16/93 MacIntercomm Lite announcement! - LOS ANGELES, Feb. 9, 1993 -- Mercury Systems today announced a new product titled MacIntercomm Lite. The product is a smaller version of its full-featured communications program MacIntercomm, and is intended for bundling with modems directly from modem manufacturers and mail order hourses. The product is shipping immediately, and several major Macintosh modem manufacturers are expected to announce bundling agreements in the near future.
MacDrillv3 AMUG CD:Files:Education:M:Mac Drillv3.cpt Mac Drillv3.cpt 0 32K 2/16/93 Mac Drillv3 - Mac Drill is the super-fun, shareware (high tech review game that our science department uses on a regular basis. It will randomly call upon the kids by displaying their names in large font on the computer screen. Review lists may be entered into the computer in advance. The computer will then display a question and then call upon a student to answer it. Mac Drill also can be used to randomly select project, cooperative learning, or lab groups of kids. They don't argue with "Lord Apple".
LockHD4Sessi AMUG CD:Files:Util:L:LockHD4Session1.0b1.cpt LockHD4Session1.0b1.cpt 1.0b1 0 4K 2/16/93 LockHD4Session1.0b1 - This application software-locks the startup disk when executed, and installs a Shutdown task to unlock it when you Shut Down or Restart the computer. I wrote this to protect my hard disk from my little brother when he uses my Mac, without inconveniencing me. I place it in the Startup Items folder so it is executed automatically on startup. Used in conjunction with AltFromMain Folders, the disk is only locked when he uses the hard disk with his setup.
Letters.cpt AMUG CD:Files:Util:After Dark:Letters.cpt Letters.cpt 0 3K 2/16/93 Letters - Puts random letters taking the appearance of sentences and paragraphs on your screen. From afar it looks like you're hard at work.
KudoReviewPa AMUG CD:Files:Mag:H-L:Kudo Review Packet.cpt Kudo Review Packet.cpt 0 308K 2/16/93 Kudo Review Packet - The “Kudo Image Browser” is a graphics and mixed-media cataloging, browsing, and retrieval tool designed for those who use image files in their daily work. Scanned photos, clip art, graphics, QuickTime movies, even Kodak Photo CD files can now be cataloged for instant access, and the cataloged images can be previewed, printed, placed into other documents, or opened by an editing application of your choice. In addition, the media catalogs can be searched by descriptive text or keywords, filenames, size, date created, date modified, or by folder or volume location. Now it’s easy to “get the picture!”
Karate.cpt AMUG CD:Files:Font:K:Karate.cpt Karate.cpt 0 56K 2/16/93 Karate - this is a Type 1 font for use on the Macintosh.
InTheFirstLi AMUG CD:Files:MIDI:H-M:In The First Lightmidi1.cpt In The First Lightmidi1.cpt 0 10K 2/16/93 In The First Lightmidi1 - Taken from "An Acapella Christmas", this is a sequence with each vocal part recorded on a separate track. An interesting challenge to come up with musical patch combinations that work with each other. If you come up with something you like, let met know.
InsideMacInd AMUG CD:Files:Prog:H-K:Inside Mac Indexes.cpt Inside Mac Indexes.cpt 0 185K 2/16/93 Inside Mac Indexes - New IM Index contains an index to the first five volumes of New Inside Macintosh, “Files”, “Memory”, “Processes”, “Macintosh Toolbox Essentials” and “Overview”. The entries are of the form “X1-2”, where “X” is the first letter of the volume name, “1” is the chapter number, and “2” is the page number. The exception to this numbering scheme is Overview, which doesn’t use chapter numbers. (Don’t ask me why -- obviously the book teams at Apple weren’t talking to each other.)
InfoBase1.11 AMUG CD:Files:Bus:H-L:InfoBase 1.1.1.cpt InfoBase 1.1.1.cpt 1.1.1 0 12K 2/16/93 InfoBase 1.1.1 - This is a FileMaker Pro 2.0 database. You need to have that program to use it. FileMaker Pro 2.0 is MUCH better than previous versions, so if you don't have it you should check it out InfoBase is designed for storing the varied information that you are now keeping on sticky notes around your desk, mirror, toaster or whatever. It's great for keeping tidbits like your wife's aunt's second husband's name or where to get great pizza in Ottowa. Try typing in everything on your bulletin board and you'll get the idea. It won't make a very good address book or calendar, but you are welcome to find that out on your own if you must.
IconStack AMUG CD:Files:Util:Icons:IconStack.cpt IconStack.cpt 0 618K 2/16/93 IconStack - IconStack is the ultimate HyperCard B/W icon library by Geoff Williams, the author of other notable HyperCard stacks such as Bomb Hunter, Pig Professional, ArtBlox and the HyperMagic series (for magicians only). This handy HyperCard stack contains over 100 screens (cards) totaling MORE THAN 7000 icon-size black & white pictures (32 pixels by 32 pixels) of almost every conceivable form. Users can modify, copy and create their own icons for use in graphics programs, System 7 desktop icons, HyperCard buttons, ResEdit, etc. Icons can easily be added to this library.
IconsRUs2.0S AMUG CD:Files:Util:Icons:IconsRUs 2.0S.cpt IconsRUs 2.0S.cpt 0 46K 2/16/93 IconsRUs 2.0S - This is the Sampler Pack for Icons 'R' Us 2.0. It contains a sample of the icons that are available in the full version, and should enable you to determine whether or not you want to spend an hour downloading the complete package. I hope you like it :)
IconsRUs2.0 AMUG CD:Files:Util:Icons:IconsRUs2.0.cpt IconsRUs2.0.cpt 2.0 0 457K 2/16/93 IconsRUs2.0 - contains lots of great icons for your Macintosh. Eight folders of icons and instructions.
Icons.cpt AMUG CD:Files:Util:Icons:Icons.cpt Icons.cpt 0 25K 2/16/93 Icons - a number of great icons for your desktop decoration.
Hangmanv1.0 AMUG CD:Files:Tele:Hermes:Hangman v1.0.cpt Hangman v1.0.cpt 1.0 0 30K 2/16/93 Hangman v1.0 - Hangman v1.0 is a powerful hangman game with both an ANSI and a ASCII interface. It has a vocbulary of 4,400 words ranging from four to nine letters long. The SysOp external uses the SOSER method for setting it's restriction.
GradeCompute AMUG CD:Files:Education:G:GradeComputer1.0.1.cpt GradeComputer1.0.1.cpt 1.0.1 0 12K 2/16/93 GradeComputer1.0.1 - GradeComputer is a powerful, easy-to-use HyperCard stack that calculates a student's grade. GradeComputer was written for middle school and high school students.
GradebookPlu AMUG CD:Files:Education:G:GradebookPlus601.cpt GradebookPlus601.cpt 601 0 186K 2/16/93 GradebookPlus601 - Gradebook Plus is the Apple Computer award-winning grading program by Mindscape. It has a tremendous number of great options for record keeping and report printing! It's the Ultimate!! Please try this demonstration.
Garld.cpt AMUG CD:Files:Tele:Hermes:Garld.cpt Garld.cpt 0 33K 2/16/93 Garld - Just quit Hermes, drop Garld v1.1 in the External Folder, and re-start Hermes. Special Thanks to Greg Oberfield and Dave Mckee for their Help with Pascal. That's about it! Enjoy...Sam Shafritz
FunIcons.cpt AMUG CD:Files:Util:Icons:FunIcons.cpt FunIcons.cpt 0 20K 2/16/93 FunIcons - Restart your machine and when extensions are loaded hold down the option and apple keys, you will get a dialogue asking if you want to rebuild the desktop. Hit "yes". It'll only take a couple of minutes. After that you will have a folder full of neato new icons for folders and the like. To use them hit get info on any of them, click the icon in the corner of the get info box and hit copy from the edit menu (apple-c). Then get info on whatever you want to copy them to, click the corner icon box in the get info window and select paste from the edit menu (apple-v). These are in 16 and 256 color as well as black and white so they work with all macs and all settings, though, 256 is definitely preferred.
FretboardNot AMUG CD:Files:Education:F:Fretboard Notator.cpt Fretboard Notator.cpt 0 30K 2/16/93 Fretboard Notator - allows you to click on the fret of a guitar and have it display information about the note you are playing in music notation.
Freddie1.2.5 AMUG CD:Files:Tele:D-F:Freddie 1.2.5.cpt Freddie 1.2.5.cpt 1.2.5 0 335K 2/16/93 Freddie 1.2.5 - Freddie lets users download their mail in a "packet" from BBS's that offer a QWK door. Using Freddie, users can read and respond to their mail offline at their leisure, and then send those replies back to the BBS in another packet. Freddie offers a variety of convenient features, such as full indexing of every conference, sorting by four fields (including subject, which simulates threading), searching for a string, and more. Best of all, Freddie is a true Mac application. Freddie 1.2.5 is a major improvement over previous versions, allowing for automatic decompression of QWK packets under System 7.x using ZipIt, the shareware zip/unzip utility.
FRAMZDemo AMUG CD:Files:Word:E-G:FRAMZ Demo.cpt FRAMZ Demo.cpt 0 106K 2/16/93 FRAMZ Demo - FRAMZ is a collection of decorative frames and borders created for use with Aldus PageMaker. It is simple to install and to use. For additional frames, contact ShadeTree and ask about additional FRAMZ libraries.
Fractions AMUG CD:Files:Font:F:Fractions.cpt Fractions.cpt 0 15K 2/16/93 Fractions - this is a font that displays fractions.
Floppyicons1 AMUG CD:Files:Util:Icons:Floppy icons 1.cpt Floppy icons 1.cpt 0 6K 2/16/93 Floppy icons - So, how long have you been aching for floppy disk icons that tell you more than "this is a floppy disk?" Your call has been answered. Here are a bunch of disk icons that you can use to identify your floppies on insert or even as relacement folder icons. What fun!
FKEYDisplay AMUG CD:Files:Util:Fj-Fz:FKEY Display.cpt FKEY Display.cpt 0 4K 2/16/93 FKEY Display - FKEY Display is an FKEY that shows a list of the names of all the FKEYs installed in your System. It will also show you that an FKEY is installed even if it is not named. It shows the standard Apple FKEYs 1-4 with a description of what they do, if they are not named. Note that you can install your own FKEYs here and they will override the ROM FKEYs (what Adam Stein says about this in his FKEY Master is NOT true).
FirstClass-A AMUG CD:Files:Tele:First Class:FC Systems:FirstClass-AMUG.cpt FirstClass-AMUG.cpt 0 277K 2/16/93 FirstClass-AMUG - this is the First Class software for the AMUG Preferred system.
FindAll–anew AMUG CD:AMUG Info:AppleLink:FindAll – a new Find utility FindAll – a new Find utility 0 4K 2/16/93 FindAll – a new Find utility - FindAll has ‘built in’ searches for applications, control panels and desk accessories, but users can define their own search criteria and add them to FindAll’s menu. For example, a user could add a menu item ‘Recent Excel Docs’ which instantly finds and lists all Excel documents modified after a certain date etc.
Enablerpatch AMUG CD:Files:System7 tools:E:Enablerpatch.cpt Enablerpatch.cpt 0 4K 2/16/93 Enablerpatch - Connectix recently discovered a system bug which was verified and repaired at Apple Computer, Inc., involving machines which use system enabler files. Since the repair will not be available for an undetermined amount of time, Connectix has produced this patch to distribute a fix to users currently experiencing problems.
EFFector5.01 AMUG CD:Files:Word:E-G:EFFector 5.01.cpt EFFector 5.01.cpt 5.01 0 13K 2/16/93 EFFector 5.01 - EFFector 5.01 2/5/93, the online Journal of the Electronic Frontier Foundation. In this issue: three perspectives of a two-day meeting in Atlanta between EFF and representatives of regional groups of grassroots networking activists. This past January 23rd and 24th, 11 members of the electronic community met in Atlanta with members of the staff and board of the Electronic Frontier Foundation. The meeting lasted a day and a half, with topics of discussion including EFF's recent organizational restructuring and how groups serving the electronic community can work together to be more effective.
EdgarAllanPo AMUG CD:Files:Education:E:Edgar Allan Poe II.cpt Edgar Allan Poe II.cpt 0 52K 2/16/93 Edgar Allan Poe II - this is the second volume of the Edgar Allan Poe series. Edgar Allan Poe stories are great stuff!
E-MailRefuse AMUG CD:Files:Tele:Hermes:E-Mail Refused.cpt E-Mail Refused.cpt 0 11K 2/16/93 E-Mail Refused - E-Mail Resufed is a Hermes extension that allows users to choose up to ten different users who they do not want to receive E-Mail from. Refusing E-Mail means when a user, who is not allowed to E-Mail you, trys to, he is given a message and send back to whatever he was doing. One can edit what this messgae says and the color it is displayed in. Here is the most common example of someone being denied access to E-Mail another user.
DotMatrix.cp AMUG CD:Files:Font:D:DotMatrix.cpt DotMatrix.cpt 0 125K 2/16/93 DotMatrix - In the course of my job, I sometimes make handouts, or memos, or short booklets explaining how to use various aspects of PC's. (Of course, on my desk, I have a Mac IIsi, while at home sits a IIci, but since I'm in charge of all the PCs at my company, I sometimes have to descend to that level and try to puzzle out the vagaries of DOS.) Anyway, once in a while I want to set apart a section of these handouts so that it looks like the screen, or a printout from a DOS application. Since Courier doesn't look like a DOS printout, nor does it contain the IBM extended character set, I thought I'd create a font that did. And here it is. On the screen at 12 pt.
DotConnectio AMUG CD:Files:Hyper:D:Dot Connection.cpt Dot Connection.cpt 0 9K 2/16/93 Dot Connection - This is a quick graphic making stack, for HyperCard 2.0 or higher. It will automatically change it's size to fit you screen. It was made by the Real Mac Man. The concept is simple - make dots, and connect every dot to every other dot. The results are really cool. For other cool stacks that I have written, send a disk and 5$. "Brought to you by The Real Mac Man."
DogKissppats AMUG CD:Files:Util:Textures:Dog Kiss ppats.cpt Dog Kiss ppats.cpt 0 18K 2/16/93 Dog Kiss ppats - Two ppats of an interesting painting... A couple engaged in a passionate kiss. The back of each person's head is a dog's face.
DLViewer1.0b AMUG CD:Files:Movie:A-P:DLViewer 1.0b3.cpt DLViewer 1.0b3.cpt 1.0b3 0 19K 2/16/93 DLViewer 1.0b3 - I downloaded this file from sumex-aim.stanford. It did not come with any documentation. It is a Mac utility for viewing .DL movies. It is Compatible with .DL files type 1 and 2. It seems to work perfectly on my Mac LC with Sys 7.0.1.
Disconnectv1 AMUG CD:Files:Tele:Hermes:Disconnect v1.0.cpt Disconnect v1.0.cpt 1.0 0 3K 2/16/93 Disconnect v1.0 - Got a question for you! Could you write an external that would allow users to log off from the Externals Menu instead of having to quit to the main menu and then log off? If you could, I'm sure that there are a lot of people that could use it. That letter just about says it all. To install it just drop it in your externals folder and relaunch Hermes.
DirEditv1.0 AMUG CD:Files:Tele:Hermes:DirEdit v1.0.cpt DirEdit v1.0.cpt 1.0 0 20K 2/16/93 DirEdit v1.0 - ADVANTAGES OF DIREDIT vs. THE BUILT-IN HERMES BOARD EDIT One can edit/create/delete transfer directories remotely. One can edit/create/delete transfer directories without slowing down the rest of the board. Co-SysOp's edit/create/delete transfer directories if you want them to be able to do so.
Cuatrov1.0 AMUG CD:Files:Tele:Hermes:Cuatro v1.0.cpt Cuatro v1.0.cpt 1.0 0 16K 2/16/93 Cuatro v1.0 - Some SysOp's with keen powers of observation may have noticed a striking resemblence between Cuatro and Colen Garoutte-Carson's Chess and Checkers. I did this for standardizational purposes. Colen Garoutte-Carson set the standard with Chess and Checkers and I think it is important to stick with the format for all board game type externals. I do not have the source code to Chess or Checkers. Imitation is the sincerest form of flatery Colen Garoutte-Carson. For Hermes BBS.
CONFIDENTIAL AMUG CD:Files:Bus:C:CONFIDENTIALITY AGREEMNT.cpt CONFIDENTIALITY AGREEMNT.cpt 0 7K 2/16/93 CONFIDENTIALITY AGREEMNT - this is an agreement for those that need a confidential contract.
ComputerWorl AMUG CD:Files:Music:C:Computer World.cpt Computer World.cpt 0 71K 2/16/93 Computer World - Here is a sound that you will most likely enjoy! It is the main theme from the song "Computer World" (instrumental only). I find that it makes an excellent houly chime for use with SuperClock! etc.. It is sampled at 22khz for your enjoyment.
CompressorsC AMUG CD:Files:Mag:B-C:Compressors Compared.cpt Compressors Compared.cpt 0 5K 2/16/93 Compressors Compared - If you don't believe that any program can replace Compact Pro or Stuffit, then check this out. Here are the results of an experiment that I ran to compare Compact Pro, Stuffit, DiskDoubler, and AutoDoubler. This Excel spreadsheet details the results of that experiment, showing the % savings for each program and the speed of compression/expansion.
Colorstopwat AMUG CD:Files:Art:Ci-Cz:Color stopwatch art EPS.cpt Color stopwatch art EPS.cpt 0 31K 2/16/93 Color stopwatch art EPS - Detailed colorized stopwatch clip art. You can modify or place in your Page Layout program. Done for professional use. Hope someone can use it who doesn't draw.
ColoringBook AMUG CD:Files:Education:C:Coloring Book 1.0 Coloring Book 1.0 1.0 0 529K 2/16/93 Coloring Book 1.0 - Coloring Book is a full screen electronic coloring book for children of all ages. The user clicks on a palette of colors to select a color and then clicks inside the shapes to be colored. A random selection from a variety y of amusing sounds is played every time the color is changed. Interspersed throughout the coloring book pages are simple animations such as a fish that blows bubbles, a pop-up jack-in-the-box, etc.
ClipArt15Sam AMUG CD:Files:Art:Richard Wald:Clip Art 15 Sampler.cpt Clip Art 15 Sampler.cpt 0 27K 2/16/93 Clip Art 15 Sampler - "Here is a fully functional stack which contains 10 sample clips from the full stack. On this sampler is a dolphin, family in car, grapes, man wearing hat, mermaid, Mexican hat, snake, unicorn, woman wearing hat, and a zombie cowboy."
Chronology AMUG CD:Files:MIDI:A-G:Chronology.cpt Chronology.cpt 0 7K 2/16/93 Chronology - A simple, quick sequence juxtaposing 4 different 'rhythm changes' heads against one another.
ChangeSTRv1 AMUG CD:Files:Tele:Hermes:Change STR# v1.2.cpt Change STR# v1.2.cpt 1.2 0 9K 2/16/93 Change STR# v1.2 - Change STR# is an external for Hermes that will allow you to edit the STR# resource's "HrmSTR1" and "HrmSTR2" found in the resource fork of the application Hermes, without using ResEdit. Contained in these resources are various string relating to Hermes. Because ResEdit is not needed to edit these resources with Change STR# it allowes you to make changes WITHOUT having to quit Hermes and take down your board.
ChangeInfo AMUG CD:Files:Tele:Hermes:Change Info+ v2.0.cpt Change Info+ v2.0.cpt 2.0 0 9K 2/16/93 Change Info+ v2.0 - Any number of possible Computer Types are now displayed. The list can be aborted with a [SPACE] and it will pause if the user has his pause on screen on. Method of recording the various SL settings for each field changed from a stupid data file to a resource. File is 38.3% smaller. Birthdates with single digits are displayed with a 0 in front of them. Birthdates are displayed in US Standard form. (MONTH/DAY/YEAR). For Hermes BBS.
Buttonicons AMUG CD:Files:Util:Icons:Button icons.cpt Button icons.cpt 0 23K 2/16/93 Button icons - Nestled within this bunch of icons to beautify your desktop. They're based on Renderer's "button icons." I use them for aliaises of oft used programs, and line 'em up at the bottom of my screen. O how convenient! And how snazzy!
BulkRDocs&Ex AMUG CD:Files:Tele:First Class:BulkRDocs&Extras.cpt BulkRDocs&Extras.cpt 0 48K 2/16/93 BulkRDocs&Extras - documentation for BulkRate, the offline reader/mail robot for FirstClass BBSs. Also included are utilities by Pete Johnson to assist in the use of BulkRate as a link to Tabby and FidoNet.
BongoBob302 AMUG CD:Files:Util:B:Bongo Bob302.cpt Bongo Bob302.cpt 3.0.2 0 621K 2/16/93 Bongo Bob302 - Bongo Bob is a system extension (INIT) that will display a wacky, obnoxious, or meaningful saying when your Macintosh starts up. Bongo Bob is PHOTOWARE! If you decide to keep Bongo Bob in your software library, please send the author a funny, odd, strange, weird, or wild picture of yourself (Please be sure to put your name, city, and state on the back of the photo.) Your picture will be added to the author's "Bongo Bob Registered Owners Collage" which is on display at his apartment.
Blah!!.cpt AMUG CD:Files:Util:After Dark:Blah!!.cpt Blah!!.cpt 0 2K 2/16/93 Blah!! - This is a strange MultiModule depicting many things. I believe Boris is running around, while it rains, and while someone mows the lawn. You have to see it. Strange, and quite fast! Have Fun!
BetterUserLi AMUG CD:Files:Tele:Hermes:Better User Lister.cpt Better User Lister.cpt 0 4K 2/16/93 Better User Lister - With Better User Lister you can get a totally accurate list of Hermes users who have access to a certain sub. Better User Lister checks for not only the right SL, but also Minimum Age, Restrictions, and Forum Access.
BetterBoardE AMUG CD:Files:Tele:Hermes:Better BoardEdit.cpt Better BoardEdit.cpt 0 16K 2/16/93 Better BoardEdit - One can edit/create/delete message subs/formus remotely. When editing Hermes message subs with the Built-in Hermes Board Edit you may have noticed that while the "Enter Subforum Infomation" dialog box is up, any user on-line is frozen untill you click "Okay". With Better Board Edit this is not the case. Co-SysOp's can edit/create/delete message subs/forums if you want them to be able to do so.
AutoDoubl201 AMUG CD:Files:Util:Ah-Az:AutoDoubler->2.0.1.cpt AutoDoubler->2.0.1.cpt 2.0.1 0 178K 2/16/93 AutoDoubler->2.0.1 - January 21, 1993. AutoDoubler™ 2.0 (now version 2.0.1) This patching program will automatically patch the installed copies if it can locate them. To patch a specific copy of a file, hold down the option key while clicking the "Patch" button. If you're patching the installed versions (the default), you must restart your Macintosh after the patching process is finished for the changes to take effect.
ASortofaKind AMUG CD:Files:Bus:A:A Sort of a Kind.cpt A Sort of a Kind.cpt 0 12K 2/16/93 A Sort of a Kind - A Sort of a Kind will sort arbitrarily large text files. File size is limited only to allocated RAM, with the reliable factor being file-size + 128K. If you get a message that your file is too large, increase aSoaK's memory allocation. 1. Get Info on the file. Note its size in kilobytes. 2. Add 128K to the size of the file. 3. Get Info on aSoaK and change the figure in the Current Size box in the lower right-hand corner to the value you came up with in step 2.
AppleProdInt AMUG CD:AMUG Info:AppleLink:Apple Prod Intro Opens Macworld Apple Prod Intro Opens Macworld 0 12K 2/16/93 Apple Prod Intro Opens Macworld - MACWORLD, TOKYO--February 9, 1993--Celebrating the largest product introduction in the company's history, Apple Computer, Inc. today announced the shipment of its 10 millionth Apple Macintosh computer and unveiled eight new personal computer products, including five Macintosh desktop systems, a color PowerBook, and two low-cost laser printers. The announcements--made in conjunction with MacWorld Tokyo, the largest MacWorld Exposition in the world with more than 100,000 attendees--mark the first time Apple has launched products for the international market at a venue outside of the United States.
AppleLW AMUG CD:AMUG Info:AppleLink:Apple Introduces LaserWriter Apple Introduces LaserWriter 0 9K 2/16/93 Apple Introduces LaserWriter - MACWORLD, TOKYO--February 9, 1993--Apple Computer, Inc. today continued to expand its family of high-quality laser printers with the introduction of the Apple LaserWriter Select series of midrange printers. The LaserWriter Select 300 and the LaserWriter Select 310, the first printers to debut in this line, bring a new level of price and performance to customers seeking professional quality printing. They are designed to provide advanced print quality, convenient paper handling, and greater affordability.
AppleIntro AMUG CD:AMUG Info:AppleLink:Apple Introduces the Macintosh Apple Introduces the Macintosh 0 6K 2/16/93 Apple Introduces the Macintosh - MACWORLD, TOKYO--February 9, 1993 Building on the strong foundation of its best-selling Apple Macintosh LC II personal computer, Apple Computer, Inc. today introduced the Macintosh LC III, a fast, versatile and affordable slim-line computer. The new system delivers increased performance and new features that improve upon the popular Macintosh LC II.
AppleColor AMUG CD:AMUG Info:AppleLink:Apple Introduces Color to Its Apple Introduces Color to Its 0 7K 2/16/93 Apple Introduces Color to Its - MACWORLD, TOKYO--February 9, 1993--Apple Computer, Inc. today introduced the Apple Macintosh PowerBook 165c, the first color notebook in its popular PowerBook line. The 165c combines high performance and a sleek ergonomic design with a technically innovative display that provides the quality color capabilities users expect from a Macintosh.
AppleCentris AMUG CD:AMUG Info:AppleLink:Apple Introduces Macintoh Apple Introduces Macintoh 0 9K 2/16/93 Apple Introduces Macintosh - MACWORLD, TOKYO--February 9, 1993--Apple Computer, Inc. today introduced the Apple Macintosh Centris line--new midrange personal computers that offer fast performance, flexibility, and expandability to mainstream business and professional users at an affordable price. The new line includes the Macintosh Centris 610 and Macintosh Centris 650, which deliver the power of the high-performance Motorola 68040 microprocessor at significantly lower price points.
AppleAnnounc AMUG CD:AMUG Info:AppleLink:Apple Announces Support for Apple Announces Support for 0 4K 2/16/93 Apple Announces Support for - NEW YORK--February 8, 1993--Following the unveiling by General Magic of their Telescript and Magic Cap technologies, Apple has announced its intention to include Telescript with its Macintosh PowerBook family as well as with products from its Personal Interactive Electronics (PIE) division. These include products in the forthcoming Newton family and services from the Apple Online Services Group.
AppleAddsCol AMUG CD:AMUG Info:AppleLink:Apple Adds Color to Macintosh Apple Adds Color to Macintosh 0 7K 2/16/93 Apple Adds Color to Macintosh - Color Classic Delivers Exceptional Color, Greater Expansion and New Ease-of-Use Features to Popular Compact Design MACWORLD, TOKYO--February 9, 1993--Apple Computer, Inc. today introduced the Apple Macintosh Color Classic, an enhanced version of its popular, all-in-one computer design. The Macintosh Color Classic offers exceptional color, greater expandability, and new ease-of-use features, including Macintosh LC expansion capability and an energy-saving feature.
ANSIDoodlev1 AMUG CD:Files:Tele:Hermes:ANSI Doodle v1.0.cpt ANSI Doodle v1.0.cpt 1.0 0 33K 2/16/93 ANSI Doodle v1.0 - ANSI Doodle is by no means meant to be a comparable ANSI Screen editor to such programs as ANSI Mouse or TheDraw. Just about the only thing its got going for itself is that fact that it's an external for Hermes. There are some major problems with the effiency of ANSI Doodle. Nevertheless, the important thing to keep in mind is that it was created as a "fun" external.
AnimalStack2 AMUG CD:Files:Art:Richard Wald:Animal Stack 2 Sampler.cpt Animal Stack 2 Sampler.cpt 2 0 33K 2/16/93 Animal Stack 2 Sampler - Here is a fully functional HyperCard Stack with 10 sample clips from the full stack. On this sampler is an ass, boar, bull, chicken, crab, donkey, fly, geese, goat and horse.
AnimalStack1 AMUG CD:Files:Art:Richard Wald:Animal Stack 1 Sampler.cpt Animal Stack 1 Sampler.cpt 1 0 36K 2/16/93 Animal Stack 1 Sampler - "Here is a fully functional stack which contains 10 sample clips from the full stack. On this sampler is a buffalo, chipmunk, dinosaur, dog, dragon, horse, muskrat, otter, rhino, and rabbit."
AMUGPreferre AMUG CD:Files:Tele:Telefinder:AMUG Preferred3.0.cpt AMUG Preferred3.0.cpt 3.0 0 291K 2/16/93 AMUG Preferred3.0 - This is the new AMUG Preferred user software with more modem setups and a little different user interface.
AMUGPrefart AMUG CD:Files:Art:A:AMUG Preferred Splash.cpt AMUG Preferred Splash.cpt 0 9K 2/16/93 AMUG Preferred Splash - This is an alternate splash screen for AMUG Preferred.
AMUG93Indexe AMUG CD:Files:Mag:A:AMUG93 Indexes.cpt AMUG93 Indexes.cpt 93 0 6K 2/16/93 AMUG93 Indexes - this is the listing of Articles in the AMUG Newsletter for 1993.
AltFromMainF AMUG CD:Files:System7 tools:A:AltFromMain Folders.cpt AltFromMain Folders.cpt 0 6K 2/16/93 AltFromMain Folders - These extensions swap the various system folders around, including Desktop Folder, Trash, Startup Items, Apple Menu Items, and a few others. To do this, simply create a new folder next to the existing one with the same name with “.alt” on the end. For example, to create an alternative Desktop, create a folder called “Desktop Folder.alt” in the root level of your startup disk. When AltFromMain Folders is executed at startup, it will rename the folders with “.alt” on the end as the main folder, and add the suffix “.main” to the original folder, resulting in the alternative folder taking over from the original one. AltToMain Folders does the reverse.
AltClipboard AMUG CD:Files:Util:Ah-Az:AltClipboard FKEY.cpt AltClipboard FKEY.cpt 0 8K 2/16/93 AltClipboard FKEY - The AltClipboard FKEY adds the functionallity of a second clipboard to any application. Simply copy something (anything — text, picture, sound, whatever) into the Clipboard, activate the FKEY, and then you can copy something else without the first item being lost. You can then paste the second item, and to paste the first item, activate the FKEY again to retrieve it. Each time you activate the FKEY, the contents of the active Clipboard and the alternative Clipboard are swapped. You can swap them as much as you like, without losing either item (until you replace the contents of one or both by cutting or copying, of course).
AFewSounds AMUG CD:Files:Music:A:A Few Sounds.cpt A Few Sounds.cpt 0 32K 2/16/93 A Few Sounds - A sound file of "Program complete" and another for your fun.
Acidv2.0.cpt AMUG CD:Files:Tele:Hermes:Acid v2.0.cpt Acid v2.0.cpt 2.0 0 26K 2/16/93 Acid v2.0 - this is a hermes utility for BBS systems.
ZoominINIT AMUG CD:Files:Util:W-Z:Zoomin’ INIT.cpt Zoomin’ INIT.cpt 0 32K 2/05/93 Zoomin’ INIT - This INIT will increase your Mac's speed by 600% in opening windows, closing programs, opening programs, opening documents. Amazing. You can't believe how much faster this INIT makes things. Works on ANY Macintosh, system 6, too! Incredible! A must-have!
WorksReview AMUG CD:Files:Mag:T-Z:Works Review.cpt Works Review.cpt 0 32K 2/05/93 Works Review - There has been renewed interest in integrated software packages since the release of the PowerBooks. This is a complete and readable review of the latest version of Microsoft's offering in that arena. There are many small illustrations showing controls and tool palettes. Reprinted from Mac Monitor, award-winning newsletter of The Savannah Macintosh Users Group.
WealthBuilde AMUG CD:Files:Mag:T-Z:WealthBuilder Review.cpt WealthBuilder Review.cpt 0 21K 2/05/93 WealthBuilder Review - WealthBuilder 2.0 picks up where Quicken, MacMoney, and Managing Your Money leave off, providing the user with the tools to do long-range financial planning and portfolio management. Reprinted from Mac Monitor, newsletter of The Savannah Macintosh Users Group.
Victoire!1.0 AMUG CD:Files:Game:U-Z:Victoire! 1.0.2.cpt Victoire! 1.0.2.cpt 1.0.2 0 34K 2/05/93 Victoire! 1.0.2 - Update to the popular Control Panel which allows cheating at many popular games. Victoire! permits the gamer to assign a hot key which, when invoked during game play, will somehow enhance the game. (e.g. get an extra life, add additional missiles, or repair damage) Also, it allows expansion for support of future games through the installation of Game Enhancement Modules (GEMs). Victoire! is an extension absolutely necessary for anyone who plays Macintosh games. Update to Victoire! 1.0.2 fixes several bugs, and brings the list of supported games to fifteen: ARASHI, Armor Alley, Beyond Dark Castle, Hellcats, Lemmings, Leyte Gulf, Maelstrom, Mission Starlight, OIDS.
U.F.Orb-Colo AMUG CD:Files:Util:After Dark:U.F.Orb-Color.cpt U.F.Orb-Color.cpt 0 529K 2/05/93 U.F.Orb-Color - A screen saver module for the After Dark program. The module is an animated version of the cover of The Orb's latest album, "U.F.Orb." There is also some information about the band and an Orb "story." It's also available in separate downloads in B&W and for QuickTime, for use with the Darkside screensaver.
Truck.cpt AMUG CD:Files:Music:T:Truck.cpt Truck.cpt 0 81K 2/05/93 Truck - As you watch your four rows of startup icons march across the screen, why not add a Mac Truck startup sound to the daily ritual?! System 7 sound format. Freeware.
TidBITS#160 AMUG CD:Files:MUG News:TidBITS:151-175:TidBITS#160/25-Jan-93.cpt TidBITS#160/25-Jan-93.cpt 160 0 14K 2/05/93 TidBITS#160/25-Jan-93 - This week brings news of a new, object-oriented database from Mainstay; Connectix's better implementation of virtual memory; and responses to our booth bimbo and pornography articles. In honor of the issue number, we have a PowerBook 160 tip; Chris Johnson releases Gatekeeper 1.2.7; and Craig O'Donnell passes on some cacophonous notes on Macintosh sound. Internet users check out the searchable TidBITS archive available on the WAIS!
SweetSysSoun AMUG CD:Files:Music:So-Sz:Sweet Sys Sounds I Sweet Sys Sounds I 0 45K 2/05/93 Sweet Sys Sounds - This is a collection of sounds that were sampled from a Roland D-10 L/A Synthisizer. They can be dropped into the 'system' folder or they can be used with SoundMaster to provide many fun sounds at various events.
SwansStrtUpS AMUG CD:Files:Art:Sn-Sz:Swans StrtUpScrn.cpt Swans StrtUpScrn.cpt 0 116K 2/05/93 Swans StrtUpScrn - A relaxing way to begin your day! Two swans splish-splashing away. Requires 4-bit or greater color.
Sundial3.2 AMUG CD:Files:Tele:S:Sundial 3.2.cpt Sundial 3.2.cpt 3.2 0 33K 2/05/93 Sundial 3.2 - This utility is now unsupported and is placed in the Public Domain. Requires Second Sight 2.1. Sundial is used with the RRH Import Export Engines. Sundial reads a file provided by Tabby 2.0 and updates the Config file to the next scheduled launch time.
StarburstPS1 AMUG CD:Files:Font:S:Starburst PS1.cpt Starburst PS1.cpt 0 89K 2/05/93 Starburst PS1 - Starburst is a Type 1 PostScript font that works with Adobe Type Manager Version 1.2 or greater, and will print on any PostScript output device. It is a display font of caps, numbers and punctuation only; each character is drawn as a black sans serif character with what looks like a bright light cut into its middle with many rays emanating from the light. Its use should be limited.
StarburstFon AMUG CD:Files:Font:S:Starburst Font.cpt Starburst Font.cpt 0 57K 2/05/93 Starburst Font - Starburst Font - This is a font of "starburst" dingbats. Now you have access to starburst symbols for use in your word processor or drawing program. No tedious drawing required. Useful for unique bullets, or in larger sizes as background panels for "SALE!"-type ads. Use this font in Illustrator or Freehand to create starbursts on-the-fly. Convert them to outlines and edit to your hearts content! Over 70 characters filled with starbursts and related shapes.
StarTrek.cpt AMUG CD:Files:Mag:P-S:Star Trek.cpt Star Trek.cpt 0 23K 2/05/93 Star Trek - From the same folks that brought you After Dark, a whole new set of screen savers from the original Star Trek episodes. Illustrations included. Reprinted from Mac Monitor, newsletter of The Savannah Macintosh Users Group.
SOUNDEFFECTS AMUG CD:Files:Music:So-Sz:SOUND EFFECTS.CPT SOUND EFFECTS.CPT 0 294K 2/05/93 SOUND EFFECTS - A great collection of sound effects. Can be used for beeps, spicing up hypercard stacks, and excellent for people writing games or other applications. Includes choir,flute,catastrophe,helicopter,saxophone, and many more. Shareware.
SndChannelXC AMUG CD:Files:Music:S-Sn:SndChannel XCMD Specs.cpt SndChannel XCMD Specs.cpt 0 3K 2/05/93 SndChannel XCMD Specs - SndChannel XCMD is a new external command for Hypercard or Supercard that supports the multiple channel architecture of the Macintosh Extended Sound Manager. SndChannel enables independent control of multiple concurrent channels and the sounds played on those channels. This ability is especially useful to anyone producing scripted interactive content such as interactive books, games, entertainment, kiosks, tutorials, etc. Contained in this text file is a more detailed description of SndChannel including its features, commands, and ordering information.
Shredder7.0 AMUG CD:Files:Util:Icons:Shredder 7.0.cpt Shredder 7.0.cpt 7.0 0 9K 2/05/93 Shredder 7.0 - contains the neccessary resources to change the standard-issue trash can into a shredder. Shredder 7.0 has B/W, 16-color, and 256-color icons. ResEdit needed.
Sammy0.2a AMUG CD:Files:Game:S:Sammy 0.2a.cpt Sammy 0.2a.cpt .2a 0 258K 2/05/93 Sammy 0.2a - It's Sammy the Radiactive Electric Adolescent Eel. I just spent the last 12 hours working hard to bring you people this wonderful shareware game, and if you think it is worth something (like say maybe $5 or somethin') then go on and send some of that money in. I'm planning on fixing this game up into a more polished piece of software next time I get a free weekend. Anyone who does contribute a reasonable amount (say $10) to the cause will be first on their block to receive Sammy the Eel version 1.0!
PCalc1.0.1 AMUG CD:Files:Bus:N-Q:PCalc 1.0.1.cpt PCalc 1.0.1.cpt 1.01 0 96K 2/05/93 PCalc 1.0.1 - Programmable functions via a simple mini language. System 7.x.x savvy. Can be controlled & programmed via Apple Events. Balloon Help for every button, menu & dialog item. Resolves Aliases. 32-bit clean. Large 16+3 digit display. Hierarchical menu of user functions. Includes many functions for converting between different weights and measures.
OUCH!.CPT AMUG CD:Files:Bus:N-Q:OUCH!.CPT OUCH!.CPT 0 12K 2/05/93 OUCH! - Simple little application will figure your tax based on input of filing status, exemtions, AGI, itemized deductions and net long term gains. Requires a minimum of Sys 6.0.5.
OnTheAirv1.1 AMUG CD:AMUG Info:AppleLink:On The Air v1.1 Supports On The Air v1.1 Supports 0 4K 2/05/93 On The Air v1.1 Supports - HATBORO, PA (January 27, 1993) Meyer Software of Hatboro, Pennsylvania today announced that Release 1.1 of their award-winning Macintosh presentation software On The Air now supports Apple's QuickTime format. Further, Apple itself has supported the new release by including On The Air information on its QuickTime 1.5 Compact Disk. The fully functional OTA 1.1 is available from Meyer Software as of January 1993.
MusicBookRev AMUG CD:Files:Mag:M-O:Music Book Review.cpt Music Book Review.cpt 0 48K 2/05/93 Music Book Review - This is a review of the giant book dealing with music on the Mac. It has been getting excellent coverage on national magazines such as MacWEEK. Now your readers can find out why. This package from Mac Monitor, newsletter of The Savannah Macintosh Users Group, includes a striking 3D graphic of a music note which can spruce up your pages.
MostlyWavesF AMUG CD:Files:Font:M:MostlyWaves Font.cpt MostlyWaves Font.cpt 0 38K 2/05/93 MostlyWaves Font - This is a font of, well, "mostly waves." The wave patterns in this font could be chained together into borders by typing the same letter several times. There are other "water related" dingbats as well--water droplets, rain clouds, and even a leaking faucet. Use this font in your applications to create wavy borders on-the-fly. Convert them to outlines in Illustrator, Freehand, or Canvas and edit to your hearts content! Over 60 characters in this font.
MCS1.1.cpt AMUG CD:Files:Tele:M:MCS 1.1.cpt MCS 1.1.cpt 1.1 0 12K 2/05/93 MCS 1.1 - MCS was developed to satisfy an in–house communication need at Mainstay. They frequently need to transfer files to and from Europe quickly, reliably and in a cost–effective manner. File transfers to and from Europe are made via a satellite link which has a high noise level, long return time and high cost. Xmodem file transfers are not effective because of these problems. MCS uses X.MS, a Mainstay proprietary protocol, which is similar to the CCITT X.25 protocol. This eliminates any noise and the problem of the long return time.
MacInTaxrevi AMUG CD:Files:Mag:M-O:MacInTax review.cpt MacInTax review.cpt 0 33K 2/05/93 MacInTax review - From the Mid-Columbia Macintosh Users Group, this is a 1,500-word review of ChipSoft's MacInTax review. Just in time for tax season! I've thrown in a few screen dumps.
LEMMINGSGEM AMUG CD:Files:Game:H-L:LEMMINGS GEM.CPT LEMMINGS GEM.CPT 0 4K 2/05/93 LEMMINGS GEM - Revolutionize your game of Lemmings with this Victoire Game Enhancement Module (GEM). This Lemmings GEM enables you to access instantly any level of Lemmings, to get more Lemmings of any type, and to increase your playing time with only a keystroke! A *must have* for any owner or player of Lemmings.
LabelsII1.0 AMUG CD:Files:Bus:H-L:Labels II™ 1.0d5.cpt Labels II™ 1.0d5.cpt 1.0d5 0 10K 2/05/93 Labels II™ 1.0d5 - Labels II(tm) extends the use of the 'Labels' Control Panel by offering a set of labels unique to every folder on your hard disk. Instead of deciding what 7 label names best describe the contents of your hard disks, Labels II allows a set of labels to be defined for every folder on a hard disk using the standard Labels Control Panel. So now you define labels for use when viewing your accounting folder and have a different set of labels for viewing your applications folder and a different set for your development folder. Another good reason for using Labels II is that folder labels transfer to other disks when that folder is copied.
Jpegview20 AMUG CD:Files:Art:J-K:Jpegview20.cpt Jpegview20.cpt 2.0 0 193K 2/05/93 Jpegview20 - JPEGView *requires* System 7.0 or later *and* any version of QuickTime to run. Fast color quantization of 24 and 16-bit images, based on the Independent JPEG Group s quantization code, giving high-quality displays on 256 and 16-color screens. Extremely fast GIF viewing support. Support for additional JPEG and older PICT formats. Requires only 768k, but will effectively use more memory to run faster. User-configurable automatic slide show.
InteractiveG AMUG CD:Files:Education:H:InteractiveGradebook.cpt InteractiveGradebook.cpt 0 50K 2/05/93 InteractiveGradebook - This gradebook is the best, (if I don't say so myself!). It is easy to use, allows quick entry of scores, allows point basis or weight basis grading, has convenient printing features, displays all of a students scores on a single card, provides the averages of each assignment and for each class overall, has detailed instructions, and best of all it has two interactive features that involve students. With a computer in the classroom, you can use the gradebook to call on students randomly and award or subtract bonus points. The gradebook will keep track of the bonus points and you can incorporate them.
ImSorry! AMUG CD:Files:Music:H-I:I’m Sorry!.cpt I’m Sorry!.cpt 0 17K 2/05/93 I’m Sorry! - This simple System 7 format BEEP sound says it all..."I'm Sorry!" Use it on a friend, a lover, or your mom.
GlyphaII1.1 AMUG CD:Files:Game:F-G:Glypha II 1.1.cpt Glypha II 1.1.cpt 1.1 0 391K 2/05/93 Glypha II 1.1 - Awesome 16 color (4-bit) Action/Adventure game complete with digitized sounds and animation. You find yourself in an Egyptian Temple, exploring with only your Lance and Winged Steed to battle the Sphinxes. Many surprises await you! over 90 levels of Glypha to solve. Options include: Sound on/off, set start level, fast/slow, and keyboard vs. mouse control. Requires 4-bit (16 color) capable Mac. System 7 friendly, 32-bit clean. Freeware. By John Calhoun. Includes Pascal source code.
Globe7.0.cpt AMUG CD:Files:System7 tools:G:Globe 7.0.cpt Globe 7.0.cpt 0 361K 2/05/93 Globe 7.0 - Globe requires 32-bit Color QuickDraw, and System 7.0 or higher is recommended for optimum performance. It is multi-tasking friendly, and will continue to run in the background when other applications are running. It also supports System 7 Balloon Help. For those of you interested in the technical details, the development of Globe was as follows..Firstly, I developed a ray-tracing program to model a three dimensional ‘universe’ and produce color images with accurate shading and shadowing. I then set up the ‘universe’ to be one sphere, with a single light source shining on it.
GeneralBooks AMUG CD:Files:Mag:D-G:General Books.cpt General Books.cpt 0 7K 2/05/93 General Books - Contains a large list of Macintosh books available.
FontFaker71 AMUG CD:Files:System7 tools:F:FontFaker71.cpt FontFaker71.cpt 0 16K 2/05/93 FontFaker71 - FontFaker71 is a drag&drop application that converts resource files like Fkeys and System 7 sound files so you can use them just by putting them in the System 7.1 Fonts folder. Makes any resource in a file always available. Will also restore file to original form whenever you wish.
FiorenzaTT AMUG CD:Files:Font:F:Fiorenza(TT).cpt Fiorenza(TT).cpt 0 12K 2/05/93 Fiorenza(TT) - Fiorenza is based on a style of Renaissance calligraphy which features extremely elongated italic-style characters. It's rather fancy and unusual looking and works well as a display font. Fiorenza is distributed as shareware with a special offer which lets you order a complete disk of fonts when you register it.
FiorenzaT1 AMUG CD:Files:Font:F:Fiorenza(T1).cpt Fiorenza(T1).cpt 0 15K 2/05/93 Fiorenza(T1) - Fiorenza is based on a style of Renaissance calligraphy which features extremely elongated italic-style characters. It's rather fancy and unusual looking and works well as a display font. Fiorenza is distributed as shareware with a special offer which lets you order a complete disk of fonts when you register it.
FANTVOY6MOD AMUG CD:Files:Music:F-G:FANTVOY6MOD.cpt FANTVOY6MOD.cpt 0 132K 2/05/93 FANTVOY6MOD - A new age MOD with great synthesizer effects. One of the top MODs in the library. Number 6 of a series of six MODs entitled "Fantastic Voyage".
FANTVOY5MOD AMUG CD:Files:Music:F-G:FANTVOY5MOD.cpt FANTVOY5MOD.cpt 0 39K 2/05/93 FANTVOY5MOD - A new age MOD with great synthesizer effects. One of the top MODs in the library. Number 5 of a series of six MODs entitled "Fantastic Voyage".
FANTVOY4MOD AMUG CD:Files:Music:F-G:FANTVOY4MOD.cpt FANTVOY4MOD.cpt 0 41K 2/05/93 FANTVOY4MOD - A new age MOD with great synthesizer effects. One of the top MODs in the library. Number 4 of a series of six MODs entitled "Fantastic Voyage".
DRUMSET.CPT AMUG CD:Files:Music:D-E:DRUM SET.CPT DRUM SET.CPT 0 233K 2/05/93 DRUM SET - This is a collection of digitized drum sounds saved as resources. Can be used as beeps, in hypercard stacks, but was especially designed for those creating games, musical programs, or any application that might require sound. Many high quality sounds including several snare drums, bass drums, tom toms, many cymbals, and various other percussion sounds. Shareware.
Discounton10 AMUG CD:AMUG Info:AppleLink:Discount on 10-Day Interactice Discount on 10-Day Interactice 0 6K 2/05/93 Discount on 10-Day Interactice - This workshop is for Mac-literate communicators who want to learn to design and create interactive CD projects. You'll create an interactive CD prototype usina variety of Mac software and media including Adobe Premiere, Photoshop, Freehand, Director, and HyperCard. Working under the guidance of veteran interactive multimedia producers such as Rafael Olivas, Jon Leland, Michael Naimark, Marty Perlmutter, and Frank Wiley, participants experience a hands-on whatever-it-takes-to-get-the-job-done approach.
DimensionsRe AMUG CD:Files:Mag:D-G:Dimensions Review.cpt Dimensions Review.cpt 0 41K 2/05/93 Dimensions Review - Dimensions is the new 3D program designed for users of Illustrator or FreeHand. It produces bezier curves that can be further edited in those programs. It is intuitive, less expensive, and much faster than other 3D programs such as Ray Dream's Designer. Illustrations included. Reprinted from Mac Monitor, newsletter of The Savannah Macintosh Users Group.
DESKPATTERNS AMUG CD:Files:Util:Textures:DESKPATTERNS1.cpt DESKPATTERNS1.cpt 0 31K 2/05/93 DESKPATTERNS1 - 4 color desktop pattern picts. Just import these in wallpaper, desktop pattern, tapestry, etc.2 at 64x64. 2 at 128x128. 256 color.
Curmudgeonbo AMUG CD:Files:Mag:B-C:Curmudgeon book review.cpt Curmudgeon book review.cpt 0 4K 2/05/93 Curmudgeon book review - Review of Guy Kawasaki's latest book, The Computer Curmudgeon. From the Mid-Columbia Macintosh Users Group in Tri-Cities, Wash.
Coupons1.0 AMUG CD:Files:Hyper:Co-Cz:Coupons 1.0.cpt Coupons 1.0.cpt 1.0 0 9K 2/05/93 Coupons 1.0 - This stack helps keep track of coupons by Category, Product, Brand, Savings, Size, and Expiration date. The stack also sorts and finds.
COMPARE.cpt AMUG CD:Files:Util:Cn-Cz:COMPARE.cpt COMPARE.cpt 0 103K 2/05/93 COMPARE - Compare, matches two files and seeks differences. When the program starts the upper left text editing window is highlighted. Open the first file into thiwindow. Click on the upper right window and open the second file. Select Compare from the Compare files menu and the comparison shows up in the comparison window. The comparison can be run in the background and should not slow up foreground activities too much. Typing a period '.' will interrupt thprogram gracefully. Typing a Command-'.' will interrupt it ungracefully when the next IO occurs to any window. This is an artifact of the compiler.
CollegeSavin AMUG CD:Files:Education:C:College Savings.cpt College Savings.cpt 0 4K 2/05/93 College Savings - This spreadsheet will help you figure out the monthly and annual investment required to fund your child's college expenses. All you enter is five key assumptions.
Cartoon-losi AMUG CD:Files:Art:C-Ch:Cartoon-losing chips.cpt Cartoon-losing chips.cpt 0 7K 2/05/93 Cartoon-losing chips - Another in the popular series of Macintosh cartoons by Ray VanHook. Ray's cartoons have been reprinted scores of times in MUG newsletters around the country. Reprinted from Mac Monitor, newsletter of The Savannah Macintosh Users Group.
BUTTONKEY AMUG CD:Files:Util:B:BUTTONKEY.cpt BUTTONKEY.cpt 0 15K 2/05/93 BUTTONKEY - ButtonKey is an cdev (control panel) which helps you to use dialog and alert boxes without using the mouse. When ButtonKey is running, simply typing the first few characters of a buttons name will have the same effect as a click on the button.
BogatyrTT AMUG CD:Files:Font:B:Bogatyr(TT).cpt Bogatyr(TT).cpt 0 11K 2/05/93 Bogatyr(TT) - The Bogatyr Font is...believe it or not...a Russian Cyrillic Art Nouveau Calligraphic font. It's based on early 20th century hand drawn lettering from Russia. It's an eye-catching display font which uses a slightly simplified set of Russian characters. Bogatyr is distributed as shareware with a special offer which lets you order a complete disk of fonts when you register it.
BogatyrT1 AMUG CD:Files:Font:B:Bogatyr(T1).cpt Bogatyr(T1).cpt 0 16K 2/05/93 Bogatyr(T1) - The Bogatyr Font is...believe it or not...a Russian Cyrillic Art Nouveau Calligraphic font. It's based on early 20th century hand drawn lettering from Russia. It's an eye-catching display font which uses a slightly simplified set of Russian characters. Bogatyr is distributed as shareware with a special offer which lets you order a complete disk of fonts when you register it.
Automsg.cpt AMUG CD:Files:Tele:M:MUBBS:Automsg.cpt Automsg.cpt 0 5K 2/05/93 Automsg - A cool Automessage module for MUBBS- allows Users to create multiple 3-line messages at Logon (like on Virtual BBS for IBM). See Read Me for further info...
AutoDoubleTT AMUG CD:Files:Mag:A:AutoDoubler/TimesTwo.cpt AutoDoubler/TimesTwo.cpt 0 14K 2/05/93 AutoDoubler/TimesTwo - The compression wars continue! This review of two of the most recent data compression programs begins with a brief history and explanation of the subject, then goes into a close look at the two products. (CopyDoubler and AIC are covered in the AutoDoubler section.) TimesTwo is the new cat in town, offering driver level compression. Each method has its strengths and weaknesses. Several illustrations are included. Reprinted from Mac Monitor, award-winning newsletter of The Savannah Macintosh Users Group.
ARASHIGEM AMUG CD:Files:Game:A:ARASHI GEM.CPT ARASHI GEM.CPT 0 3K 2/05/93 ARASHI GEM - Improve your game of ARASHI with this Victoire! Game Enhancement Module (GEM). This ARASHI GEM enables you to get more lives and superzappers during game play of ARASHI! Invoked with only a keystroke, the GEM is extremely convenient and easy to use. A definite *must have* for any fan of Tempest.
AppletoProdu AMUG CD:AMUG Info:AppleLink:Apple to Produce Future Apple to Produce Future 0 5K 2/05/93 Apple to Produce Future - CUPERTINO, California--January 27, 1993--As part of a continually increasing commitment by Apple Computer, Inc. to world-class development tools, Apple and Claris Corp. today announced they will move product development of future versions of HyperCard into Apple’s Developer Tools organization in the Apple Developer Group.
AddressAce26 AMUG CD:Files:Bus:A:Address Ace™2.6.cpt Address Ace™2.6.cpt 2.6 0 52K 2/05/93 Address Ace™2.6 - Address Ace is a fully functional electronic rolodex ideally suited for personal and business need. The way that Address Ace is unique is its ability to allow you to place entries into sections you create. The advantage being you can keep business clients in one section, personal aquaintances in another, suppliers in another, emergency numbers in another.... etc. It allows you to catagorize and organize as you see fit It prints labels, addresses envelopes, dials, keep notes on entries and fully supports printing by marked cards or by section, imports and exports.
AddDepthRevi AMUG CD:Files:Mag:A:AddDepth Review.cpt AddDepth Review.cpt 0 127K 2/05/93 AddDepth Review - A new release from Ray Dream Software, addDepth creates three-dimensional graphics from 2D shapes. The end result is a PostScript drawing (as opposed to a fixed bitmap), which can be edited in Illustrator or FreeHand. The program is fast and easy to use. Several EPS examples are included, as well as a number of screen shots. There is also a comparison with Adobe Dimensions, including a chart of features. Although the download time is a bit longer than many articles posted here, the material is complete and the graphics make it worthwhile. Reprinted from Mac Monitor, newsletter of The Savannah Macintosh Users Group.
7.1STARTUPSC AMUG CD:Files:Art:A:7.1 STARTUPSCREEN.CPT 7.1 STARTUPSCREEN.CPT 0 34K 2/05/93 7.1 STARTUPSCREEN - This StartupScreen, inspired by Apple's WorldScript extension, was created with System 7.1 users in mind. The StartupScreen requires a 13" COLOR MONITOR. Just drag it to the System Folder to install it and blast-off. Also enclosed are instructions to create your own similar StartupScreen with a paint program and ResEdit. Enjoy!
2BookReviews AMUG CD:Files:Mag:A:2 Book Reviews.cpt 2 Book Reviews.cpt 0 16K 2/05/93 2 Book Reviews - This is a short review of two recent releases from Peachpit Press. First is "Silicon Mirage-The Art and Science of Virtual Reality," a book which tells you everything you wanted to know about this fascinating subject. The second book is "The Little System 7.1 Book," basically a new edition of the popular book by Kay Yarborough Nelson. Included with the text file is a striking EPS graphic of a person wired for a virtual reality experience. Reprinted from Mac Monitor, newsletter of The Savannah Macintosh Users Group.
10/92&11/92A AMUG CD:Files:Prog:A:10/92 & 11/92 Acius.cpt 10/92 & 11/92 Acius.cpt 0 80K 2/05/93 10/92 & 11/92 Acius - Developer notes for 4D developers for Oct and Nov. 1992.
Tomsazaleap AMUG CD:Files:Util:Textures:Tom's azalea ppat.cpt Tom's azalea ppat.cpt 0 5K 1/28/93 Tom's azalea ppat - A floral ppat from a video still of a pink azalea bush.
TidBITS#159 AMUG CD:Files:MUG News:TidBITS:151-175:TidBITS#159/18-Jan-93.etx.cpt TidBITS#159/18-Jan-93.etx.cpt 159 0 15K 1/28/93 TidBITS#159/18-Jan-93 - We continue with coverage of Macworld Expo, focussing this time on the seamy underside of the show. That's right, booth bimbos! Madonna's "Sex" it's not, but we also look at the rapidly growing crop of adult CD-ROMs. In more mundane Macworld news, we have an article on Apple's new printers and scanner, a short review of Now Up-to-Date 2.0, and clarifications of earlier articles on the IIvx and A/UX, the Video Toaster, and the FirstClass BBS deals.
StarTrekicon AMUG CD:Files:Util:Icons:Star Trek icons.cpt Star Trek icons.cpt 0 27K 1/28/93 Star Trek icons - 22 icons of characters from The Next Generation and Deep Space 9.
SlideProject AMUG CD:Files:Movie:Q-Z:Slide Projector 1.0.cpt Slide Projector 1.0.cpt 0 17K 1/28/93 Slide Projector 1.0 - Slide Projector is a simple application that will cycle through and display a series of PICT files that are in the same folder as Slide Projector or on the desktop with Slide Projector. Slide Projector is extremely useful when you want to quickly look at a series of PICT files but don't want to launch an application to do so. You can pause the Slide Projector at any PICT by pressing the mouse button. Press the mouse again to resume.
ScoutsHonou AMUG CD:Files:System7 Tools:Powerbook:Scout's Honour1.1.cpt Scout's Honour1.1.cpt 1.1 0 9K 1/28/93 Scout's Honour1.1 - Scout's Honour is a FREEWARE extension designed to get you through airport security faster. I expect that the majority of Macs that go as carry-on baggage will be PowerBooks but this extension should run on any Mac model. Obviously it will run under system 7.x.x but this extension should also run under any system software that supports both Extensions (INITs) and the ShutDown manager.
RamDisk+3.22 AMUG CD:Files:Util:R:RamDisk+ 3.22.cpt RamDisk+ 3.22.cpt 3.22 0 37K 1/28/93 RamDisk+ 3.22 - RamDisk+ is a system INIT that allows you to set aside some portion of the memory inside of your Macintosh computer and use it as though it were a file storage device such as a floppy disk or a SCSI hard disk. The reason for using such a mechanism is to gain the very high speed file access that a RAMdisk affords you, or simply to have more on line storage. For those users without a hard disk, the speed gained over a floppy disk is dramatic, and for those who have only on floppy disk drive, the use of a RAMdisk is almost essential.
PianoKeysBor AMUG CD:Files:Art:P:Piano Keys Bordereps.cpt Piano Keys Bordereps.cpt 0 9K 1/28/93 Piano Keys Bordereps - This is a postscript graphic of a horizontal border of piano keys.
MusicNotes AMUG CD:Files:Art:Md-Mz:Music Notes/Staffeps.cpt Music Notes/Staffeps.cpt 0 7K 1/28/93 Music Notes/Staffeps - This is a postscript graphic of six musical notes on a rippled music staff.
MoreKoolKurs AMUG CD:Files:Util:Icons:More Kool Kursors.cpt More Kool Kursors.cpt 0 3K 1/28/93 More Kool Kursors - Here are three more color variations of the helocar super deluxe/helicopter seen in Kool Kursors. Included are my all time favorites, Zebra, Tiger, and Magnum (like Magnum PI's TC copter). Lightning fast download. Enjoy!
Kwamesppats AMUG CD:Files:Util:Textures:Kwamé's ppats#1.cpt Kwamé's ppats#1.cpt 0 8K 1/28/93 Kwamé's ppats#1 - These are a couple of ppats that I slapped together. They are all pretty good but the one that I'm proud of includes Calvin, Hobbes, Opus, and Bill the Cat. If you do download this, just e-mail me and tell me where you're from and tell me what you think of them. I like to know how far my stuff has traveled, how many people got it, and if they liked them or not. Thanks a lot !
KoolKursors AMUG CD:Files:Util:Icons:Kool Kursors.cpt Kool Kursors.cpt 0 9K 1/28/93 Kool Kursors - Here are some nifty cursors I wrote for ClickChange, including some way-kool variations of the helocar in eight or so colors. I know what you're asking...Is it worth the download?
INFOMaker2.6 AMUG CD:Files:Bus:H-L:INFOMaker2.62.cpt INFOMaker2.62.cpt 2.6.2 0 82K 1/28/93 INFOMaker2.62 - INFOMaker is an easy to use utility application which will format data to be used in the Macintosh. The data to be formatted can be from other computer systems (PCs, mainframes, etc.) or from other Macintoshx applications. The program has been used extensively to convert database information from VAX, UNIVAC, IBM, and CRAY mainframe computers and a multitude of different micro computers. The ability of INFOMaker to handle a wide variety of input file formats including multi-line records makes it a versatile tool to users who manage information on the Macintosh.
GMSCalend1.3 AMUG CD:Files:Bus:F-G:GMS Calendar1.3.cpt GMS Calendar1.3.cpt 1.3 0 73K 1/28/93 GMS Calendar1.3 - I couldn't find a calendar that did what I wanted, so I made GMS Calendar. This calendar is small, runs in the background, will import and export daily notes, will quickly find daily notes, copies the date to the clipboard, is extremely easy to use. Put it in your Startup Items folder (Sys7) or make it a Startup Application (Sys6) and I think you will be very pleased. Has been tested in a large company now for over a year and is the calendar of choice. Download this and try it out. It is shareware, and please send in the fee if you continue to use it. Brief document included in self-extracting archive with order form.
Gatekeep127 AMUG CD:Files:Util:G-H:Gatekeeper1.2.7.cpt Gatekeeper1.2.7.cpt 1.2.7 0 220K 1/28/93 Gatekeeper1.2.7 - Gatekeeper is a program designed to continuously monitor the operation of your Macintosh, watching for operations that are commonly carried out by viruses as they attempt to spread. When Gatekeeper detects an infection attempt it will automatically stop the attempt, almost before it's started.
FrogSong.cpt AMUG CD:Files:Music:F-G:FrogSong.cpt FrogSong.cpt 0 8K 1/28/93 FrogSong - Great MOD of frogs singing a song. ABSOLOUTLY HILLARIOUS!!
ElectricSlur AMUG CD:Files:Music:D-E:Electric Slurp.cpt Electric Slurp.cpt 0 13K 1/28/93 Electric Slurp - This is an electronic sound that simulates a slurp noise.
EineKleineNa AMUG CD:Files:MIDI:A-G:Eine Kleine Nachtmusik.cpt Eine Kleine Nachtmusik.cpt 0 6K 1/28/93 Eine Kleine Nachtmusik - This is a transcription of the original for marimbas or any four like instruments. If you love Mozart Rondos this is the one.
Dontcry.cpt AMUG CD:Files:Midi:A-G:dontcry.cpt dontcry.cpt 0 6K 1/28/93 Dontcry - This sequence is in Standard Midi Format, with General Midi patches. Let me know what you think...
DOCMaker3.95 AMUG CD:Files:Word:D:DOCMaker3.95.cpt DOCMaker3.95.cpt 3.95 0 145K 1/28/93 DOCMaker3.95 - DOCMaker is an application for the Macintosh which creates stand-alone, self-running document files. It features 'scrollable' and 're-sizable' windows, graphics, varied text styles and fonts, and full printing capability. The stand-alone files are self-executing applications which you may distribute to others to read and print. No other application is required! This gives you the ability to distribute documents and information widely with no knowledge of the end-users Mac configuration or software.
DiskArt.2D AMUG CD:Files:Art:D:DiskArt.2D.cpt DiskArt.2D.cpt 0 16K 1/28/93 DiskArt.2D - This is an eps file of a Floppy Disk that I created in Adobe Illustrator. Looks pretty much like the original. It could be incorporated into your documents or startup screens. Free.
CLIPCLOP.cpt AMUG CD:Files:Util:C-Cm:CLIPCLOP.cpt CLIPCLOP.cpt 0 40K 1/28/93 CLIPCLOP - This program allows you to use _multiple_ clipboards with applications and allows you to print the clipboard, save it to a text or PICT file, and read a text or PICT file directly into the clipboard. ClipClop is a standard Mac program; it is not an INIT and it does not patch traps or mess with your system. The program also provides an improved, integrated version of the Scrapbook, with features for creating, saving, and reading multiple custom scrapbook files in addition to the standard System Scrapbook file.
ClipArt40.cp AMUG CD:Files:Art:Ci-Cz:Clip Art40.cpt Clip Art40.cpt 0 71K 1/28/93 Clip Art40 - This is a small stack accompanied by a color PICT file. It amounts to a pictorial presentation of one diskette of clip art images available from the Interpretive Clip Art Library published by Creative ReSources, Inc. This particular disk features several Bald Eagle images in EPS and 300 dpi. Info on how to acquire FREE Directory of Library in stack. Enjoy.
Castleeps.cp AMUG CD:Files:Art:C-Ch:Castle eps.cpt Castle eps.cpt 0 8K 1/28/93 Castle eps - This is a postscript graphic of a silhouette of a castle, including turrets and flags. Can Sleeping Beauty be far away?
Beethoven5 AMUG CD:Files:Music:B:Beethoven 5.cpt Beethoven 5.cpt 0 103K 1/28/93 Beethoven 5 - The opening to Beethoven's Fifth Symphony. Makes a great start-up sound.
ArmstrongGo AMUG CD:Files:Music:A:Armstrong_Going Home.cpt Armstrong_Going Home.cpt 0 15K 1/28/93 Armstrong Going Home - contains a sound file of Louis going home!
AppleScript& AMUG CD:Files:Hyper:Ap-Az:AppleScript & HyperCard.cpt AppleScript & HyperCard.cpt 0 3K 1/28/93 AppleScript & HyperCard - HyperCard is great and can be even better with AppleScript the only trouble is that Claris neglected to include an aete resource in the HyperCard application. (Does anyone ever put aete resouces in there programs?) anyway here is an aete resouce to paste into a copy of HyperCard so that Toy Suprize (the AppleScript editor) will be able to send AppleEvents commands to HyperCard. It will also be able to poll HyperCard for a list of the supported events most useful of which is the "do script" command by which you cna make your stacks run from any AppleScript script. I have included a text file with a short script to show how all this works.
Africanized AMUG CD:Files:Education:A:Africanized “KILLER” Bees.cpt Africanized “KILLER” Bees.cpt 0 38K 1/28/93 Africanized “KILLER” Bees - this is a nice indepth document on the infiltration of Killer Bees into the USA and what to expect from these insects.
1099s-MISC19 AMUG CD:Files:Bus:A:1099s-MISC1993.cpt 1099s-MISC1993.cpt 0 11K 1/28/93 1099s-MISC1993 - This program is for miscellaneous 1992 income reporting purposes to the IRS using standard 1993 government forms printed by the U.S. Government Printing Office and provided free of cost to taxpayers. It requires a LaserWriter II* and HyperCard* 2.1 (or greater) and a Macintosh* computer. All are registered tradenames of Apple Computer. Endorsement by Apple Computer or the U.S. Government is not implied. Works great whether doing 10 or 100. Registration Fee requested. Registered Owers -- also 1099 INT, W3s, 1096. Perfected over the past two years.
X-MasLemming AMUG CD:Files:Game:U-Z:X-Mas Lemmings.cpt X-Mas Lemmings.cpt 0 643K 1/27/93 X-Mas Lemmings - a great demo of an addictive little Mac game where you try to manipulate the path of a group of lemmings home in different senarios.
WriteswellJr AMUG CD:Files:Word:W-Z:Writeswell Jr.1.0.cpt Writeswell Jr.1.0.cpt 1.0 0 48K 1/27/93 Writeswell Jr.1.0 - Writeswell Jr. is a simple text editor that demonstrates the use of the Word Services Apple Event Suite for spell checking, grammar checking, or other text services. You can use a Word Services-aware spellchecker such as Spellswell 7 from Working Software to check text in Writeswell Jr. documents via System 7's Apple Events. (System 7 is required to use Word Services, but Writeswell Jr. also works on System 6.)
VISCA-NTSCXO AMUG CD:Files:Movie:Q-Z:VISCA-NTSC XObject.cpt VISCA-NTSC XObject.cpt 0 11K 1/27/93 VISCA-NTSC XObject - provides a Visca interface for Macromedia Xobject use.
VelmaMIDI AMUG CD:Files:MIDI:N-Z:VelmaMIDI.cpt VelmaMIDI.cpt 0 4K 1/27/93 VelmaMIDI - Grrrrrrrreetings, campers! By popular request, here's "Velma Was A Cheese Hostess", a woodwind trio I wrote a couple of years ago. This is the definitive MIDI file, extracted from the definitive Finale version.
TidBITS158 AMUG CD:Files:MUG News:TidBITS:151-175:TidBITS#158/11-Jan-93.cpt TidBITS#158/11-Jan-93.cpt 158 0 14K 1/27/93 TidBITS#158/11-Jan-93 - Macworld Expo news here! We have our informal awards, focussing on products like Retrospect 2.0, StuffIt Deluxe, The Journeyman Project, and Envisio's SmartStack. We look more closely at Apple's Adjustable Keyboard and MAXA's Alert, which promises to fix all your problems automatically. Also check out a new Trojan report and a note from the author of Gatekeeper along with Mel Martinez's clever method of integrating Nisus and Expressionist with QuicKeys.
TheCoachingH AMUG CD:Files:Game:T:The Coaching Handbook 1.0.cpt The Coaching Handbook 1.0.cpt 1.0 0 124K 1/27/93 The Coaching Handbook 1.0 - After many hours of hard work, The Coaching Handbook 1.0 is finally here. The Coaching Handbook 1.0 is the definitive tome of knowledge for PlayMaker coaches. Need that one offensive play to secure a victory? Find it in here. Your defense just can not stop your latest opponent? Find one in here that can. Or just peruse the Handbook and get ideas for your own plays. See plays from some of the best PMFB coaches from the major national and international leagues.
Spinner.cpt AMUG CD:Files:Util:After Dark:Spinner.cpt Spinner.cpt 0 4K 1/27/93 Spinner - An AD module similar to the old Fire Organ effects on the Apple ][ computers...Nice.
Spill1.0.cpt AMUG CD:Files:Util:After Dark:Spill 1.0.cpt Spill 1.0.cpt 1.0 0 4K 1/27/93 Spill 1.0 - Oops, this AD module just spilled paint on your screen and it's dripping all over!
ShanethePlan AMUG CD:Files:System7 tools:S:Shane the Plane.cpt Shane the Plane.cpt 0 27K 1/27/93 Shane the Plane - Shane the Plane (optionally) changes the Creator and Type of files, or the Created and Modified dates, or both. It works either by Drag & Drop under System 7, or interactively under either System 6 or System 7. It's 32-bit clean, multi-finder aware, a real fun date - all the usual stuff. AND IT'S DAMNED DANGEROUS FOR NOVICES TO PLAY WITH! If the words "Creator" and "Type" don't mean anything to you, don't use this software. Everything is safe, nothing is buggy, everything works as it is documented.
ScreamingBja AMUG CD:Files:Util:After Dark:Screaming Bjarne.cpt Screaming Bjarne.cpt 0 40K 1/27/93 Screaming Bjarne - Screaming Bjarne is an AfterDark module. The title says it all.
SampleSurpri AMUG CD:Files:Word:S-Sp:Sample Surprint.cpt Sample Surprint.cpt 0 26K 1/27/93 Sample Surprint - Surprint is a printing utility that allows you to overprint a large diagonal banner, a header or a footer on a document printed from nearly any application. The banner, header and footer are printed directly on top of the page(s) being printed by the application. The banner is printed as outlined text using a very thin line so you can easily read through it. It is handy for labeling documents without sending them through the printer twice or hand stamping them. People often use the banner feature to mark words such as Draft, Internal Copy and even Confidential. Also, it's lots of fun to mark a document as DO NOT READ and leave it on your desk to see how many people will read it.
RiderWatcher AMUG CD:Files:Art:Q-R:RiderWatcher.cpt RiderWatcher.cpt 0 7K 1/27/93 RiderWatcher - RiderWatcher is intended for users of Adobe Illustrator 3 who make use of the facilities of including customizing PostScript code via the "Adobe Illustrator EPSF Riders" file. If you ever wasted more that a foot a film output because you were unaware that the Riders file was affecting your output or if the Rider you expected to be in place was not there then RiderWatcher may be exactly what you need! Be sure to give a copy of this extension and it's documentation to anybody you know that uses Adobe Illustrator. They'll be glad you did! boxes will appear!
Restart.cpt AMUG CD:Files:Util:R:Restart.cpt Restart.cpt 0 5K 1/27/93 Restart - Occasionally, at least on my system, the Finder locks up so that menus and other windows are inaccessible, but items on the desktop can be opened and used normally. The best thing to do in these situations is to restart, but since the menus can't be used, I wrote this program. It's less than 5K, and when left on the desktop, will allow you to restart without using a menu. Note that open applications will NOT prompt you to save changes to open documents, but the file system will be shut down properly.
Planetmaker1 AMUG CD:Files:Util:After Dark:Planetmaker 1.0ß1.cpt Planetmaker 1.0ß1.cpt 1.0b1 0 5K 1/27/93 Planetmaker 1.0ß1 - This AD module creates a random planet's surface on your screen using fractals. Very attractive display!
PixPex.cpt AMUG CD:Files:Word:O-P:PixPex.cpt PixPex.cpt 0 14K 1/27/93 PixPex - interrogates PICT, TIFF, or EPSF files and creates an Xtags™ picture box specification for them. The specification is fully formed and fully armed, a complete Copyable, Pasteable string of Xtags™ coding describing the in-line picture box that will contain the picture. Because this is another fine Greg Swann Brand®™ software.
PetShopmix AMUG CD:Files:Music:N-P:Pet Shop mix.MOD.cpt Pet Shop mix.MOD.cpt 0 70K 1/27/93 Pet Shop mix.MOD - Mix of songs from the Pet Shop Boys(new wave) in MOD format for use with the Sound Trecker 1.0 application.
OPDREV.cpt AMUG CD:Files:Mag:M-O:OPD_REV.cpt OPD_REV.cpt 0 205K 1/27/93 OPD_REV - OmniPage Direct review for the AMUG newsletter.
NokNokA/S-Vi AMUG CD:AMUG Info:AppleLink:Nok Nok A/S - Vital Addition to Nok Nok A/S - Vital Addition to 0 5K 1/27/93 Nok Nok A/S - Vital Addition to - AUSTIN, Texas – January 21, 1993 - Shipping since October 1992, Nok Nok A/S has proven to be a tremendously helpful tool for administrators of AppleShare 3.0 servers.
MtoKFH.cpt AMUG CD:Files:System7 tools:M:MtoKFH.cpt MtoKFH.cpt 0 54K 1/27/93 MtoKFH - System 7.1 Finder Hack utility changes the display in the Finder from the default of megabytes to kilobytes. Please read the README doc. freeware. Does NOT require a resource editor and is simple and straight forward. Please leave email here or AOL(Brilor) if you encounter bugs.
Mondrian1.1 AMUG CD:Files:Util:After Dark:Mondrian 1.1.cpt Mondrian 1.1.cpt 1.1 0 4K 1/27/93 Mondrian 1.1 - Mondrian is an AfterDark module which inverts random rectangles on the screen.
Master&Serva AMUG CD:Files:Music:M:Master & ServantMOD.cpt Master & ServantMOD.cpt 0 62K 1/27/93 Master & ServantMOD - Master & servant by Depeche Mode in MOD format for use with the Sound Treker 1.0 application.
Mandelbrot1 AMUG CD:Files:Util:After Dark:Mandelbrot 1.20.cpt Mandelbrot 1.20.cpt 1.20 0 14K 1/27/93 Mandelbrot 1.20 - This AD module generates fractal images from the well-known mandelbrot set. From Italy.
MacInfo2.0 AMUG CD:Files:Util:M-Mc:MacInfo 2.0.cpt MacInfo 2.0.cpt 2.0 0 10K 1/27/93 MacInfo 2.0 - Tests your computer and tells you things that you never knew about your Macintosh!!
LindisfarnTT AMUG CD:Files:Font:L:Lindisfarne(TT).cpt Lindisfarne(TT).cpt 0 14K 1/27/93 Lindisfarne(TT) - Lindisfarne is a calligraphic font based on a square-letter hand found in Celtic manuscripts like the Lindisfarne Gospels. It's an attractive and unusual looking type style and very different from the more common rounded Celtic styles. This font is made available as shareware from the Scriptorium Font Library. Please read the enclosed text files. When you register the font you can take advantage of a special offer to get a full disk of fonts at only a bit more than the shareware fee.
LindisfarnT1 AMUG CD:Files:Font:L:Lindisfarne(T1).cpt Lindisfarne(T1).cpt 0 20K 1/27/93 Lindisfarne(T1) - Lindisfarne is a calligraphic font based on a square-letter hand found in Celtic manuscripts like the Lindisfarne Gospels. It's an attractive and unusual looking type style and very different from the more common rounded Celtic styles. This font is made available as shareware from the Scriptorium Font Library. Please read the enclosed text files. When you register the font you can take advantage of a special offer to get a full disk of fonts at only a bit more than the shareware fee.
Lasers.cpt AMUG CD:Files:Util:After Dark:Lasers.cpt Lasers.cpt 0 4K 1/27/93 Lasers - An AD module featuring laser like effects on your screen. Nice in color.
Joelsppats8 AMUG CD:Files:Util:Textures:Joel's ppats#8.cpt Joel's ppats#8.cpt 8 0 128K 1/27/93 Joel's ppats#8 - more great desktop patterns from Joel. These desktop Textures allow you to customize your Macintosh desktop.
ICONS!1.1 AMUG CD:Files:Util:After Dark:ICONS! 1.1.cpt ICONS! 1.1.cpt 1.1 0 19K 1/27/93 ICONS! 1.1 - is an After Dark module which fills the screen with icons.
ICONCrash!20 AMUG CD:Files:Util:After Dark:ICON Crash! 2.0.cpt ICON Crash! 2.0.cpt 2.0 0 6K 1/27/93 ICON Crash! 2.0 - is an AfterDark module which reads ICON resuouces from your active System & bounces them around the screen.
Hypnosis1.2 AMUG CD:Files:Util:After Dark:Hypnosis 1.2.cpt Hypnosis 1.2.cpt 1.2 0 5K 1/27/93 Hypnosis 1.2 - This is a very pleasing AfterDark module giving a slinky effect on your screen...Many user options.
HardDriveArt AMUG CD:Files:Mag:H-L:Hard Drive Article.cpt Hard Drive Article.cpt 0 5K 1/27/93 Hard Drive Article - Contains information on hard drives their measurements and operation.
GunShy2.0 AMUG CD:Files:Game:F-G:GunShy 2.0.cpt GunShy 2.0.cpt 2.0 0 58K 1/27/93 GunShy 2.0 - This is a fun icon game for the clear of mind.
FromAlicetoO AMUG CD:AMUG Info:AppleLink:From Alice to Ocean From Alice to Ocean 0 14K 1/27/93 From Alice to Ocean - What makes the book of special interest to the Mac community is that it comes with not one but TWO interactive CD's. The CD's are being described by the press as "Grandma and Me" for adults and they allow the viewer to imagine themselves joining an extraordinary 27 year old woman on her seven month 1700 mile solitary journey through Australia's wilderness outback accompanied by only 4 camels and her dog.
FORTRANCircl AMUG CD:Files:Util:After Dark:FORTRAN Circles 1.0.cpt FORTRAN Circles 1.0.cpt 1.0 0 4K 1/27/93 FORTRAN Circles 1.0 - is an AfterDark module written in Language Systems Fortran. It makes concentric color circles.
FontFischer AMUG CD:Files:Font:F:FontFischer.cpt FontFischer.cpt 0 21K 1/27/93 FontFischer - goes through the currently open FOND resources one by one and extracts the name of the FOND, which is the true, font menu name of the font. The font names are written out to the file in the order found, which means no particular order at all. To make the best use of this, you'll want to sort the FontFischer list in Word or some other software that does sorting. FontFischer works under both Systems 7 and 6, and essentially runs out of one dialog box.
Feb93PresDe AMUG CD:Files:Mag:D-G:Feb'93PresDesk.cpt Feb'93PresDesk.cpt 0 8K 1/27/93 Feb'93PresDesk - Thiis is the AMUG Presidents desk for 2/93. Includes reviews from MacWorld San Francisco 1993.
FC2.0-Manual AMUG CD:Files:Tele:First Class:FC 2.0-ManualWord 4.cpt FC 2.0-ManualWord 4.cpt 0 24K 1/27/93 FC 2.0-ManualWord 4 - This is the manual for AMUG Preferred First Class BBS system users. AMUG now provides AMUG Preferred BBS users both First Class and Telefinder BBS interfaces.
Euchre5.2 AMUG CD:Files:Game:D-E:Euchre 5.2.cpt Euchre 5.2.cpt 5.2 0 85K 1/27/93 Euchre 5.2 - This is version 5.2 of this card game from Christopher Jones.
ColumbaTT AMUG CD:Files:Font:C:Columba(TT).cpt Columba(TT).cpt 0 40K 1/27/93 ColumbaTT - Columba is a calligraphic font which features traditional celtic minuscule characters (similar to our Glendower font), but also a full set of decorative initials taken from Celtic manuscripts of the 5th through 9th centuries. These initials are very complex and detailed, featuring geometric designs and even human and animal figures. They look best in a fairly large type size. This font is made available as shareware from the Scriptorium Font Library. Please read the enclosed text files. When you register the font you can take advantage of a special offer to get a full disk of fonts at only a bit more than the shareware fee.
ColumbaT1 AMUG CD:Files:Font:C:Columba(T1).cpt Columba(T1).cpt 0 57K 1/27/93 Columba(T1) - Columba is a calligraphic font which features traditional celtic minuscule characters (similar to our Glendower font), but also a full set of decorative initials taken from Celtic manuscripts of the 5th through 9th centuries. These initials are very complex and detailed, featuring geometric designs and even human and animal figures. They look best in a fairly large type size. This font is made available as shareware from the Scriptorium Font Library. Please read the enclosed text files. When you register the font you can take advantage of a special offer to get a full disk of fonts at only a bit more than the shareware fee.
ClipnSave AMUG CD:Files:Art:Ci-Cz:Clip ’n’ Save.cpt Clip ’n’ Save.cpt 0 51K 1/27/93 Clip ’n’ Save - creates dotted or coupon rules or borders to your specifcations. It writes Encapsulated PostScript (EPS) files that can be placed directly in your publishing software or opened for further editing in your drawing software. You can specify the type of object to create, its geometry, the weight, length and gap length of the ruling. You can see how the specified object will look prior to writing the file. And if you have a particular way of working, you can save your preferences, so that they will be the default settings with subsequent launches.
Chomp2.0.cpt AMUG CD:Files:Util:After Dark:Chomp 2.0.cpt Chomp 2.0.cpt 2.0 0 13K 1/27/93 Chomp 2.0 - This is a screen eater AD module. You can control the size of the bites and the speed. Delicious!
BreathingBal AMUG CD:Files:Util:After Dark:Breathing Ball 1.0b5.cpt Breathing Ball 1.0b5.cpt 1.0b5 0 6K 1/27/93 Breathing Ball 1.0b5 - is an After Dark module which features a ball which can be set from "dead" to "heavy breathing".
BowTie.cpt AMUG CD:Files:Util:After dark:Bow Tie.cpt Bow Tie.cpt 0 8K 1/27/93 Bow Tie - This AD module features a bow tie which bounces around the screen with color and sound.
BouncingMovi AMUG CD:Files:Util:After Dark:Bouncing Movie.cpt Bouncing Movie.cpt 0 5K 1/27/93 Bouncing Movie - is an AfterDark module which allows you to play Quicktime movies in the sleep mode. Requires 4 meg RAM.
BootLog1.0.0 AMUG CD:Files:Util:B:BootLog 1.0.0.cpt BootLog 1.0.0.cpt 1.0.0 0 6K 1/27/93 BootLog 1.0.0 - at startup time, it appends the current date and time to a text file in the System Folder, to log the boot. The file is named "BootLog Log of Boots". The five leading spaces are there to force it to the top in View by Name. If the file does not exist, BootLog creates it, then adds the current date and time. If you hold down the 'b' key while the boot is happening, BootLog deletes the existing "BootLog Log of Boots" then creates a new one and adds the date and time. That's it.
BlueMondayMO AMUG CD:Files:Music:B:Blue MondayMOD.cpt Blue MondayMOD.cpt 0 38K 1/27/93 Blue MondayMOD - Blue Monday by New Order in MOD format for use with the Sound Treker 1.0 application.
Bacteria1.1 AMUG CD:Files:Util:After Dark:Bacteria 1.1.cpt Bacteria 1.1.cpt 1.1 0 4K 1/27/93 Bacteria 1.1 - An AfterDark module which displays a swarming color bacteria colony.
ATMwith7.1 AMUG CD:Files:System7 tools:A:ATM with 7.1.cpt ATM with 7.1.cpt 0 2K 1/27/93 ATM with 7.1 - When you install System 7.1 over System 7.0, most bitmapped and TrueType fonts are moved to the Fonts folder, with the exception of the Chicago, Geneva, and Monaco fonts, which remain in the System files. Any PostScript fonts located at the root level of the System folder or in the Extensions folder are not moved to the Fonts folder and can be located by ATM 2.03. When using ATM 2.03 with System 7.1, please use the following installation procedure to install additional PostScript fonts.
AESampleTC5 AMUG CD:Files:Prog:A:AE Sample (TC5).cpt AE Sample (TC5).cpt 0 20K 1/27/93 AE Sample TC5 - Here is a simple example application which receives the "Required" Apple events and which sends itself Apple events for some simple operations. (In other words, it's "factored" somewhat.) Written for THINK C 5.
AD-HaveABlas AMUG CD:Files:Util:After Dark:AD-HaveABlast.cpt AD-HaveABlast.cpt 0 92K 1/27/93 AD-HaveABlast - About a month ago, I saw a cute little hack on the market that allowed you to take your frustration out on your Mac by shooting it full of virtual holes. I thought that was a really wicked-cool idea until I saw the price tag. I think 40 bucks is a little expensive for something that frivolous, so drew up some pictures, whipped out the AfterDark manual and a few hours later, a rough version of Have-A-Blast was putting holes in my screen. Three weeks later, I found my old MacRecorder in a box in the closet and added the crucial element of sound.
HannahsHou AMUG CD:Files:Education:H:Hannah’s House-DEMO.cpt Hannah’s House-DEMO.cpt 0 528K 1/15/93 "Let's Go to Hannah's House-DEMO" is a fully functioning whole language HyperCard stack from “Let’s Go to Hannah’s House”, a SERIES designed for children ages 20 months to 5 years, Special Education Students, and their respective Caregivers. The DEMO & series are designed as communications tools to be used like a bedtime story; that is, as a medium shared by an adult and child which contain opportunities for both repetition and creativity. Caregiver/Parental involvement are crucial when first using the DEMO/series. Please see the attached “MiniManual” and “Flyer” documents for more informatioThe DEMO includes a tour of the series, is System 7 Friendly.
ZachsIcons AMUG CD:Files:Util:Icons:Zach's Icons.cpt Zach's Icons.cpt 0 14K 1/15/93 Zach's Icons - This is a series of 7 icons that were made by Zach Pitkow, a high school senior and graphic artist, for use as folder icons for system 7. They are full color images that have been shrunken and antialiased for 8 bit color. The icons are Word Processing, Utilities, Sound, Graphics, Layout, Networking, Telecomunications and Games.
Wallpaperdem AMUG CD:Files:Util:Wallpaper:Wallpaper(tm)DemoDisk1.0.2.cpt Wallpaper(tm)DemoDisk1.0.2.cpt demo1.02 0 284K 1/15/93 Wallpaper(tm)DemoDisk1.0.2 - Wallpaper(tm) is an interior decoration program for your Mac's desktop, allowing you to display, create, edit and save an unlimited number of large desktop patterns in up to 256 colors or in black and white. You can make your own patterns either by utilizing the unique Wallpaper features or by working in your favorite graphics programs. Yes, you can access scanned images.
VicsIcons AMUG CD:Files:Util:Icons:Vics Icons I.cpt Vics Icons I.cpt 0 14K 1/15/93 Vics Icons - A few folder icons for general use (my 1st icon upload) -- In/Out baskets, disk tools, ResEdit and some abstract designs. Love the 3D/2 tab folders from Vernon Brown and "Toymaster" (and others involved in their creation). Used that folder for base on some of these. Combined bits and pieces of others to create disk tools and baskets. Copy and paste from finder, ResEdit, iContraption or I Like Icon.
Tomstropica AMUG CD:Files:Util:Textures:Tom's tropical ppats.cpt Tom's tropical ppats.cpt 0 9K 1/15/93 Tom's tropical ppats - Send your desktop to the Caribbean with these 3 colorful ppats taken from video stills I made while in a St. Lucian rain forest.
Tomssnowfor AMUG CD:Files:Util:Textures:Tom's snow forest ppat.cpt Tom's snow forest ppat.cpt 0 4K 1/15/93 Tom's snow forest ppat - Desktop pattern ppat from a video still. Another "mini forest", this time in winter. Please let me know what you think of these nature ppats.
TedGsIcons AMUG CD:Files:Util:Icons:TedG's Icons.cpt TedG's Icons.cpt 0 37K 1/15/93 TedG's Icons - There are lots of nice icons around, but not many which comprise sets. Here are some from larger sets which I have made from downloaded GIFs. There are ten from the "Cartoon" set and ten from the "Cheesecake" set. Commonality is by theme and shared background colors. Also included are three challenges which qualify one to receive the remaining members of the sets.
TancredTT AMUG CD:Files:Font:T-Z:Tancred(TT).cpt Tancred(TT).cpt 0 20K 1/15/93 Tancred(TT) - Tancred is a complete text font based on a 19th century German type face. It is a slightly-rounded serif font which is very readable, even in small type sizes. This is the complete font, offered as shareware from the Scriptorium Font Library. For only $12 you can register the font AND get a complete disk of other fonts. Remember to specify format and computer type when registering.
TancredT1 AMUG CD:Files:Font:T-Z:Tancred(T1).cpt Tancred(T1).cpt 0 27K 1/15/93 Tancred(T1) - Tancred is a complete text font based on a 19th century German type face. It is a slightly-rounded serif font which is very readable, even in small type sizes. This is the complete font, offered as shareware from the Scriptorium Font Library. For only $12 you can register the font AND get a complete disk of other fonts. Remember to specify format and computer type when registering.
System7.1rev AMUG CD:Files:Mag:P-S:System 7.1 review.cpt System 7.1 review.cpt 0 31K 1/15/93 System 7.1 review - by Wolfgang Naegeli. Until the end of January, Apple offers a 20% System 7.1 Update discount to MUG members. Should you take advantage of it? In this year’s Apple User Group TV, Apple recommended that users of System 7.0 and System 7.0.1 who have installed the System 7 TuneUp 1.1.1 wait before upgrading to System 7.1 until they want to start using a new software package that requires System 7.1. (However, they recommend that you upgrade if you are still running a pre-System 7 version).
StartupQuote AMUG CD:Files:System7 tools:S:Startup Quotes1.0b1.cpt Startup Quotes1.0b1.cpt 1.0B1 0 17K 1/15/93 Startup Quotes1.0b1 - A simple application that will randomly display one of 250 quotes when run. Can be automatically executed upon startup with System 7. Freeware.
Silver3DFol9 AMUG CD:Files:Util:Icons:Silver3DFolders#9.cpt Silver3DFolders#9.cpt 9 0 65K 1/15/93 Silver3DFolders#9 - These folders are meant to be transfered onto your existing folders by the copy and paste method in the "Get Info" box. The names have been shortened so simply replacing your old ones with these can cause your Finder to be confused. If you must simply replace one with the other, please copy the name of your original folder "exactly" to the Silver 3D folder before making the switch. Here is part 9 of a large collection of Silver 3D folder icons in the standard folder format. They are in actual folders, so that a simple copy and paste in the finder's get info box will transfer the folder icon to your folder without having to deal with ResEdit. Safe, easy, and foolproof!
Silver3DFol8 AMUG CD:Files:Util:Icons:Silver3DFolders#8.cpt Silver3DFolders#8.cpt 0 39K 1/15/93 Silver3DFolders - These folders are meant to be transfered onto your existing folders by the copy and paste method in the "Get Info" box. The names have been shortened so simply replacing your old ones with these can cause your Finder to be confused. If you must simply replace one with the other, please copy the name of your original folder "exactly" to the Silver 3D folder before making the switch. Here is part 8 of a large collection of Silver 3D folder icons in the standard folder format. They are in actual folders, so that a simple copy and paste in the finder's get info box will transfer the folder icon to your folder without having to deal with ResEdit. Safe, easy, and foolproof!
Q733Quadra AMUG CD:AMUG Info:AppleLink:"Q733" Quadra 700 upgrade "Q733" Quadra 700 upgrade 0 6K 1/15/93 "Q733" Quadra 700 upgrade - AMUG has been accelerating Quadra 700's to speeds greater than the Apple 950 for several months and has decided to make this upgrade path available to the general Macintosh public. With Multimedia needs for higher performance in animation and QuickTime recording and playback uses we have found this upgrade invaluable.
PSALM86MIDI AMUG CD:Files:MIDI:N-Z:PSALM 86 MIDI.cpt PSALM 86 MIDI.cpt 0 5K 1/15/93 PSALM 86 MIDI - THIS IS ONE OF MY LAST COMPOSITIONS..PLEASE FEEL FREE TO DOWNLOAD..I WELCOME ANY COMMENTS..MY SCREENNAME IS COMPOSCLAS..THIS IS A PIECE FOR CHORUS AND ORGAN BASED ON LYRICS FROM PSALM 86..I APPRECIATE ANY HELP I CAN GET TO HAVE IT PERFORMED. SHANT NORASHKARIAN
PROPOS20.cpt AMUG CD:Files:Bus:N-Q:PROPOS20.cpt PROPOS20.cpt 2.0 0 70K 1/15/93 PROPOSE It 2.0 - Close that sale, win that bid, get that pet project approved. A well-written proposal can make the difference between success and failure. Professionally prepared proposal templates make it easy for you to create your own winning proposal.
PlayPerfect AMUG CD:Files:Music:N-P:PlayPerfect.cpt PlayPerfect.cpt 0 145K 1/15/93 PlayPerfect - PlayPerfect(TM) is an electronic band designed for practice and fun with your banjo, mandolin, fiddle, or guitar. Enter a song's chord progression once, then play it back twenty times, at any tempo, while you play along. Practice breaks, backup, timing. Make practice tapes. This is the complete, working version, and is NOT a demo!
NotePa1.4 AMUG CD:Files:DA:N-O:NotePad++ v1.4.cpt NotePad++ v1.4.cpt 1.4 0 96K 1/15/93 NotePad++ v1.4 - NotePad++ v1.4 is my version of Apple's NotePad DA. It allows up to 32000 characters per page; user any combinations of font, size, styles, & color text; left, right, center, & no word-wrap alignments; &, search, open, print, and other features.
NauticalArt AMUG CD:Files:Art:Richard Wald:Nautical Art.cpt Nautical Art.cpt 0 19K 1/15/93 Nautical Art - Here are some sample clips from a large stack of nautical theme clip art. On this MacPaint file is a sextant, schooner, block, anchor, power boat, cabin cruiser, and bowline knot.
My3DMACIIIcn AMUG CD:Files:Util:Icons:My 3D MAC II Icns.cpt My 3D MAC II Icns.cpt 0 7K 1/15/93 My 3D MAC II Icns - So, Mona Lisas they're not. And your MAC II may not look like mine. So what the heck... Use 'em anyway. Just paste 'em into your System (Sys 7), all except # -16455, which is the file's custom icon and would be used instead of the snazzy suitcase unless you paste all but that one. BTW, there are many 3D Mac icon competitors out there, but mine have the apple on the screen.
MusicClipart AMUG CD:Files:Art:Md-Mz:Music Clipart.cpt Music Clipart.cpt 0 55K 1/15/93 Music Clipart - A teacher asked if we had any music graphics and this is a small collection of all we could find in the public domain. It is mostly scanned art with some instruments, a great Bach and a few other things. It contains over 20 images and a list of other graphics available from SchoolHouse Mac (a non-profit user group) very inexpensively.
Muff.cpt AMUG CD:Files:Font:M:Muff.cpt Muff.cpt 0 39K 1/15/93 Muff - This font was created by tracing scanned-in images with Illustrator and importing each shape with FontMonger. A few characters have been moved left, right, up, or down in relation to the baseline, but not many. Basically, this font is a good representation of how I really write. I'm releasing it in hopes that somebody who knows how to correctly create fonts will download it, take a look at it, then tell me my next step to creating better fonts (like what I should use to make kerning pairs). The font isn't complete. Only a few Option and Option-Shift chars are rendered. I didn't want to waste download time by including a bunch of chars you'd never use. This font is basically good for BIG display purposes.
MT&T0193.cpt AMUG CD:Files:Mag:M-O:MT&T0193.cpt MT&T0193.cpt 0193 0 64K 1/15/93 MT&T0193 - This is the shareware version of MACINTOSH TIPS & TRICKS. Distributed electronically as a double-clickable DOCMaker format document, MACINTOSH TIPS & TRICKS includes Macintosh news and information, as well as productivity tips for various Macintosh products.
MenuetteSetu AMUG CD:Files:Util:Md-Mz:MenuetteSetups.cpt MenuetteSetups.cpt 0 23K 1/15/93 MenuetteSetups - Sets for ResEdit 2.x, Edit II, FirstClass, Kubik and FileList+.
MaelstromGEM AMUG CD:Files:Game:M:Maelstrom GEM.cpt Maelstrom GEM.cpt 0 3K 1/15/93 Maelstrom GEM - EXCITE your play of Maelstrom with this Victoire Game Enhancement Module (GEM). This Maelstrom GEM enables the player to instantly have triple-shot, retro-thrusters, distance shots, and _more_ with only a keystroke! All without hacking and/or modification of Maelstrom! A *must have* for both the novice and experienced Maelstrom player.
KEYQXP.cpt AMUG CD:Files:Util:J-K:KEYQXP.cpt KEYQXP.cpt 0 40K 1/15/93 KEYQXP - An extensive, predefined QuicKeys keyset for QuarkXPress 3.1. Earlier versions of this keyset along with companion sets for Freehand and PageMaker won a contest from CE Software for Best Implementation of QuicKeys. The keysets use extra keys on the extended keyboard to create shortcuts for almost all menu commands and many other functions. Where possible, they make shortcuts identical for all three programs (For example, the manual kerning shortcuts are the same in Quark, PageMaker, and Freehand).
KEYPM.cpt AMUG CD:Files:Util:J-K:KEYPM.cpt KEYPM.cpt 0 48K 1/15/93 KEYPM - An extensive, predefined QuicKeys keyset for PageMaker 4.2. Earlier versions of this keyset along with companion sets for Freehand and QuarkXPress won a contest from CE Software for Best Implementation of QuicKeys. The keysets use extra keys on the extended keyboard to create shortcuts for almost all menu commands and many other functions. Where possible, they make shortcuts identical for all three programs (For example, the manual kerning shortcuts are the same in Quark, PageMaker, and Freehand).
KEYFH.cpt AMUG CD:Files:Util:J-K:KEYFH.cpt KEYFH.cpt 0 32K 1/15/93 KEYFH - An extensive, predefined QuicKeys keyset for FreeHand 3.1. Earlier versions of this keyset along with companion sets for PageMaker and QuarkXPress won a contest from CE Software for Best Implementation of QuicKeys. The keysets use extra keys on the extended keyboard to create shortcuts for almost all menu commands and many other functions. Where possible, they make shortcuts identical for all three programs (For example, the manual kerning shortcuts are the same in Quark, PageMaker, and Freehand).
Joelsppats7 AMUG CD:Files:Util:Textures:Joel's ppats#7.cpt Joel's ppats#7.cpt 7 0 96K 1/15/93 Joel's ppats#7 - More cool ppats for use with desktop textures!
Joelsppat6 AMUG CD:Files:Util:Textures:Joel's ppats#6.cpt Joel's ppats#6.cpt 6 0 167K 1/15/93 Joel's ppats#6 - More ppats I made for use with Desktop Textures 2.0 or ResEdit. I experimented with a few new techniques. Drop me a line if you like these!
Joelsppat5 AMUG CD:Files:Util:Textures:Joel's ppats#5.cpt Joel's ppats#5.cpt 5 0 216K 1/15/93 Joel's ppats#5 - More ppats for use with Desktop Textures 2.0 or ResEdit. Several continuous patterns.
Jems193.cpt AMUG CD:Files:Mag:H-L:Jems.193.cpt Jems.193.cpt 193 0 5K 1/15/93 Jems.193 - This is the new Jims Jems for January 1993, a newsletter for personal and professional development.
InstantFile AMUG CD:Files:System7 tools:H-I:Instant File Info 1.0.cpt Instant File Info 1.0.cpt 1.0 0 10K 1/15/93 Instant File Info 1.0 - Drag a file onto IFI, and IFI will instantly tell you the Name, the Creator Type, and the File Type of the file. No other instructions are included with this file. I wrote IFI because I was tired of guessing what files belonged to which application. It's useful in cases where you have a file, but the icon isn't showing up, and you can't figure out what kind of a file it is from the name.
InstallerSpy AMUG CD:Files:Util:In-Iz:InstallerSpy 0.40.cpt InstallerSpy 0.40.cpt .4 0 142K 1/15/93 InstallerSpy 0.40 - InstallerSpy is an application which allows you to browse scripts written for use with Apple's Installer utility. Scripts designed for versions 3.1 through 3.4 of the Installer are currently supported. InstallerSpy is a read-only browser. You cannot modify scripts with this utility. Version 0.40 is a major rewrite of version 0.31. InstallerSpy is now a fully interactive browser with extensive searching capabilities. InstallerSpy is free!
IconMaker2.0 AMUG CD:Files:Util:Icons:Icon Maker 2.0.cpt Icon Maker 2.0.cpt 2.0 0 9K 1/15/93 Icon Maker 2.0 - Use this stack to make icon substitutions for the Finder. Copy the finished product, Get Info, on any icon in the Finder, Click on the icon in the Get Info window, Select "Paste" from the Edit menu. That's all it takes! This stack is quickWare. Use it quickly, and give it to two other people, as fast as you can. It was written by Dani Goldenholz, also known as the Real Mac Man. For other public domain software by The Real Mac Man, send an 800K disk, and 5$.
Hermes2.1.1 AMUG CD:Files:Tele:Hermes:Hermes 2.1.1.cpt Hermes 2.1.1.cpt 2.1.1 0 207K 1/15/93 Hermes 2.1.1 - Hermes BBS software for the Macintosh computer. There are many enhancements in this version, and if you are a current user of Hermes you'll need to get a new serial number from the support board. However, this is a good upgrade and you should spend the time to download it.
Heartfill&ou AMUG CD:Files:Art:H:Heart fill & outline.cpt Heart fill & outline.cpt 0 20K 1/15/93 Heart fill & outline - An archive containing 2 files, a heart (valentine) in outline & the same filled with black. Can be opened & edited with Adobe Illustrator 3.2 or Aldus FreeHand running EPS Exchange or can be placed (but not edited) in another Postscript application such as PageMaker, Quark, RSG or Aldus FreeHand.
HD20.cpt AMUG CD:Files:Apple:HD 20.cpt HD 20.cpt 0 50K 1/15/93 HD 20 - This is the old Apple 20HD driver that works off thee serial port for those that need it. This file is copyright Apple Computer. Alll rights reserved.
Gaskill.cpt AMUG CD:Files:Font:G:Gaskill.cpt Gaskill.cpt 0 5K 1/15/93 Gaskill -This tiny application reports on the number of fonts currently open on your Mac. Put it in your Apple Menu Items folder under System 7 for convenience. It may make you feel like an Ironman to run with a lot of fonts, but, in fact, your system heap will be abnormally large, your performance will be generally degraded, and your likelihood of crashing will be increased.
FaceDaleBum AMUG CD:Files:Art:SCAD:Face-Dale Bump (SCAD).cpt Face-Dale Bump (SCAD).cpt 0 33K 1/15/93 Face-Dale Bump (SCAD) - This is a MacPaint file of a large face and a city behind it.
F1Man!v1.0 AMUG CD:Files:Tele:D-F:F1Man! v1.0.cpt F1Man! v1.0.cpt 1.0 0 8K 1/15/93 F1Man! v1.0 - F1Man! allows a Formula1 SysOp to have more than one "Formula1 Prefs" file! At first, this may seem strange, but if you have one of those high speed modems that has trouble with long distance, or you have two node numbers, or you want to have different modem init strings, or whatever, then you need F1Man! By simply running F1Man! before and after Formula1 in the Tabby Event string you can change Formula1 Prefs on the fly! Later... --Mike Marshburn, President of Delphic Software.
EyeConsOne AMUG CD:Files:Util:Icons:EyeCon's One.cpt EyeCon's One.cpt 1.0 0 38K 1/15/93 EyeCon's One - EyeCon's One is a collection of 23 cerebral quality icons to adorn your desktop with. You will need system 7 and a color or gray scale monitor.
EFF4.04.cpt AMUG CD:Files:Word:E-G:EFF4.04.cpt EFF4.04.cpt 4.04 0 26K 1/15/93 EFF4.04 - EFFector 4.04, 12/24/92; the Online Journal of the Electronic Frontier Foundation.
EdgarAllanPo AMUG CD:Files:Education:E:Edgar Allan Poe.cpt Edgar Allan Poe.cpt 0 80K 1/15/93 Edgar Allan Poe - This is a stack full of Edgar Allan Poe works. This is a great stack for educational purposes and includes nice graphics and sound. An interesting HyperCard stack featuring the poetry of Edgar Allan Poe. Freeware.
DiagnoSYSRev AMUG CD:Files:Mag:D-G:DiagnoSYS Review.cpt DiagnoSYS Review.cpt 0 19K 1/15/93 DiagnoSYS Review - We all know that the Macintosh is a friendly and easy to personalize computer system. Many users have added extensions (INITs) and control panel devices (CDEVs) to add features normally unavailable sometimes too many. Menu users also know the frustration of incompatible applications, INITs, and CDEVs and the difficulty of tracking down the offending ones. DiagnoSYS, from Baseline Publishing, is a tool to help in the solution to this problem. This is a review from SMUG.
DarkSide3.2 AMUG CD:Files:System7 tools:D:DarkSide 3.2.cpt DarkSide 3.2.cpt 3.2 0 351K 1/15/93 DarkSide 3.2 - This screensaver is much like After Dark, but runs as an application rather than an INIT. This solves some compatibility and System Heap problems.
CreepyCastle AMUG CD:Files:Mag:B-C:Creepy Castle.cpt Creepy Castle.cpt 0 46K 1/15/93 Creepy Castle - All right you Wolves fans, it’s here…Creepy Castle. It’s an expanded version of a game you’re already addicted to. And take note, users of Classics, Power Books, and other compact Macs—this game is in black and white. This is a review from SMUG. The article above is reprinted from Mac Monitor, the newsletter of The Savannah Macintosh Users Group. It may be reprinted in a single issue of newsletters published by non-profit user groups. Payment shall consist of a single issue of the newsletter in which the article appears.
CPDocs.cpt AMUG CD:Files:Tele:C:CP Docs.cpt CP Docs.cpt 0 60K 1/15/93 CP Docs - Well, a lot of people have been talking about the docs in 2.1 being rather inconvienient since it has a zillion or so TEXT files containing the docs. I came up with a solution. I put all the docs in one DOCMaker stand-alone doc and fixed a few typos, and the docs are now more convieniently stored in one file. The rest of the text is the original text from the original docs.
CoolANSIMenu AMUG CD:Files:Tele:C:CoolANSIMenusforTF.cpt CoolANSIMenusforTF.cpt 0 9K 1/15/93 CoolANSIMenusforTF - For sysops who want to try a different look to their VT100/ANSI interface, this file includes a new set of menus that I came up with one weekend. Included is a program that installs the menus into your prefs file. Very simple to install. These menus are released as public domain.
Calendar1993 AMUG CD:Files:Bus:C:Calendar 1993.cpt Calendar 1993.cpt 0 8K 1/15/93 Calendar 1993 - Stand alone application give the entire year at a glance with an active clock. Enjoy !!!
BONEDECEMBER AMUG CD:Files:Util:Icons:BONE DECEMBER.cpt BONE DECEMBER.cpt 0 26K 1/15/93 BONE DECEMBER - Our December edition includes 40, count em' 40 new color icons. This time around we mutate-various Marvel Comics Heros (inc. Spider Man-The Green Goblin-Dare Devil and more) Some painful faces from the pen of underground comic guru Daniel Clowes-Freda Kahlo-Rossetti-Dr Hannibal Lector (Silence of the Lambs)-GWAR-Woody Allen-Bergmans Death-DiNero as Travis-Peter Gabriel
BombINIT.cpt AMUG CD:Files:Util:B:Bomb INIT.cpt Bomb INIT.cpt 1.2 0 56K 1/15/93 Bomb INIT - This Extension demonstrates the newest version (1.2) of AnimINIT! Now, with SOUND! A color (sorry, no b/w) animation of a Bomb is displayed with sound! This Init can be easly edited to use your own animation and sound! (It's also FreeWare!)
BIZPLN25.cpt AMUG CD:Files:Bus:B:BIZPLN25.cpt BIZPLN25.cpt 2.5 0 178K 1/15/93 BIZPLN25 - Gives you a structured framework for developing your own professional business plan. Most of the work has already been done for you. Fill in the blanks or edit the text you want from these formatted templates. Enter your projections and the spreadsheets generate full financial reports and analysis (income statements, balance sheets, cash flow, ratios, etc.).
Balthazar1.0 AMUG CD:Files:Music:B:Balthazar 1.0.cpt Balthazar 1.0.cpt 1.0 0 25K 1/15/93 Balthazar 1.0 - Balthazar 1.0 is a utility that properly converts Microsoft Window's WAVE sound files into System 7 clickable sounds. There is no guessing on the sample rate, Balthazar is intelligent and will calculate out the appropriate data, ergo, there will be no additional clicks or noises (assuming the sample is clean...) Balthazar will convert 8bit monaural or stereo WAVEs into 8 bit monaural or stereo 'snd ' type 1 resources respectively.
AriostoTT AMUG CD:Files:Font:A:Ariosto(TT).cpt Ariosto(TT).cpt 0 10K 1/15/93 Ariosto(TT) - Ariosto is a decorative art nouveau-style font. It's well suited to be used as a text font, but works best as a display or title font. This font is offered as shareware from the Scriptorium Font Library. For only $12 you can register the font AND get a complete disk of other fonts. Remember to specify format and computer type when registering.
AriostoT1 AMUG CD:Files:Font:A:Ariosto(T1).cpt Ariosto(T1).cpt 0 15K 1/15/93 Ariosto(T1) - Ariosto is a decorative art nouveau-style font. It's well suited to be used as a text font, but works best as a display or title font. This font is offered as shareware from the Scriptorium Font Library. For only $12 you can register the font AND get a complete disk of other fonts. Remember to specify format and computer type when registering.
Apollo1.0 AMUG CD:Files:System7 tools:A:Apollo 1.0.cpt Apollo 1.0.cpt 1.0 0 255K 1/15/93 Apollo 1.0 - Apollo is a program which makes it easier for you to start up other programs. Whatever you are doing on your Mac, you can call up Apollo and ask it to start an application or to open a document, control panel, desk accessory or Finder folder. Many other functions, too numerous to list here. Shareware.
AliasBOSS2.0 AMUG CD:Files:System7 tools:A:AliasBOSS2.03.cpt AliasBOSS2.03.cpt 2.03 0 65K 1/15/93 AliasBOSS2.03 - The AliasBOSS is an alias management utility. You may scan your hard disk for aliases and manipulate them in some way (ie verify and repair, move, or get information on their owners). You may also scan your hard disk for files other than aliases (of a type and creator you specify) so that you can create aliases en masse, if needed. This version brings AliasBOSS up to date with System 7.1.
AircraftbyJi AMUG CD:Files:Art:SCAD:Aircraft by Jim Alley.cpt Aircraft by Jim Alley.cpt 0 153K 1/15/93 Aircraft by Jim Alley - this is a color eps file of airplanes from SCAD.
JIFFYSWITCH AMUG CD:Files:System7 tools:J-K:JIFFYSWITCH.CPT JIFFYSWITCH.CPT 1.0 0 20K 1/01/93 Works very much like "Applicon" with added features such as launching applications, opening and closing the Finder, and adding custom features to Finder such as a "Quit" Item in its File Menu. Takes up less desk space than "Applicon". Also makes use of Apple Events. If you select an icon to bring to the front with the option key down, you will automatically instruct it to Quit. With the command key down, you will get all sorts of information about the process corresponding to the icon selected.
FAXstfUtils AMUG CD:Files:Tele:U-V:Unsupported FAXstf Util.cpt Unsupported FAXstf Util.cpt 1.0 0 48K 1/01/93 Unsupported FAXstf Util - Includes FAXstf 2.2.3 release notes and instructions for all the enclosedutilities. FAX Utilities allows you to manipulate, merge, add, or delete pages from fax documents. FAXSPOOL Locator allows you to put your spool folder any place you like. FAXTHIS Utility is a System 7 only drag and drop to fax application. FAXSTATE will toggle your fax software on/off. Gremlins allows your fax driver to recapture the serial port if it has been left open by someother misbehaving application. Overall an essential collection for all FAXstf users.
THEREGULATOR AMUG CD:Files:System7 tools:Powerbook:THE REGULATOR.CPT THE REGULATOR.CPT 1.2 0 15K 1/01/93 THE REGULATOR - Put this faceless background application in your extensions folder and reboot. When you are plugged into a battery charger, It modifies power settings so you are in non-rest mode; System sleep is 15 minutes; Hard disk sleep is 15 minutes. If you are not plugged into a battery charger, It modifies power settings soyou are in rest mode; System sleep is whatever you set it to be via the Portable control panel; HD sleep is whatever you set it to be via the Portable control panel. Version 1.2 Cleans up source, adds a check for existing portables.
PROBABILITYC AMUG CD:Files:Education:O-P:PROBABILITY CALC.cpt PROBABILITY CALC.cpt 0 17K 1/01/93 PROBABILITY CALC - Probability Calculator allows you to calculate the probability of obtaining a value from a Normal, Students t, Chi-Square, F, or binomial distribution that is as extreme or more extreme than the value entered. This software may be used to circumvent the use of lookup tables. Developed for System 7, but runs on System 6.05 or later. Shareware.
MAILList.cpt AMUG CD:Files:Bus:M:MAIL List.cpt MAIL List.cpt 2.0 0 64K 1/01/93 MAIL List 2.0 - Mailing List 2.0 is hot off the presses! This FileMaker Pro template has been enhanced and redesigned to store names, addresses, phone numbers, birthdays, and anything else you can think off. Great for keeping track of friends, loved ones, family and business associates. You can construct lists and mailing labels for "sets" using your own criteria. Fully functional Shareware. Fee allows you to change or redesign the template.
Insomnia.cpt AMUG CD:Files:System7 tools:Powerbook:Insomnia.cpt Insomnia.cpt 1.01b 0 4K 1/01/93 Insomnia - This INIT sits and watches for when you plug the charger into your PowerBook it will disable the PowerBookUs power-saving idle mode when you do. The Power Manager cannot distinguish between a charger that is connected to a live outlet, and a charger that isn't. Therefore, when you plug a charger into your PowerBook, Insomnia will disable idle mode no matter what. If the chargeis plugged into a dead outlet, or into no outlet at all, your battery will discharge faster.
GESTALT!2.8 AMUG CD:Files:Prog:D-G:GESTALT! 2.8.CPT GESTALT! 2.8.CPT 2.8 0 20K 1/01/93 GESTALT! 2.8 - Gestalt 2.8 is a modal application that returns and parses the information your Mac provides after making the "Gestalt" call. This version has been updated to include System 7.xx information. Somewhat technical, but interesting all the same! Public Domain.
FMProContact AMUG CD:Files:Bus:F-G:FM Pro Contacts+1.41.cpt FM Pro Contacts+1.41.cpt 1.41 0 73K 1/01/93 FM Pro Contacts+1.41 - CONTACTS+ is a well done Filemaker Pro database (version 1.x, readily converts to v2). It s main purpose is to allow proper address details to appear in Microsoft Word print-merge documents. CONTACTS+ is also just as powerful and usable as any other commercial Contacts database & manager products.. Docu+ is a document manager, used in conjunction with Contacts+. You can create and store 1 page documents in Docu+.
Flame9.txt AMUG CD:Files:Mag:D-G:Flame9.txt.cpt Flame9.txt.cpt 0 36K 1/01/93 Flame9 - 1992 December news from the dead teachers society.
ComputerCoPh AMUG CD:Files:Bus:C:ComputerCoPhoneNo.cpt ComputerCoPhoneNo.cpt 0 10K 1/01/93 ComputerCoPhoneNo - This is a tab-delimited text file of both technical support and customer service phone numbers of over 450 computer hardware and software companies. Very handy reference! PostCardWare.
BabySmash AMUG CD:Files:Education:B:BabySmash.cpt BabySmash.cpt 0 139K 1/01/93 BabySmash - BabySmash is a shareware application that is for keeping your young kids happy without them accidentally dragging your word processor into the trash can. It basically just puts up random shapes and plays random sounds when your kid smashes on the keyboard (baby smash?) I know it sounds really stupid, and I'll admit it's my first real Mac program, but it's surprisingly catchy to those under the age of 5. I am amazed at how well it holds their attention. You can put your own sounds into BabySmash using Sound Mover. Main screen only. System 7 friendly and 32-bit clean. Shareware.
Apple12/26 AMUG CD:Files:Mag:A:Apple 12/26.cpt Apple 12/26.cpt 0 8K 1/01/93 Apple 12/26 - Newsletter news filler for 12-16-92.
ADModForest AMUG CD:Files:Util:After Dark:AD™ Mod——“Fractal Forest” AD™ Mod——“Fractal Forest” 0 29K 1/01/93 AD™ Mod——“Fractal Forest” - This After Dark mod produces a fractal forest on your screen, in all seasons. That is, it rotates through, per your adjustments. The trees are EXCELLENT, and the sounds are par perfection! This is one good module, a must for all AD users!
YearEndNews AMUG CD:Files:Mag:T-Z:YearEndNews.cpt YearEndNews.cpt 0 7K 12/29/92 YearEndNews - Attached is a 12K text file with year-end news filler for your newsletters.
UpDown2.7 AMUG CD:Files:Tele:Hermes:UpDown2.7+.cpt UpDown2.7+.cpt 2.7 0 11K 12/29/92 UpDown2.7 - Hermes External BBS Up Down Load Ratio Stats. Lists Up/Download ratios...
UnnamedClock AMUG CD:Files:System7 tools:U-Z:Unnamed Clocks Program 1.2a.cpt Unnamed Clocks Program 1.2a.cpt 1.2a 0 15K 12/29/92 Unnamed Clocks Program 1.2a - Version 1.2a is a program which will display 8 clocks in a small window, each with a user-selectable time zone. You may customize the program to show different cities, and to take daylight savings time into account. Version 1.2a requires System 7 and a monitor with at least 640 pixels across. This means that it will not work on Apple’s 12” RGB monitor. (You will not see all the clocks). I originally designed this program with my PowerBook in mind to keep track of different time zones while I was traveling, but soon found it useful on my desktop machine as well.
TearOFFs1.06 AMUG CD:Files:System7 tools:T:TearOFFs1.0b6.cpt TearOFFs1.0b6.cpt 1.0b6 0 46K 12/29/92 TearOFFs1.0b6 - TearOFFs allows menus to be torn off in any application. It can tear hierarchials as well. Great for large monitors. Save yourself from those long trips to the menubar. Tear off those font, size, and style hierarchial menus, and make creativity less of a pain. Tear off NowMenu's menus. It also tears off titles (TOTs), miniature tear off menus. TearOFFs works with all system configurations above 6.0.
TabbyLogger5 AMUG CD:Files:Tele:T:TabbyLogger5.CPT TabbyLogger5.CPT 0 12K 12/29/92 TabbyLogger5 - Tabby Logger is a freeware Tabby compatible application that examines your Tabby Log and extracts the times that other nodes crashmailed your system or Tabby called other nodes. It stores this information in a file called TabbyLogger.out. Tabby Logger works very quickly, so you can either put it in your Tabby events or make it an external from Second Sight. Then display the TabbyLogger.out file. TabbyLogger also maintains a small database of the nodes that your BBS has come in contact with. This database is stored as a text file in the same folder as TabbyLogger.
SyQuestSCSIP AMUG CD:Files:Util:Sq-Sz:SyQuest SCSIProbe3.5 SyQuest SCSIProbe3.5 3.5 0 39K 12/29/92 SyQuest SCSIProbe3.5 - SCSIProbe is a Control Panel (cdev) useful for identifying and mounting devices connected to your SCSI bus. With SCSIProbe you can determine the device type, vendor, product and version for every device connected to your bus. SCSIProbe also includes a startup extension (INIT) that, when enabled, can mount volumes without having to access the cdev. SCSIProbe is System 7 compatible and balloon help is available for assistance.
StarRunner10 AMUG CD:Files:Game:S:StarRunner 1.00.cpt StarRunner 1.00.cpt 1.00 0 210K 12/29/92 StarRunner 1.00 - Your mission is to flight from planets to planets rescuing stranded humans and destroying all other life forms. Simply put, if it moves, shoot it! If it is still there, blast it! Do not forget to rescue the little waving people on the ground. Don't let aliens kidnap them. If all humans disappear from the ground and no human was rescued, something evil will happen.. Also, some aliens follow you from planet to planet. Therefore, don't stay too long on one particular planet; they might come get you... Heh heh..One type of aliens leaves flashbombs behind when shot down. Catch them before they hit the ground... or run after them later.
SoundHack.66 AMUG CD:Files:Music:So-Sz:SoundHack.66.cpt SoundHack.66.cpt .66 0 96K 12/29/92 SoundHack.66 - I am writing this program to perform various sound file manipulations on the Macintosh that have previously not been available. At the present, I have implemented sound file type conversion, a varispeed/sample rate converter, sound file convolution, ring modulation, the phase vocoder, a binaural filter and an amplitude analysis and gain change module. In the near future I hope to add a spectral dynamics processor, and Larry Polansky's mutation synthesis. SoundHack can now read and write the following formats Sound Designer II, Audio IFF, IRCAM, DSP Designer, NeXT .snd (or Sun .au) and TEXT.
RDiskNamer AMUG CD:Files:System7 tools:R:RDiskNamer.cpt RDiskNamer.cpt 0 10K 12/29/92 RDiskNamer - RAM Disk Namer is a control panel and system extension that allows the RAM disk name to be changed conveniently and automatically to the desired name on every reboot, including power-on. In order to function correctly, this control panel should be placed in the Control Panels folder and its name should follow alphabetically the name of the Memory control panel.
ProcessFinde AMUG CD:Files:Prog:N-P:Process Finder.cpt Process Finder.cpt 0 56K 12/29/92 Process Finder - Process Finder is an application that displays all running processes and allows you to view information about each process and to send quit events. Process Finder also explores some experimental user interface ideas.
PGMKRFLOPPYT AMUG CD:Files:Word:O-P:PGMKR FLOPPY TMPLT.cpt PGMKR FLOPPY TMPLT.cpt 0 4K 12/29/92 PGMKR FLOPPY TMPLT - A template for making your own custom 3.5" floppy disc labels in PageMaker. Template comes six-up.
PeopleStack AMUG CD:Files:Art:Richard Wald:People Stack.cpt People Stack.cpt 0 33K 12/29/92 People Stack - "Here is a fully functional stack which contains 10 sample clips from the full stack. On this sampler is a baseball player, chef, clown, devil, fortune teller, genie, Japanese man, magic carpet rider, Mexican, and pirate."
PasswordKey1 AMUG CD:Files:Bus:N-Q:Password Key 1.5s.cpt Password Key 1.5s.cpt 1.5s 0 135K 12/29/92 Password Key 1.5s - Password Key was written to help you keep "roaming eyes" from accessing your Macintosh computer. If used properly, it should be very effective in keeping others from wandering about your hard drive.
Novicetypist AMUG CD:Files:Education:N:Novice typist fldr.cpt Novice typist fldr.cpt 0 62K 12/29/92 Novice typist fldr - Novice Typist is a "practice your typing" stack. It provides visual feedback as you type, using a keyboard diagram (no need to look at your hands/keyboard). Many practice text files are included and you can make your own with this stack (or use a word processor). Lots of options - e.g., turn on/off the delete key, print out results. Currently being successfully used with 6th graders on LC IIs. FreeWare. Comments appreciated.
MoveTick11 AMUG CD:Files:Tele:M:MoveTick11.cpt MoveTick11.cpt 1.1 0 36K 12/29/92 MoveTick 1.1 - MoveTick will move files received by your Tabby system via the TICK file transfer method into Second Sight File sections using the description contained in the TICK file. Place MoveTick in your BBS Folder with Second Sight, TabbyNet, and all their buddys. To configure MoveTick launch MoveTick while holding down the mouse button.
MountImage12 AMUG CD:Files:Apple:MountImage 1.2b2.cpt MountImage 1.2b2.cpt 1.2b2 0 8K 12/29/92 MountImage 1.2b2 - This file contains the MountImage 1.2b2 init that alolows you to mount several disk images that were created with disk copy. Nice utility for insalling disk images.
Moniker2.0.1 AMUG CD:Files:System7 tools:M:Moniker 2.0.1.cpt Moniker 2.0.1.cpt 2.0.1 0 25K 12/29/92 Moniker 2.0.1 - Moniker 2.0.1 is a slightly altered Moniker 2.0, so that just dragging and dropping will create an alias of the item, in the same folder as the Moniker application. However if you wish to place and rename the alias, you can do so by holding down the option key when dragging something onto Moniker.
MergeMeJS AMUG CD:Files:Bus:M:MergeMeJS.cpt MergeMeJS.cpt 0 14K 12/29/92 MergeMeJS - MERGE ME-JOB SEARCH helps simplify the process of creating merge data files for mail merges in Mac Write II 1.x. This version is specifically for cover letter and envelopes used in a mass mail job search. In addition it serves as a contact manager allowing you to track replies from the given companies applied to.
SadMacErrorC AMUG CD:Files:Prog:S:Sad Mac Error Codes 1.1.cpt Sad Mac Error Codes 1.1.cpt 1.1 0 9K 12/29/92 Sad Mac Error Codes 1.1 - When you press the interrupt button on the side of your Macintosh when booting, you should get a sad Mac icon with '0F000D' and some bits cycling under the icon indicating it is performing a memory test. This numeric code is in two parts, the first two characters are the class code and the second four are the sub code. The class code tells what part of the diagnostic program found the error and the sub class code tells what the error was. In the case of a bad RAM chip, the sub class identifies the bad chip (this was very helpful to homegrown upgraders).
MacAppSegmen AMUG CD:Files:MacTechNotes:Platforms & Tools:MacApp Segmentation.cpt MacApp Segmentation.cpt 0 14K 12/29/92 MacApp Segmentation - This Technical Note describes MacApp segmentation strategies and guidelines. It also describes performance, runtime, and development tools issues related to segmentation. Some of the discussion is also relevant to general segmentation strategies with non-MacApp-based applications. The MacApp techniques are based on MacApp 3.0; however, many of the issues are also relevant to MacApp 2.0.
Background AMUG CD:Files:MacTechNotes:Processes:Background-Only Apps.cpt Background-Only Apps.cpt 0 8K 12/29/92 Background-Only Apps - Background-only applications (BOAs) are Macintosh applications that run only in the background under MultiFinder and under System 7. BOAs are the preferred alternative to INITs, drivers, and stand-alone code for most startup-time and background “daemon” services. This note discusses various issues that affect development of BOAs, as well as useful implementation strategies for BOAs.
AppleTalkOvQ AMUG CD:Files:MacTechNotes:Networking:AppleTalkOvQ&As.cpt AppleTalkOvQ&As.cpt 0 9K 12/29/92 AppleTalkOvQ&As - This Technical Note contains a collection of Q&As relating to a specific topic—questions you’ve sent the Developer Support Center (DSC) along with answers from the DSC engineers. While DSC engineers have checked the Q&A content for accuracy, the Q&A Technical Notes don’t have the editing and organization of other Technical Notes. The Q&A function is to get new technical information and updates to you quickly, saving the polish for when the information migrates into reference manuals.
AppleShareQ& AMUG CD:Files:MacTechNotes:Networking:AppleShareQ&As.cpt AppleShareQ&As.cpt 0 22K 12/29/92 AppleShareQ&As - This Technical Note contains a collection of Q&As relating to a specific topic—questions you’ve sent the Developer Support Center (DSC) along with answers from the DSC engineers. While DSC engineers have checked the Q&A content for accuracy, the Q&A Technical Notes don’t have the editing and organization of other Technical Notes. The Q&A function is to get new technical information and updates to you quickly, saving the polish for when the information migrates into reference manuals.
Joelsppats4 AMUG CD:Files:Util:Textures:Joel's ppats#4.cpt Joel's ppats#4.cpt 4 0 289K 12/29/92 Joel's ppats#4 - Wow! More cool new patterns for Desktop Textures 2.0! This collection contains some of the lowest resolution images from the new Kodak Photo CD Photo Sampler. These are properly credited according to Kodak's copyright information as stated in the Sampler. Have fun with these!
HyperGrab1.0 AMUG CD:Files:Hyper:Hy-Hyperi:HyperGrab 1.0.cpt HyperGrab 1.0.cpt 1.0 0 10K 12/29/92 HyperGrab 1.0 - This utility copies out the card and background text fields of every card in a HyperCard stack, and labels the text according to the card and field it came from. You can also select ranges of cards from which to copy text. The text is then saved as a text file.
HolidayStack AMUG CD:Files:Art:Richard Wald:Holiday Stack Sampler.cpt Holiday Stack Sampler.cpt 0 38K 12/29/92 Holiday Stack Sampler - "Here is a fully functional stack which contains 10 sample clips from the full stack. On this sampler are some angels, Columbus Day Art, Easter rabbit, holiday border, snow people, nativity scene, Season's Greetings, Thanksgiving Invitation, witch, and wreath."
HellCatsTips AMUG CD:Files:Game:H-L:HellCatsTips.cpt HellCatsTips.cpt 0 20K 12/29/92 HellCatsTips - I saw a lot of questions on Hellcats and felt that a FAQ/Ti pdocument would be useful. This document is not intended to replace the manuals. It is meant to enhance the novice gamer's pleasure and skill. I fully support all efforts to complete the missions without cheating. Hellcats Over the Pacific FAQ/Tips was created with the HOtPenthusiast in mind. It is my hope to expand this document in the future to accommodate the new scenarios to be released in a few months and the new Hellcats version next summer.
Greetingsfro AMUG CD:Files:Art:G:Greetings from Fred.cpt Greetings from Fred.cpt 0 136K 12/29/92 Greetings from Fred - Amazing. A recent expedition to Saskatoon, and upwards to the North Pole has brought back a number of artifacts of great curiosity. Among them was a locked metal folder - in which a most dazzling, yet puzzling, picture was recovered. Reportedly the contents of the cache has been locked away in the secret, unexplained government files in fear of obvious social repercussions resulting from the publication of this picture. The old and faded photo was only in my possession long enough to make a copy, I decided I had to create this drawing to spread to the rest of the world
GraphicGems3 AMUG CD:Files:Prog:D-G:Graphic Gems Vol. 3.cpt Graphic Gems Vol. 3.cpt 0 117K 12/29/92 Graphic Gems Vol. 3 - This is the source code for the programs found in "Graphics Gems Volume III", published by Academic Press. This is about 390K (decompressed) of PUBLIC DOMAIN snippets for 2D, 3D, and raster graphics routines. Many topics are covered, all files are documented in the above book.
GraphicGems2 AMUG CD:Files:Prog:D-G:Graphic Gems Vol. 2.cpt Graphic Gems Vol. 2.cpt 0 86K 12/29/92 Graphic Gems Vol. 2 - This is the source code for the programs found in "Graphics Gems Volume II", published by Academic Press. This is about 270K (decompressed) of PUBLIC DOMAIN snippets for 2D, 3D, and raster graphics routines. Many topics are covered, all files are documented in the above book.
GraphicGems1 AMUG CD:Files:Prog:D-G:Graphic Gems Vol. 1.cpt Graphic Gems Vol. 1.cpt 0 171K 12/29/92 Graphic Gems Vol. 1 - This is the source code for the programs found in "Graphics Gems Volume I", published by Academic Press. This is over 500K (decompressed) of PUBLIC DOMAIN snippets for 2D, 3D, and raster graphics routines. Many topics are covered, all files are documented in the above book.
GadzooxTT AMUG CD:Files:Font:G:GadzooxTT.cpt GadzooxTT.cpt 0 19K 12/29/92 GadzooxTT - Gadzoox is a wacky, kooky, zany freeware (but not public domain) experimental font from RobinsonCrusoe. (This free version is all caps and is not kerned.) For more shareware and freeware, call the Vista Cruxi BBS at (919) 932-3008.
GadzooxT1 AMUG CD:Files:Font:G:GadzooxT1.cpt GadzooxT1.cpt 0 38K 12/29/92 GadzooxT1 - Gadzoox, a wacky, kooky, zany freeware (but not public domain) font from RobinsonCrusoe. For more shareware and freeware, call the Vista Cruxi BBS at (919) 932-3008.
FoodStack2Sa AMUG CD:Files:Art:Richard Wald:Food Stack 2 Sampler.cpt Food Stack 2 Sampler.cpt 0 36K 12/29/92 Food Stack 2 Sampler - "Here is a fully functional stack which contains 10 sample clips from the full stack. On this sampler is an apple, apple pie, broccoli, carrots, chef, eggplant, garlic bulb, gourds, nectarine, and pears."
FoodStack1Sa AMUG CD:Files:Art:Richard Wald:Food Stack 1 Sampler.cpt Food Stack 1 Sampler.cpt 0 32K 12/29/92 Food Stack 1 Sampler - "Here is a fully functional stack which contains 10 sample clips from the full stack. On this sampler is apple cider, basket of eggs, cake/pie/cupcakes, cook, fish in frying pan, grapefruit, green pepper, ice cream cone, lemon, and mushrooms."
FillComment2 AMUG CD:Files:Prog:D-G:FillComment2.0.cpt FillComment2.0.cpt 2.0 0 5K 12/29/92 FillComment 2.0 - FillComment 2.0 is an FKEY for use with the THINK C 5.0.3 or later editor. It takes a standard C style comment and formats the comment text. The text is wrapped when so that no characters are past the 79th column.
FF-MTT.cpt AMUG CD:Files:Font:F:FF-MTT.cpt FF-MTT.cpt 0 90K 12/29/92 FF-MTT - Fraction Fonts enable you to view and print true fractions that match your TrueType fonts. Designed to reap all the benefits of TrueType as an integral part of System 7, Fraction Fonts can be used with any Macintosh application. Fraction Fonts are available in two distinct types -- Baseline and Extended. In Baseline Fraction Fonts, the denominator sits on the baseline and the top of the numerator is the height of the lower-case ascender in its companion font. In Extended Fraction Fonts, the bottom of the denominator extends below the baseline and the top of the numerator extends slightly above the height of the lower-case ascender.
EPSBleeder13 AMUG CD:Files:System7 tools:E:EPS Bleeder1.3.cpt EPS Bleeder1.3.cpt 1.3 0 24K 12/29/92 EPS Bleeder1.3 - This program is a drop-and-drag utility written for System 7. It will not work under earlier System versions. This program is SHAREWARE and has a modest shareware fee of $10. If you need to print an EPS file created with QuarkXPress 3.1, QuarkXPress 3.11, Adobe Illustrator 3.0.1, Adobe Illustrator 3.2, FreeHand 3.1 or Adobe PhotoShop 2.0.1 through Aldus PrePrint or Aldus PressWise, but still keep your bleeds, then this is your program. EPS Bleeder examines the source EPS file or files, determines whether or not it can enlarge the bleed area (if it is a recognized EPS format), and writes a new document in place of the old with the enlarged bleed area.
EFFector4.0 AMUG CD:Files:Word:E-G:EFFector 4.0.cpt EFFector 4.0.cpt 4.0 0 10K 12/29/92 EFFector 4.0 - EFFector Online 4.0 12/11/92; the journal of the Electronic Frontier Foundation. Contents - Gilmore vs NSA the Crypto Anarchist Manifesto; 2nd Pioneer Awards Deadline Looms.
DiskFirstAid AMUG CD:Files:Apple:Disk First Aid 7.1.cpt Disk First Aid 7.1.cpt 7.1 0 28K 12/29/92 Disk First Aid 7.1 - This is version 7.1 of Disk First Aid for checking hard drive media for errors. Copyright Apple Computer. All rights reserved.
DisasmHack AMUG CD:Files:Prog:D-G:Disasm Hack.cpt Disasm Hack.cpt 0 4K 12/29/92 Disasm Hack - This is a skanky hack to extract the disassembly from ResEdit's code editor to a text file for further study or annotation. It uses James Walker's TextCapture FKEY, and QuicKeys (for ResEdit->HC AppleEvents).
CogitoCLIPPY AMUG CD:Files:Hyper:Co-Cz:Cogito CLIPPY.1.1.cpt Cogito CLIPPY.1.1.cpt 1.1 0 20K 12/29/92 Cogito CLIPPY.1.1 - XNet Clippy XFCN is a utility for transferring TEXT to and from the Macintosh Clipboard. It is small, and allows transfers up to 30,000 characters at a time. (30,000 is a built-in HyperCard limit.) Version 1.1 fixes a few bugs and adds some new packaging. For those with HyperCard 1.x, the proper syntax is included in the Comment.
ChristmasMus AMUG CD:Files:Hyper:C-Cl:Christmas Music.cpt Christmas Music.cpt 0 10K 12/29/92 Christmas Music - A great collection of America's Christmas favorites. Sounds great and only takes a minute to download. Needs Hypercard 2.x. Includes Up On The Housetop, Deck The Halls, Let It Snow, and more!!! Freeware.
Chess.78.cpt AMUG CD:Files:Tele:Hermes:Chess.78.cpt Chess.78.cpt .78 0 21K 12/29/92 Chess.78 - Chess v0.78 for Hermes BBSs! This version marks the exchange of Chess (and Checkers) from Colen Garoutte-Carson to Mike Marshburn and Delphic Software! Please direct all comments, suggestions, and bug-reports to Delphic Sw! Thanks a bunch! Later...
Checkers1.64 AMUG CD:Files:Tele:Hermes:Checkers1.6.4.cpt Checkers1.6.4.cpt 1.6.4 0 18K 12/29/92 Checkers1.6.4 - Checkers v1.6.4 for Hermes BBSs! This version marks the exchange of Checkers (and Chess) from Colen Garoutte-Carson to Mike Marshburn and Delphic Software! Please direct all comments, suggestions, and bug-reports to Delphic Sw! Thanks a bunch! Later...
Aspirations1 AMUG CD:Files:Tele:Hermes:Aspirations 1.0.cpt Aspirations 1.0.cpt 1.0 0 14K 12/29/92 Aspirations 1.0 - BBS EXTERNAL HERMES SCREENS DRAW LOGON QUOTE FORTUNE COOKIE. This adds a cool quote to the log on process!
Add/Strip3.0 AMUG CD:Files:Word:A-Ad:Add/Strip 3.0.3.cpt Add/Strip 3.0.3.cpt 3.0.3 0 117K 12/29/92 Add/Strip 3.0.3 - Add/Strip is a very sophisticated TEXT file manipulator which can be useful in massaging files headed for word processing, dtp, database, or spreadsheet programs. Blank line control, expand tabs, add/strip CRs/LFs, make paragraphs, force line width, space runs->Tabs, WS->TEXT, Tab delimited->fixed/variable/CSV, CSV->Tab delimited, alter case, smart quotes, batch process, replace chars, etc. Version 3.0.3. Modeless process select window, 150 case insensitive replacement strings with wildcards, expanded online help, color icons, balloon help, "auto-processing" of chosen folder, menu of favorite settings files for quick opening, fixed all known bugs, faster, & much more.
3D2-TabSys71 AMUG CD:Files:Util:Icons:3D 2-Tab Sys 7.1 Folders.cpt 3D 2-Tab Sys 7.1 Folders.cpt 7.1 0 9K 12/29/92 3D 2-Tab Sys 7.1 Folders - The resources contained in the ResEdit file "3D Two-Tab Folders (7.1.x)" replace the basic 13 single tab folders you find in your System File with three dimensional two-tab folders that have a tab on each side of the folder.There appear to be two folders, where in fact there is only one. The front folder has the tab on the left, and what appears to be a second folder has its tab on the right. The icl4 and icl8 folders really jump out in lovely GrayScale and 8-bit or 4-bit color (depending on your monitor settings) and actually have that three dimensional look to them.
3D2TabSys70 AMUG CD:Files:Util:Icons:3D 2-Tab Sys 7.0.X Folders.cpt 3D 2-Tab Sys 7.0.X Folders.cpt 7.0 0 8K 12/29/92 3D 2-Tab Sys 7.0.X Folders - The resources contained in the ResEdit file "3D Two-Tab Folders (7.0.x)" replace the basic 13 single tab folders you find in your System File with three dimensional two-tab folders that have a tab on each side of the folder.There appear to be two folders, where in fact there is only one. The front folder has the tab on the left, and what appears to be a second folder has its tab on the right. The icl4 and icl8 folders really jump out in lovely GrayScale and 8-bit or 4-bit color (depending on your monitor settings) and actually have that three dimensional look to them.
Zync1.0a.cpt AMUG CD:Files:System7 tools:Powerbook:Zync1.0a.cpt Zync1.0a.cpt 1.0a 0 13K 12/28/92 Zync1.0a - Zync is a file synchronization application designed for PowerBooks. Its purpose is to copy files back and forth between your PowerBook and a desktop computer. Put Zync on either computer, then configure it by selecting a "remote" and a "local" folder from the Setup item in the Zync menu. In the Setup dialog you asked to enter information regarding the "remote" volume. Zync can automatically mount and unmount the remote volume in order to do the file synchronization, so setup need to be done only once.
Watch1.7.1 AMUG CD:Files:Util:Network:Watch1.7.1.cpt Watch1.7.1.cpt 1.7.1 0 60K 12/28/92 Watch1.7.1 - Watch is a networking debugging tool for use on a Macintosh on Localtalk or directly on Ethernet. There is no documentation for Watch nor is it a supported product. Use it at your own risk. It is freely distributed but Cayman Systems, Inc. still maintains a copyright on it. If you have any bugs to report, please feel free to send email to support@cayman.com or applelink D0523. This software allows collection and decoding of network packets from ethernet or localtalk. AppleTalk TCP/IP, and DECnet routing protocol packets are decoded into their components.
VocabuLarry AMUG CD:Files:Education:T-Z:VocabuLarry.cpt VocabuLarry.cpt 0 22K 12/28/92 VocabuLarry - VocabuLarry is a simple program to help you improve your vocabulary in the foreign language of your choice. This is an initial beta release. Using the program is fairly straightforward. lang a->b and lang b->a shows you a word, and you're expected to type in the translation. Flash Cards and Flash Cards2 shows a word (and says the word if you've recorded it), waits a few seconds, and then shows the translation. You can change the "german" and "english" with "options…". There's some (actually very little) balloon help in case you get stuck (and have system 7).
TimeMgrQ&As AMUG CD:Files:MacTechNotes:Processes:Time Mgr Q&As.cpt Time Mgr Q&As.cpt 0 5K 12/28/92 Time Mgr Q&As - This Technical Note contains a collection of Q&As relating to a specific topic—questions you’ve sent the Developer Support Center (DSC) along with answers from the DSC engineers. While DSC engineers have checked the Q&A content for accuracy, the Q&A Technical Notes don’t have the editing and organization of other Technical Notes. The Q&A function is to get new technical information and updates to you quickly, saving the polish for when the information migrates into reference manuals.
Programmatic AMUG CD:Files:MacTechNotes:Imaging:Printing:Programmatic PostScript.cpt Programmatic PostScript.cpt 0 10K 12/28/92 Programmatic PostScript - This Technical Note discusses how to make the LaserWriter driver, versions 7.0 and later, create PostScript files from your printing loop, and when this is and is not appropriate.
MoviesLOOP AMUG CD:Files:MacTechNotes:QuickTime:Movies ‘LOOP’ Atom and Frie.cpt Movies ‘LOOP’ Atom and Frie.cpt 0 6K 12/28/92 Movies ‘LOOP’ Atom and Friends - This Technical Note discusses entertaining uses for QuickTime user data atoms, Apple defined and otherwise.
MacMemConfig AMUG CD:Files:MacTechNotes:Memory:Mac Mem Configurations.cpt Mac Mem Configurations.cpt 0 126K 12/28/92 Mac Mem Configurations - This Technical Note describes the different possible memory configurations of all models of the Macintosh family that use Single In-line Memory Modules (SIMMs) as well as the non-SIMM memory upgrade options of the Macintosh Portable, Macintosh Classic, and Macintosh PowerBooks. (Special thanks to Brian Howard for the Macintosh Plus and original SE drawings, and for the inspiration for the other drawings.) This Note also describes the obstacles to using four megabit (Mbit) DRAM SIMMs in Apple Macintosh products to date.
SystemTools4 AMUG CD:Files:Apple:System Tools 4.2.image.cpt System Tools 4.2.image.cpt 0 250K 12/28/92 System Tools 4.2.image - This is a disk image of system 4.2 for those tryingto get a 512K Macintosh to boot. We added this to BBS in a BOX as a result of this older software being more difficult to find.
StuffIt&Fron AMUG CD:Files:System7 tools:Frontier:StuffIt&Frontier.cpt StuffIt&Frontier.cpt 0 45K 12/28/92 StuffIt&Frontier - This file shows you how to control Stuffit with Frontier scripts. This will allow you to automate your compression and decompression.
Rites2.1.cpt AMUG CD:Files:Game:R:Rites2.1.cpt Rites2.1.cpt 2.1 0 849K 12/28/92 Rites2.1 - Rites of Passage is a series of HyperCard 2 stacks that comprise a systemless science fiction role playing module. You have just downloaded the Menu and Introduction/Character stack. The aim of the Rites Project is to release the entire module (including printable character sheets and GM notes) on HyperCard for free distribution and play. The two introductory stacks are large, each over 500K when decompressed. They together comprise 85 cards giving a fifteen minute sound, text and graphic introduction to the module followed by selections from the Characters’ stack.
PowerAlias1 AMUG CD:Files:System7 tools:P-Q:PowerAlias1.0.cpt PowerAlias1.0.cpt 1.0 0 16K 12/28/92 PowerAlias1.0 - PowerAlias is designed to minimize desktop clutter by providing for the consolidation of up to five application aliases into one utility. PowerAlias uses real, System 7 aliases and AppleEvents to mimic those Finder aliases we have all grown to love. You can launch PowerAlias either by double clicking on its icon or by dragging and dropping a document onto the PowerAlias icon. You specify which of the five applications PowerAlias launches by simultaneously holding down a key on the keyboard.
PersontoPers AMUG CD:Files:Tele:P:PersontoPerson2.2.cpt PersontoPerson2.2.cpt 2.2 0 29K 12/28/92 PersontoPerson2.2 - This is a White Knight procedure for communicating between two individuals.
Periscope AMUG CD:Files:Tele:P:Periscope.cpt Periscope.cpt 0 49K 12/28/92 Periscope - Periscope facilitates the transfer of data file from Unix machines to Macintosh computers without the use of a telnet ftp session and subsequent file type coercion with ResEdit on the Mac. The user may connect to a Unix machine, without login protocol, and transfer a file to the Mac with explicit Macintosh filetypes and signatures. Persicope consists of two parts: a double-clickable Mac application which acts a client, and a Unix server to process requests from clients.
P-Utes.cpt AMUG CD:Files:Util:P-Pl:P-Utes.cpt P-Utes.cpt 0 98K 12/28/92 P-Utes - Several utilities from Paul Jones including Blind_Freddy, Emeter, EmeterII, File_Reader, File_Reader_II, InstallCustomIcon_II, Mandrake, ttro_Maker, Peek_a_Boo, Charge Time. Most of these Utilities work best when moved to the start-up disk. This is required under System 7 to allow the 'Drag and Drop' features to work.
NewOnesppats AMUG CD:Files:Util:Textures:NewOnesppats.cpt NewOnesppats.cpt 0 199K 12/28/92 NewOnesppats - More creative and colorful desktop patterns for your Macintosh Desktop.
Sinai.pict AMUG CD:Files:Art:NASA:Sinai.pict Sinai.pict 0 206K 12/28/92 Sinai.pict - This is a picture of the view over the Sinai from orbit around the earth. In PICT format. Provided by NASA.
SAfrica.pict AMUG CD:Files:Art:NASA:SAfrica.pict SAfrica.pict 0 211K 12/28/92 SAfrica.pict - This is a picture of the view over South Africa from orbit around the earth. In PICT format. Provided by NASA.
NasaText.cpt AMUG CD:Files:Art:NASA:NasaText.cpt NasaText.cpt 0 10K 12/28/92 NasaText - Includes information on several NASA films and educational programs available to the public.
Launch4.pict AMUG CD:Files:Art:NASA:Launch4.pict Launch4.pict 0 126K 12/28/92 Launch4.pict - this is PICT 4 of 4 that shows the graceful space shuttle launch into action. Provided by NASA.
Launch3.pict AMUG CD:Files:Art:NASA:Launch3.pict Launch3.pict 0 106K 12/28/92 Launch3.pict - this is PICT 3 of 4 that shows the graceful space shuttle launch into action. Provided by NASA.
Launch2.pict AMUG CD:Files:Art:NASA:Launch2.pict Launch2.pict 0 117K 12/28/92 Launch2.pict - this is PICT 2 of 4 that shows the graceful space shuttle launch into action. Provided by NASA.
Launch.pict AMUG CD:Files:Art:NASA:Launch.pict Launch.pict 0 193K 12/28/92 Launch.pict - this is PICT 1 of 4 that shows the graceful space shuttle launch into action. Provided by NASA.
Bahamas.pict AMUG CD:Files:Art:NASA:Bahamas.pict Bahamas.pict 0 248K 12/28/92 Bahamas.pict - This is a picture of the Bahamas from orbit around the earth. In PICT format. Provided by NASA.
Andes.pict AMUG CD:Files:Art:NASA:Andes.pict Andes.pict 0 220K 12/28/92 Andes.pict - This is a picture of the Andes from orbit around the earth. Provided by NASA. In PICT format.
Adaz.pict AMUG CD:Files:Art:NASA:Adaz.pict Adaz.pict 0 169K 12/28/92 Adaz.pict - This is a great picture from space looking at earth. Provided by NASA. In Pict format.
Moreppatsfro AMUG CD:Files:Util:Textures:MoreppatsfromJoel.cpt MoreppatsfromJoel.cpt 0 391K 12/28/92 MoreppatsfromJoel - Here are more great desktop texture patterns for use as Macintosh background screens.
MaintenanceR AMUG CD:Files:Bus:M:MaintenanceRecords.cpt MaintenanceRecords.cpt 0 93K 12/28/92 MaintenanceRecords - This stack is designed to provide you with a record of the vehicles in your fleet and the service or maintenance performed on each. I know that owning a fleet of vehicles means there are a lot of records that must be kept. This stack can help you to accurately keep track of records with ease while cutting down on filing. It also can provide you with a print out of the maintenance record of any or all vehicles in your fleet. By Gary Hoffman.
MacNursingCP AMUG CD:Files:Education:M:MacNursingCPR.cpt MacNursingCPR.cpt 0 152K 12/28/92 MacNursingCPR - gives step by step details in the use of CPR and how to utilize it on individuals in need.
MacMolecule1 AMUG CD:Files:Education:M:MacMolecule1.7.cpt MacMolecule1.7.cpt 1.7 0 209K 12/28/92 MacMolecule1.7 - MacMolecule 1.7 is a program designed for creating 3D-images of molecules for use in teaching molecular structure to students of biology, chemistry, and allied fields. Molecules have defined structures, determined by the types and numbers of atoms in the molecule, the size of the atoms, the orientation of the atoms in 3-dimensional space, and the covalent and non-covalent bonding between atoms. The structure of many molecules have been solved by X- ray crystallography. Databases have been established as repositories of known structures.
MacMoleculM AMUG CD:Files:Education:M:MacMolecule Images.cpt MacMolecule Images.cpt 0 280K 12/28/92 MacMolecule Images - MacMolecule 1.7 data files have been modified from MacMolecule 1.0 to accommodate information about covalent bond locations, the desired default image form (space-filling, ball-and-stick, wire-frame), and the atom diameters for ball-and-stick models. MacMolecule 1.5 files can be read directly by MacMolecule 1.7, or updated by inclusion of text information for the text pull-down menu. MacMolecule 1.7 will display MacMolecule 1.0 images, but only in space-filling mode. This file contains the images for MacMolecule.
JoelsOwnppa AMUG CD:Files:Util:Textures:Joel'sOwnppats.cpt Joel'sOwnppats.cpt 0 54K 12/28/92 Joel'sOwnppats- Here are more great desktop texture patterns for use as Macintosh background screens.
HittogThetta AMUG CD:Files:IMUG:Iceland:Hitt og Thetta V1.2.cpt Hitt og Thetta V1.2.cpt 0 344K 12/28/92 Hitt og Thetta V1.2 - This is a Hypercard stack from Iceland i their native tongue. See if you can figure out the application.
Gumboot.cpt AMUG CD:Files:Util:G-H:Gumboot.cpt Gumboot.cpt 0 153K 12/28/92 Gumboot - Gumboot is a Microprocessor based addition to a computer that enables the user to access data from the outside world through the serial port. Because it uses the serial port Gumboot can be used with the entire range of Macintosh computers, and can be adapted to many others. An 8 bit A/D conversion and Software combination that can be used to monitor simple processes, lab experiments, movement and direction. With access to other portions of the Microprocessor that allow for Input counting and timing, digital input and output control.
Font/DAMover AMUG CD:Files:System7 tools:F:Font/DA Mover 4.1.cpt Font/DA Mover 4.1.cpt 4.1 0 24K 12/28/92 Font/DA Mover 4.1 - This is version 4.1 of font DA mover for those that need to change DA's or fonts. Compatable with System 7.
Fireflies AMUG CD:Files:Util:After Dark:Fireflies.cpt Fireflies.cpt 0 4K 12/28/92 Fireflies - This is an after dark module that will supply you with fireflies when your mac goes to sleep.
FileList1.4 AMUG CD:Files:Util:F-Fi:FileList1.4.cpt FileList1.4.cpt 1.4 0 24K 12/28/92 FileList1.4 - "FileList" is a file and disk organizer. It reads entire volumes and saves volume and file information. There is an option that enables "StuffIt(Classic and Deluxe) and/or "Compactor" archives to be opened and to be treated like a folder,all files in the archive will be listed. The collected information can be displayed, sorted by multiple criteria, searched for, saved as text files (to be printed later on, or to be imported into databases). Entire volumes can be deleted or renamed. There is an automatic disk insert/eject mode, meaning any inserted disk (be it a floppy or a CD-ROM disk) gets scanned then ejected.
FileReaders AMUG CD:Files:System7 tools:F:File Readers.cpt File Readers.cpt 0 54K 12/28/92 File Readers - This is an Application, with 'Drag and Drop' features, that reads, using Macintalk, the text of any file dropped onto it and displays the text in LARGE type across the screen. It may be useful. Have your E mail files read to you while you drink coffee. Teach your parrot, or other pets, to speak like a computer. For System 7.0+ File_Reader II reads the text of the target file and shows it in LARGE typeacross the window. This application was written using the standard Units that came with Turbo Pascal. If it crashes, please let me know.
FCTabbyGatew AMUG CD:Files:Tele:First Class:FCTabbyGateway.cpt FCTabbyGateway.cpt 0 271K 12/28/92 FCTabbyGateway - The Fidonet Gateway for FirstClass makes it possible for FirstClass BBS systems to participate in Fidonet, a worldwide public amateur network of personal computers. Over 10,000 BBSs participate in this network. The Fidonet Gateway for FirstClass lets FirstClass systems send and receive Fidonet EchoMail conferences and private NetMail. By Michael Connick.
FalconMCDemo AMUG CD:Files:Game:F-G:Falcon MC Demo.cpt Falcon MC Demo.cpt 0 479K 12/28/92 Falcon MC Demo - This is a demonstration of FalconMC thee hot new color F-16 fighter simulation program from Spectrum Holobyte.
DollsHouses AMUG CD:Files:Game:D-E:DollsHouses.cpt DollsHouses.cpt 0 125K 12/28/92 DollsHouses - The attraction of this application is the animated items that come together as a dolls house and if you explore a little more you find some more if you Browse around. (select Browse and click at the base of various items). The speed of animation will vary with the number of items and the type of machine, and the position of the cursor, Mac II owners can use the Faster and Slower Menu Items. The grid that is used in dolls house is 32 dots by 32 dots with each section of a wall being two items. One, with the floor, and the other, with a ceiling. So we can have lights or fans above beds or chairs.
BombShelter1 AMUG CD:Files:Util:B:BombShelter1.0.cpt BombShelter1.0.cpt 1.0 0 5K 12/28/92 BombShelter1.0 - Bomb shelter is a little INIT that gives you some protection from System Bombs. System Bombs occur when a program goes out of control due to programmer error and crashes the machine. The Macintosh brings up a dialog box that says “Sorry, a System Error has occurred” with two buttons in it, Restart and Resume. Unfortunately, the Resume button will only be enabled if the application you are currently running specifically enables it. So I created Bomb Shelter. Bomb Shelter makes sure that the Resume button is always enabled. Clicking on the Resume button will cause the current program to terminate and put you back in the Finder.
BirthdayTriv AMUG CD:Files:Hyper:B:BirthdayTrivia1.1.cpt BirthdayTrivia1.1.cpt 1.1 0 25K 12/28/92 BirthdayTrivia1.1 - This stack allows you to find out other important events that occurred on your birthday. Just answer the questions when asked and watch the headlines appear. To go again, click on "Next Turn". You may want to try other important dates (anniversaries, holidays, etc.). This version is updated to include such events as the 1992 World Series and USA Presidential Elections. (Note that clicking cancel on each of the dialog boxes will eventually allow you to start over.) By Gary Hoffman.
BigCheeseKey AMUG CD:Files:Util:B:BigCheeseKey1.2.1.cpt BigCheeseKey1.2.1.cpt 1.2.1 0 42K 12/28/92 BigCheeseKey1.2.1 - This control panel device allows you to place a fake screen on your monitor to cover your work that may be behind it. This may be used for confidentiality or to coverup a game you have been playing from your boss! By Andrew Welch from the Ambrosia collection.
AlphaBattleI AMUG CD:Files:Game:A:Alpha Battle II 2.0.cpt Alpha Battle II 2.0.cpt 2.0 0 285K 12/28/92 Alpha Battle II 2.0 - is a fun arcade game with flying men shooting at each otheer in color.Points arescored based on hits and your ability to control your attacks.
435RecordCom AMUG CD:Files:Music:A:435RecordCompany.cpt 435RecordCompany.cpt 0 45K 12/28/92 435RecordCompany - This stack by Daniel Allen contains 435 record company addresses. You can use this stack to search and dial addresses. Nice layout in Hypercard with its own utilities menu.
Zorba1.0.2 AMUG CD:Files:Bus:T-Z:Zorba 1.0.2.cpt Zorba 1.0.2.cpt 1.0.2 0 29K 12/23/92 Zorba 1.0.2 - Zorba is a (free) quick and dirty security program which I wrote for use on our Mac network at work. It's meant to hinder unauthorized users from using a Mac, by demanding a password. If a correct password isn't entered after 3 attempts, the program will shut-down the Mac. Version 1.0.2 prevents forced quits under System 7, logs shutdown button click, & adds optional password masking.
XmasCard.art AMUG CD:Files:Art:W-Z:XmasCard.art.cpt XmasCard.art.cpt 0 86K 12/23/92 XmasCard.art - postscript art of a dove and the words peace for making cards.
Wshlst18.cpt AMUG CD:Files:Tele:M:MUBBS:Wshlst18.cpt Wshlst18.cpt 18 0 9K 12/23/92 Wshlst18 - Wish List Module Version 1.8 - for MUBBS Macintosh. Let users have a wish list.... they can add to it and view it.... Basically they can enter one line of text (actually about 40 characters) , and it gets added to the list... then, they can view all the wishes if they want that everyone else put it.... Puts user name , and date wish was added into the list also...
Woodensoldie AMUG CD:Files:Art:W-Z:Wooden soldier.eps.cpt Wooden soldier.eps.cpt 0 20K 12/23/92 Wooden soldier.eps - Color EPS file of a wooden soldier/nutcracker.
WindowManage AMUG CD:Files:Util:W-Z:Window Manager1.0b1.cpt Window Manager1.0b1.cpt 1.0b1 0 25K 12/23/92 Window Manager1.0b1 - Window Manager is a window management utility that adds a list of all open windows in any open application to the apple menu. It also allows the user to cycle windows and layers, and assign HotKeys to these items. Hot Keys can also be assigned to evoke the window/application menu where the mouse is clicked or from the keyboard. Window Manager is compatible with any System 6.0 or up.
WildClock AMUG CD:Files:Hyper:U-Z:WildClock.cpt WildClock.cpt 0 11K 12/23/92 WildClock - An analog clock. Will adjust itself to the current time settings on your Mac and then start keeping time. Freeware.
WildTVframe AMUG CD:Files:QuickTime:T-Z:Wild TV frame.cpt Wild TV frame.cpt 0 46K 12/23/92 Wild TV frame - This is just a theater Maker Backdrop to show your QuickTime movies on. It is a 50's portable TV which has been colorized to bright 90's colors. (Predominantly lime green w blue and pink).
WhileYouWere AMUG CD:Files:Util:Network:While You Were Out.cpt While You Were Out.cpt 0 100K 12/23/92 While You Were Out - The premiere Macintosh office messaging system for your network from Caliente. This is a client/user based system, _not_ requiring a dedicated server. Inspired by the all too familiar universal telephone note, While You Were Out allows users to send, receive, search, and print encrypted/password protected messages. Includes a Monitor app for a graphical overview as to who has new messages.
WedgieTT.cpt AMUG CD:Files:Font:T-Z:Wedgie TT.cpt Wedgie TT.cpt 0 40K 12/23/92 Wedgie TT - Wedgie is a Type 1 PostScript font (ATM compatible) AND a TrueType font. It's a 3-D outline font that looks like it's on wedges.
WedgiePS1.cp AMUG CD:Files:Font:T-Z:Wedgie PS1.cpt Wedgie PS1.cpt 0 51K 12/23/92 Wedgie PS1 - Wedgie is a Type 1 PostScript font (ATM compatible) AND a TrueType font. It's a 3-D outline font that looks like it's on wedges.
WarlockType1 AMUG CD:Files:Font:T-Z:WarlockType1.cpt WarlockType1.cpt 0 48K 12/23/92 WarlockType1 - Did you see the "Halloween Fonts" available in October. The spooky looking font from the tombstones is now on it's own. A very slim and pointy style, good for more than just Halloween. The font is Type I but available in all types Type I (PC, Mac & NeXT), True Type (Mac & Windows) Download for details and an order form.
WAR.cpt AMUG CD:Files:Game:U-Z:WAR.cpt WAR.cpt 0 19K 12/23/92 WAR - use your armies to destroy your enimies in this color Mac game.
VideoMaker1 AMUG CD:Files:Movie:Q-Z:VideoMaker 1.0.cpt VideoMaker 1.0.cpt 1.0 0 21K 12/23/92 VideoMaker 1.0 - VideoMaker 1.0 is a stack that creates a storyboard for planning a video. It is also a good way to write a script, while constructing the video plan. It generates 2 column scripts. It also can assemble and print scripts to be exported to your word processor or other applications. Print the stack for a complete hard copy of your video in storyboard.
VicsPatterII AMUG CD:Files:Util:Wallpaper:VicsPatternsII.cpt VicsPatternsII.cpt 0 30K 12/23/92 VicsPatternsII - This file contains several wallpaper patterns for the commercial program Wallpaper.
VicsPatternI AMUG CD:Files:Util:Wallpaper:VicsPatternsI.cpt VicsPatternsI.cpt 0 51K 12/23/92 VicsPatternsI - This file contains several wallpaper patterns for the commercial program Wallpaper.
Versionary AMUG CD:Files:Util:U-V:Versionary.cpt Versionary.cpt 0 129K 12/23/92 Versionary - Have you ever saved a document you were working on only to recoil in horror with the realization that you saved over something you wanted, losing it forever? Have you ever forgotten to save a document and then had the application or your machine crash, losing the changes you just made? Have you ever forgotten to back up your documents and then lost them forever? If you have, you're just like the rest of us. You need Versionary. Versionary is an innovative utility developed by Santorini Consulting & Design, Inc., designed to protect your critical documents automatically in a variety of unique ways.
VectorBalls AMUG CD:Files:Util:After Dark:VectorBalls.cpt VectorBalls.cpt 0 16K 12/23/92 VectorBalls - VectorBalls is an After Dark module that shows 3d shapes made up of colored balls that spin & bounce around a virtual space inside your screen. Works in color or B&W, and has options to change speed, shapes, and colors. VectorBalls is public domain, and free to distribute on a non-commerical basis.
UsefulIcons AMUG CD:Files:Util:Icons:Useful Icons.cpt Useful Icons.cpt 0 47K 12/23/92 Useful Icons - These are a bunch of folder icons I had made for myself to help with organization, and I figured other people might want to use them too. (They're pretty good, they look enough like folders to not be mistaken for applications- but they're not just small icons of the programs pasted on top of an icon of a folder, either.) About 40 icons.
USInternetCo AMUG CD:Files:Tele:U-V:US Internet Connections.cpt US Internet Connections.cpt 0 8K 12/23/92 US Internet Connections - listing of US internet connections.
Understandin AMUG CD:Files:Mag:T-Z:Understanding File Formats.cpt Understanding File Formats.cpt 0 24K 12/23/92 Understanding File Formats - This is an update of an article that appeared here a couple of years back. It was popular then, but the new version expands on some of the themes and updates its examples to reflect today's graphics programs. Includes graphic examples. Reprinted from Mac Monitor, newsletter of The Savannah Macintosh Users Group.
UggyMenus1.0 AMUG CD:Files:Game:U-Z:UggyMenus 1.0.cpt UggyMenus 1.0.cpt 1.0 0 29K 12/23/92 UggyMenus 1.0 - a very strange menu maze for you menu madness.
TXTRAP1.01 AMUG CD:Files:Word:Tc-Tz:TXTRAP1.01.cpt TXTRAP1.01.cpt 1.01 0 29K 12/23/92 TXTRAP1.01 - (New version includes compatibility for Mac Plus and additional programs.) This utility is a control panel that captures text from many Mac programs. The program captures the text as it is drawn on the screen, so additional editing with a word processor will be necessary afterwards to clean up the text. This utility may be useful for capturing text from help screens, games, or communication programs that do not provide a means to save the text to a file. Free.
Txtfls12.cpt AMUG CD:Files:Tele:M:MUBBS:Txtfls12.cpt Txtfls12.cpt 1.2 0 7K 12/23/92 Txtfls12 - Text Files Module 1.2 - For MUBBS Macintosh - A module that allows you to display a list of text files, and allows the user to pick and view. Full security as in all my modules.
Tweety.cpt AMUG CD:Files:System7 tools:T:Tweety.cpt Tweety.cpt 0 16K 12/23/92 Tweety - Tweety is a System 7 extension for the Mac. Once loaded, it will randomly play sounds in the background while you use your computer. The standard sounds it comes with are soothing (IMHO :-) bird sounds, though you can change the sounds to be anything you desire (see Tweety documentation for instructions).
Trajectory AMUG CD:Files:Bus:T-Z:Trajectory.cpt Trajectory.cpt 0 5K 12/23/92 Trajectory - an excel template for calculation of the distance of a bullet above or below the line of sight at various ranges. Also included is a teachtext file with the equations necessary to build your own applications. FREEWARE.
TrajanTrueT AMUG CD:Files:Font:T-Z:Trajan(TrueType).cpt Trajan(TrueType).cpt 0 11K 12/23/92 Trajan(TrueType) - This font is based on the inscription on Trajan's Column in Rome, Italy, dating from 114 A.D., and represents the pure "Roman" from which our present Roman alphabets descend. This font is freeware.
TrajanType1 AMUG CD:Files:Font:T-Z:Trajan (Type 1).cpt Trajan (Type 1).cpt 0 21K 12/23/92 Trajan (Type 1) - This font is based on the inscription on Trajan's Column in Rome, Italy, dating from 114 A.D., and represents the pure "Roman" from which our present Roman alphabets descend. This font is freeware.
TownsendT1 AMUG CD:Files:Font:T-Z:Townsend (Type 1).cpt Townsend (Type 1).cpt 0 26K 12/23/92 Townsend (Type 1) - This font is based on a wood type called Tuscan Egyptian, used in the latter part of the 19th century for display advertising. It has upper and lower case, and is one of a set of ten Tuscan fonts which are available. It is shareware, copyright (c) 1992 by Sidney Bowhill.
TownsendTT AMUG CD:Files:Font:T-Z:Townsend (TrueType).cpt Townsend (TrueType).cpt 0 26K 12/23/92 Townsend (TrueType) - This font is based on a wood type called Tuscan Egyptian, used in the latter part of the 19th century for display advertising. It has upper and lower case, and is one of a set of ten Tuscan fonts which are available. It is shareware, copyright (c) 1992 by Sidney Bowhill.
Tombstone AMUG CD:Files:Font:T-Z:Tombstone.cpt Tombstone.cpt 0 65K 12/23/92 Tombstone - Did you see the "Halloween Fonts" available in October. The spooky looking font is now available in shareware for $10.00. This font is a white decorative tombstone with a black spooky letter on each stone. The type used on the stone is Warlock, which is also available on AOL. Was very popular and the bitmapped version is to be on Decembers BBS in a Box. The font is Type I but available in all types Type I (PC, Mac & NeXT) True Type (Mac & Windows) Download for details and an order form.
Tomsbarkppa AMUG CD:Files:Util:Textures:Tom's bark ppat.cpt Tom's bark ppat.cpt 0 4K 12/23/92 Tom's bark ppat - Another background pattern from nature. Tree bark in rich golden browns.
TimesTwo? AMUG CD:Files:Mag:T-Z:TimesTwo?.cpt TimesTwo?.cpt 0 7K 12/23/92 TimesTwo? - This is a review of Times Two from the Arizona Macintosh Users Group.
TidBITS#156 AMUG CD:Files:MUG News:TidBITS:151-175:TidBITS#156/14-Dec-92.cpt TidBITS#156/14-Dec-92.cpt 156 0 15K 12/23/92 TidBITS#156/14-Dec-92 - We have two types of articles this week. First comes urgent items like Frederic Rinaldi's Trojan report, a short-lived offer for a free AppleLink CD, and an equally short-lived deal on Aldus Personal Press. Then we have a bunch of reviews covering fun programs such as Wordtris, Super Tetris, Maelstrom, Lemmings, Hellcats, Falcon, Star Trek: The Screen Saver, and the quirky, HyperCard-based Beyond Cyberpunk, an interactive hypertext.
TidBITS#155 AMUG CD:Files:MUG News:TidBITS:151-175:TidBITS#155/07-Dec-92.cpt TidBITS#155/07-Dec-92.cpt 155 0 15K 12/23/92 TidBITS#155/07-Dec-92 - Three reviews this week, one of an upgrade to the excellent Easy View browser for TidBITS and other text files, one of Aldus's powerful new IntelliDraw package, and one of Craig O'Donnell's bodacious book, Cool Mac Sounds. Short notes on Apple's massive order backlog, the missing Omega SANE, QuickTime 1.5, a potential problem with the Duos, and a conflict between XPress 3.0 and the HP DeskWriter 550C round out the issue. Look for game reviews next week!
TidBITS#154 AMUG CD:Files:MUG News:TidBITS:151-175:TidBITS#154/30-Nov-92.cpt TidBITS#154/30-Nov-92.cpt 154 0 14K 12/23/92 TidBITS#154/30-Nov-92 - Psst! Wanna free gateway from FirstClass or Microsoft Mail to QuickMail? Read on for the details and the catch. We also have the promised full review of UserLand's Frontier scripting package, a look at some of Apple's multifarious directions, and two good support stories - one about APS and one from Global Village that promises online support.
TidBITS#153 AMUG CD:Files:MUG News:TidBITS:151-175:TidBITS#153/23-Nov-92.cpt TidBITS#153/23-Nov-92.cpt 153 0 13K 12/23/92 TidBITS#153/23-Nov-92 - This week we have news about important updates to THINK C and FileMaker Pro 2.0, a note about a procedure that makes that new HP LaserJet 4M print correctly, a good buy on ClarisWorks and Quicken, and reviews of two snazzy programs, the shareware Frontier Runtime from UserLand Software and the freeware MacEuclid, an innovative hypertext program.
TidBITS#152 AMUG CD:Files:MUG News:Tidbits:151-175:TidBITS#152/16-Nov-92.cpt TidBITS#152/16-Nov-92.cpt 152 0 14K 12/23/92 TidBITS#152/16-Nov-92 - Great reviews this week, including Now Utilities 4.0.1 and Rich Wolfson's excellent book, The PowerBook Companion. Other articles include news of an updater for Word 5.1, WordPerfect buying BeagleWorks, a great way to roll your own Portable DeskWriter, and a tip that could avoid serious hair-pulling for tech support people. Read on, or forever be woefully uninformed!
THINKC5.0.4U AMUG CD:Files:Prog:T:THINK C 5.0.4 Update.cpt THINK C 5.0.4 Update.cpt 5.04U 0 323K 12/23/92 THINK C 5.0.4 Update - The THINK C 5.0.4 update corrects problems with the Quadra, the code motion optimization, and other problems present in earlier versions. The converter program can convert THINK C 5.0, 5.0.1, 5.0.2 and 5.0.3 to THINK C 5.0.4.
TheRose.cpt AMUG CD:Files:MIDI:N-Z:The Rose.cpt The Rose.cpt 0 3K 12/23/92 The Rose - A tune made famous by Bette Middler. From the Movie "The Rose".
TharsGoldin AMUG CD:Files:Tele:T:Thar's Gold in Networks.cpt Thar's Gold in Networks.cpt 0 18K 12/23/92 Thar's Gold in Networks - There is a wealth of information on the network. In fact, so much information, that you could spend your entire life browsing. This paper will present some of the "gold nuggets" of information and file repositories on the network that could be of use to end users.
TFBBSlist11 AMUG CD:Files:Tele:Telefinder:TF BBS list 11-27-92.cpt TF BBS list 11-27-92.cpt 0 4K 12/23/92 TF BBS list 11-27-92 - This is a list generated by Russ Jacobson on the FIDOnet TeleFinder echo. It is updated regularly.
TextConversi AMUG CD:Files:Hyper:T:Text Conversion Stack.cpt Text Conversion Stack.cpt 0 51K 12/23/92 Text Conversion Stack - this stack allows you to convert text types.
TextCapture2 AMUG CD:Files:Util:T-Te:Text Capture 2.1.cpt Text Capture 2.1.cpt 2.1 0 12K 12/23/92 Text Capture 2.1 - This FKEY copies styled text from the front window to the clipboard. It works in applications like THINK Reference 1.0 that do not support normal copying, and can even copy static text from modal dialogs. It could also be used to copy columns of text. Free.
TenderleafCa AMUG CD:Files:Font:T-Z:Tenderleaf Caps TT.cpt Tenderleaf Caps TT.cpt 0 35K 12/23/92 Tenderleaf Caps TT - Tenderleaf Caps is a font of CAPS ONLY, plus ampersand, exclamation point and question mark. It is a display font of rough capital letters with leaves growing out of them. The letters themselves look like twisted branches.
TelescopeDri AMUG CD:Files:Hyper:T:Telescope Driver1.0.cpt Telescope Driver1.0.cpt 1.0 0 33K 12/23/92 Telescope Driver 1.0 - This stack is a Mac interface to the Meade LX200 computer controlled telescope. It's designed to replace the hand unit on the telescope so that you can drive the scope from the comfort of your Mac's screen and keyboard. Buttons and fields provide 4-speed slewing; searches for Messier objects, Stars, Planets and CNGC objects; "Find Next" operation for the on-board star catalog; current status, including sidereal time, Dec & R.A., etc. The stack is especially powerful when used in conjunction with astronomy software, like Voyager, and a Mac PowerBook.
TaxReturn AMUG CD:Files:Game:T:TaxReturn.cpt TaxReturn.cpt 0 17K 12/23/92 TaxReturn - Clinton Administration 1993 1040 Tax Form. A must have for conservative republicans or libertarians (and democrats or liberals with a good sense of humor).
SystemErrors AMUG CD:Files:System7 tools:S:System Errors 7.0.1.cpt System Errors 7.0.1.cpt 0 54K 12/23/92 System Errors 7.0.1 - Comprehensive listing of all System 7.01 positive error codes from 1 to 32767 in DOCMaker format. Based on information from IM volume VI, and System Errors DA 3.0. Somewhat technical. Freeware.
System7.1Ico AMUG CD:Files:Util:Icons:System 7.1 Icons.cpt System 7.1 Icons.cpt 0 25K 12/23/92 System 7.1 Icons - This is a great collection of funky 3D icons that I put in one file for your system. All you have to do is select all, and paste!! For those of you who don't have ResEdit, and want to just copy and paste, get a life, buy a book and learn ResEdit! If you like it, great, if not, great!
SynchronizeF AMUG CD:Files:System7 tools:Frontier:SynchronizeFTFFile.cpt SynchronizeFTFFile.cpt 0 3K 12/23/92 SynchronizeFTFFile - This simple handy desktop script is for those who work on 2 Macs - one at work, one at home. It saves the time and effort needed to use FTF File Utility by simply checking the modification dates on 2 copies of the My FTF Agenda file in the Preferences folder located in the System Folder and overwriting the older copy with the newer one. When prompted for the source file and target file simply chose the file and where to copy it to by using the file dialog box. It will then copy the file as requested, or overwrite it depending upon the modification date/time.
Suzie1.5.cpt AMUG CD:Files:Tele:Telefinder:Suzie 1.5.cpt Suzie 1.5.cpt 1.5 0 64K 12/23/92 Suzie 1.5 - I think the best way to show you what Suzie can do is to take you on a tour of Suzie and show you what the settings mean. You can put Suzie anywhere you’d like. It doesn’t have to be in the same folder at have to be in the same folder ale for a user based on uploads and downloads. If the user has a good ratio between the two, the user will be assigned a “good group.” If the user has a bad ratio, the “abusive group” will be assigned. For use in Telefinder systems.
StormRetrofi AMUG CD:Files:Game:S:Storm Retrofit.cpt Storm Retrofit.cpt 0 6K 12/23/92 Storm Retrofit - This hack has worked for me on several different versions of Storm 0.b91. Warning-USE A COPY. (Yea, yea, you know) I hold no responsibility, etc., etc......
StitchReview AMUG CD:Files:Mag:P-S:Stitch Review.cpt Stitch Review.cpt 0 12K 12/23/92 Stitch Review - This is a review of a Macintosh Stitching program from AMUG.
StimpyIcon AMUG CD:Files:Util:Icons:Stimpy Icon.cpt Stimpy Icon.cpt 0 2K 12/23/92 Stimpy Icon - You can paste this icon onto your own files using Stystem 7's simple cut & paste routine.
Stars2.0TT AMUG CD:Files:Font:S:Stars2.0TT.cpt Stars2.0TT.cpt 0 97K 12/23/92 Stars2.0TT - This is a font that is based upon variations of a six pointed star, the Star of David. This is version 2.0. Additional characters have been added. There are numerous variations of six pointed stars. In addition, the upper case alphabet and numbers consists of letters (or numbers) in a six pointed star (black letters on a white background.) The lower case alphabet and option-numbers consist of letters (or numbers) in a six pointed star with text in white on a black background. This font is freeware.
Stars2.0T1 AMUG CD:Files:Font:S:Stars2.0 T1.cpt Stars2.0 T1.cpt 0 106K 12/23/92 Stars2.0 T1 - This is a font that is based upon variations of a six pointed star, the Star of David. This is version 2.0. Additional characters have been added. There are numerous variations of six pointed stars. In addition, the upper case alphabet and numbers consists of letters (or numbers) in a six pointed star (black letters on a white background.) The lower case alphabet and option-numbers consist of letters (or numbers) in a six pointed star with text in white on a black background. This font is freeware.
Stars-N-Stri AMUG CD:Files:MIDI:N-Z:Stars-N-Stripes 4 Ever.cpt Stars-N-Stripes 4 Ever.cpt 0 19K 12/23/92 Stars-N-Stripes 4 Ever - A real Cool Patriotic song.
SquareOne1.5 AMUG CD:Files:System7 tools:S:Square One1.5.1Demo.cpt Square One1.5.1Demo.cpt 1.5 0 146K 12/23/92 Square One1.5.1Demo - Square One is what CE Software's tiles should have been! Square One uses both an application palette and active application palette. Each square on the palette can hold an application (with attached files), a listing of control panels, desk accessories, and QuicKeys, or a user defined work group. All launching is done by double clicking the app icon, or using a popup menu to select specific documents. Very Slick. This is brought to you by jud spencer, author of TouchBase. Highly recommeded!! Requires System 7.xx, at least 2 megs of RAM, and a hard disk.
SpigotVDIG1 AMUG CD:Files:QuickTime:S:Spigot VDIG1.0 Spigot VDIG1.0 1.0 0 152K 12/23/92 Spigot VDIG1.0 - Allows you to use Video Spigot with out multimedia products.
Speak2Me.cpt AMUG CD:Files:Music:So-Sz:Speak2Me.cpt Speak2Me.cpt 0 18K 12/23/92 Speak2Me - This is a control panel which uses MacinTalk to speak the icon names in the finder as you select them. Requires System 7 and Macintalk.
SpazPatterns AMUG CD:Files:Util:Wallpaper:SpazPatterns.cpt SpazPatterns.cpt 0 11K 12/23/92 SpazPatterns - This file contains several wallpaper patterns for your use with the commercial program Wallpaper.
SpazPaperII AMUG CD:Files:Util:Wallpaper:SpazPaperII.cpt SpazPaperII.cpt II 0 40K 12/23/92 SpazPaperII - This file contains several wallpaper patterns for your use with the commercial program Wallpaper.
SpazPaper AMUG CD:Files:Util:Wallpaper:SpazPaperI.cpt SpazPaperI.cpt 1 0 32K 12/23/92 SpazPaperI - This file contains several wallpaper patterns for your use with the commercial program Wallpaper.
SounDisk1.3 AMUG CD:Files:Music:So-Sz:SounDisk 1.3.cpt SounDisk 1.3.cpt 1.3 0 66K 12/23/92 SounDisk 1.3 - I've been working closely with the author of this direct play/record from/to disk sound utility. This version is for you LC and Quadra users who have experienced problems with prior versions of SounDisk. Please download this file and see if it fixes your problems. Please email J.O.P. here with reports. This is a great Freeware audio utility with an author who's dedicated to making it better! Let's give him a hand, and have some fun with sounds too!
SoundRoundUp AMUG CD:Files:Music:So-Sz:Sound RoundUp1.1.cpt Sound RoundUp1.1.cpt 1.1 0 25K 12/23/92 Sound RoundUp1.1 - Sound RoundUp is a drag-and-drop utility that finds all 'snd' resources in selected files and copies them into a folder or suitcase that it creates. It is capable of scanning entire directories and disks. System 7 required. This is version 1.1. Shareware. By Robert Gibson.
SoldiersMar AMUG CD:Files:MIDI:N-Z:Soldier's March.mid.cpt Soldier's March.mid.cpt 0 9K 12/23/92 Soldier's March.mid - The Soldier's Tale from L'histoire du Soldat by Stravinsky with accompanying track sheet.
SoftwareVers AMUG CD:Files:Mag:P-S:Software Versions11/92.cpt Software Versions11/92.cpt 0 24K 12/23/92 Software Versions 11/92 - This file includes software versions as of November 1992.
SmartCal2.4 AMUG CD:Files:DA:S-So:SmartCal2.4.cpt SmartCal2.4.cpt 2.4 0 23K 12/23/92 SmartCal2.4 - Smart Calendar 2.4 is an application/extension combination that provides reminders each day at start up. Daily, weekly, and monthly messages are supported. New in 2.4 now requires System 7.xx, bug fixes. Oops! Also supports annual reminders! Shareware. $10.
SlideshowII AMUG CD:Files:Art:S-Sm:Slideshow II.cpt Slideshow II.cpt 0 12K 12/23/92 Slideshow II - This is a slim little utility that cycles through paint docs in a selected folder. It has some special effects. I am posting this for those of you who may have lost the use of SlideShow, or Carosel (two older paint showers) when new systems and hardware forced them out. This one works on the mid-range Macs, but NOT on the LCII. It is untested on the Quadra family. I am also posting it in hopes that a programmer out there will notice it and develop everyone a shareware utility for cycling COLOR PICT files - without the need for an FPU - in slideshow, screen saver fashion.
SKYLINEFONT AMUG CD:Files:Font:S:SKYLINE FONT.cpt SKYLINE FONT.cpt 0 150K 12/23/92 SKYLINE FONT - SKYLINE is a slightly condensed sans serif face, designed primarily to be used for headline and body copy. The family consists of twelve fonts. This file contains the kerned Bold and Regular Italic outline [printer] and screen fonts. Also included is an unkerned demo font [with printer outline font], showing lower case characters for the Regular, Light, Condensed Plain, and Condensed Bold fonts. I will send a disk (containing the complete family of all twelve screen fonts and corresponding outline fonts) to all registered users.
Silver3DsPt6 AMUG CD:Files:Util:Icons:Silver3DsPt6.cpt Silver3DsPt6.cpt 0 46K 12/23/92 Silver3DsPt6 - This is a great group of silver colored folders for many uses.
SignalFlags3 AMUG CD:Files:Font:S:SignalFlags3.0Type1.cpt SignalFlags3.0Type1.cpt 3.0 0 59K 12/23/92 SignalFlags3.0Type1 - This is version 3.0 (the final version, I believe). This version adds pennants with numbers to the existing naval signal flags. Signal Flags is based on an Apple IIgs bitmap font probably created by Lee Dronick. This font is freeware.
Signal3.0TT AMUG CD:Files:Font:S:Signal3.0TT.cpt Signal3.0TT.cpt 0 50K 12/23/92 Signal3.0TT - This is version 3.0 (the final version, I believe). This version adds pennants with numbers to the existing naval signal flags. Signal Flags is based on an Apple IIgs bitmap font probably created by Lee Dronick. This font is freeware.
SFDeskTop1.0 AMUG CD:Files:System7 tools:S:SFDeskTop1.0b4.cpt SFDeskTop1.0b4.cpt 1.0b4 0 38K 12/23/92 SFDeskTop1.0b4 - SF Desktop Windows is a System 7.0 extension that will allow open windows to be seen when viewing the desktop from any of the standard file dialogs. How many times have you had a folder open in the Finder, looking for the file you wish to open, nested many folders deep, and then switched to the application to open it, only to have to navigate all of the folders again? Not anymore.
Sculpt3DTerr AMUG CD:Files:Art:S-Sm:Sculpt 3D Terrain.cpt Sculpt 3D Terrain.cpt 0 37K 12/23/92 Sculpt 3D Terrain - Since terrain modeling seems to be all the rage these days, I reckoned I'd whip something up to demonstrate Sculpt 3D's built-in control of pseudorandom surfaces. This image was created using 2 of Sculpt's unique tools: Subdivide, which doubles the resolution of a surface, and Randomize, which provides controlled, yet random, perturbation of the surface. This model took a good five minutes to construct, not including the time required to make the color map in Photoshop. It's not suitable for framing; it's just a demonstration piece.
ScreenPlay11 AMUG CD:Files:QuickTime:S:ScreenPlay111.cpt ScreenPlay111.cpt 1.1.1 0 228K 12/23/92 ScreenPlay111 - This is the video Spigot software that requires the video spigot board to operate.
Schizo!.cpt AMUG CD:Files:Hyper:S-Sh:Schizo!.cpt Schizo!.cpt 2.0 0 28K 12/23/92 Schizo! - A HyperCard 2.x stack that allows you to view and/or change the Mac creator ID and file type of a Mac file. This utility has two helpful features.You can store commonly used creators and file types in popup menus. To add a commonly used item to a popup menu simply option-click on the menu you wish to add to. You can also change all files in a folder by holding down the option key when you click on the Set Info button. (This gives you the option to change only that folder or all sub folders too!)
SatTrak.cpt AMUG CD:Files:Education:S:SatTrak.cpt SatTrak.cpt 1.02 0 174K 12/23/92 SatTrak - Enclosed is an archive containing SatTrak, a satellite tracking program for the Mac. It allows you to plot the position of any satellite, including a real-time graphical display. It does quite a few other things of interest to hams/SWL's - it calculates beam headings, grid locators, line-of-sight distance to the horizon, MUF (maximum usable frequency) predictions, wavelengths/harmonics, and even shows a couple of simple dipole designs. This is version 1.02, which supercedes versions 1.0 and 1.01.
S7PDemo.cpt AMUG CD:Files:System7 tools:S:S7P Demo.cpt S7P Demo.cpt 3.3 0 133K 12/23/92 S7P Demo - System 7 Pack is a set of externals for 4th DIMENSION which add AppleEvent support. This version is fully compatible with 4D v3.0 and older versions of 4D. This demo is fully operational except it displays a message when it starts up and beeps after every 10 functions.
RothmanTT.cp AMUG CD:Files:Font:Q-R:Rothman TT.cpt Rothman TT.cpt 0 12K 12/23/92 Rothman TT - Rothman is an Art Deco TrueType™ font containing all alphabetic and numeric characters and punctuation. The characters are quite condensed; the lower-case characters are simply the upper-case characters squished 50% with the same character widths.
Rosarium1.41 AMUG CD:Files:Movie:Q-Z:Rosarium1.41.cpt Rosarium1.41.cpt 1.41 0 65K 12/23/92 Rosarium1.41 - ROSARIUM (From the author of MUSEUM) I'll be honest, ROSARIUM doesn't do much. When I gave it to a friend at work I described it as 'NothingWare'. With that said, I must tell you that within one week it was on every Mac in the building.
ResCompare25 AMUG CD:Files:Prog:Q-R:ResCompare2.5.cpt ResCompare2.5.cpt 2.5 0 88K 12/23/92 ResCompare2.5 - This is the golden master version of Michael Hecht's ResCompare program. It is freeware with some conditions, check out the included documentation (WORD 5.0). ResCompare a great utility for comparing changed resource files. It gives you a list of the new, changed, and deleted resources and allows you to update the master resource to the new versions of the resources. A definite must for any serious developer.
RenameDelay7 AMUG CD:Files:System7 tools:R:RenameDelay 7.1.cpt RenameDelay 7.1.cpt 0 11K 12/23/92 RenameDelay 7.1 - "7.1 RenameDelay" is an freeware application which will allow the user to modify the System 7.1 Finder in order to set a shorter timeout when renaming a file.
RecordBook AMUG CD:Files:Hyper:Q-R:Record Book.cpt Record Book.cpt 0 79K 12/23/92 Record Book - This stack is designed to help keep customer service people or the like on top of the many projects that they will have at any one time. I developed it to help me in my position as a member of a technical assistance grounp for a controls firm. I talk to many of our customers every day, and I need this to keep track of what each of them needs me to do for them. I hope that it can be of use for others. And as usual, I've added a few nice features, such as a area code listing, a place for general notes, a search feature so that you can look for people that you talked to many months ago.
Recipearticl AMUG CD:Files:Mag:P-S:Recipe article.cpt Recipe article.cpt 0 7K 12/23/92 Recipe article - This is a 1.5- to 2-page article, saved formatted in MacWrite for import into page layout software, describing how to set up a recipe card, with the idea of using your Mac to make up recipe cards to enclose with holiday cookies. Aimed at eveyone, from novice to experienced desktop publisher. Hope you can use it in time for Christmas! Or save it for other occasions or next Christmas.
RAMPv101.cpt AMUG CD:Files:System7 tools:R:RAMPv101.cpt RAMPv101.cpt 1.01 0 16K 12/23/92 RAMPv101 - RAM preserves works hard in the background on _any_ Mac with the Apple RAM Disk Driver (PowerBooks, Quadras, Duos) to protect your valuable data. Remember, RAM disks are 'volatile' and subject to havoc from crashes, runaway programs etc. RAM Preserves gives you a little extra security from these maladies!
QuotableQuot AMUG CD:Files:Education:Q-R:Quotable Quotes 3.0.cpt Quotable Quotes 3.0.cpt 3.0 0 285K 12/23/92 Quotable Quotes 3.0 - This upgrade of my stack has 1200 hand-picked quotes. (Whew!) They are divided into 7 parts, each with its own design, font and clip art. Features include a "Quotes" menu, access fields to see quotations within a part, and a more user-friendly AuthorIndex. Topics include art, books, computing, cooking, definitions, eating, film, humor, love, music, philosophy, women and writing. It's an interesting and amusing collection. Also, it's easy to add your own quotations.
Quark3.2info AMUG CD:Files:Mag:P-S:Quark 3.2info.cpt Quark 3.2info.cpt 0 3K 12/23/92 Quark 3.2info - This is a short distillation of Quark's announcement outlining the new features of ver. 3.2 coming out in '93. I gave it an opening and a closing, and a few comments along the way.
PullProcess1 AMUG CD:Files:Tele:Telefinder:PullProcess 1.0b2.cpt PullProcess 1.0b2.cpt 1.0b2 0 23K 12/23/92 PullProcess 1.0b2 - In the new TeleFinder Group Edition Host, GEH consists of several small applications that talk together with apple events. If you run a multiline system, however, performance of all lines improves if you put the callerlog as the front application. Tabby events always cause the Tabby modules and the FIDONet copy of GEH to be launched to the foreground. PullProcess will periodically pull a desired process to the foreground. Keep all of your TeleFinder lines operating with good performance. Freeware.
ProSwitch1.2 AMUG CD:Files:System7 tools:P-Q:ProSwitch 1.2.cpt ProSwitch 1.2.cpt 1.2 0 13K 12/23/92 ProSwitch 1.2 - ProSwitch is an utility which makes it easier for you to switch between running processes (i.e. applications and DAs) under System 7. Features include six fully configurable "hot keys" for switching and hiding (or showing) the windows of background processes, and the option to switch with a click on the application menu's icon (a la System 6).
ProgressCDEF AMUG CD:Files:Prog:N-P:Progress CDEF.cpt Progress CDEF.cpt 0 3K 12/23/92 Progress CDEF - This is a CDEF for a progress box. It's very flexable. Any size you like, any old-sytle Quickdraw color you like. Very useful if displaying progress of an operation like a file copy or file transfer.
ProgramIcons AMUG CD:Files:Util:Icons:Program Icons.cpt Program Icons.cpt 0 22K 12/23/92 Program Icons - Just so much to tell you, download it, and you won't be sorry! Hey take the resources out, and paste them in any application you want!! Yeah, I said it, Fight the power!!!
PrinterTMPL AMUG CD:Files:Word:O-P:Printer TMPL.cpt Printer TMPL.cpt 0 3K 12/23/92 Printer TMPL - This is a TMPL resource and sample PREC resource. The PREC resource ID#4 in the Imagewriter file (I can't say if this will work with PREC ID's greater than 4, I rather doubt it) controls what is displayed in the Print Options Dialog. This resource may be edited to change page sizes and or to add (up to 6 sizes may be listed in the dialog - the 6th usually being an envelope size) sizes not otherwise available. I use mine to define half page and 1/3 page sizes for pseudo columns in word processors that don't otherwise support such features.
PrinceofPers AMUG CD:Files:Game:N-P:Prince of Persia Hints.cpt Prince of Persia Hints.cpt 0 10K 12/23/92 Prince of Persia Hints - This is a "hint" walk-through to help you as you traverse through the dungeon with the Prince of Persia. If you need more detailed help with any area please refer to the complete walk-through which is under the title "Complete Prince of Persia Walkthrough"
PrimeFactor1 AMUG CD:Files:Education:O-P:PrimeFactor 1.1.5.cpt PrimeFactor 1.1.5.cpt 1.1.5 0 31K 12/23/92 PrimeFactor 1.1.5 - This is a hypercard stack that calculates prime numbers.
PRECManager1 AMUG CD:Files:Word:O-P:PREC Manager 1.01.cpt PREC Manager 1.01.cpt 1.01 0 16K 12/23/92 PREC Manager 1.01 - PREC Manager is an application that allows you to edit/create PREC resources for your ImageWriter (ONLY). PREC resources hold the paper size information. You can use PREC Manager to create envelope and post card size paper sizes, or anything you need. You can even set things up so different applications have different page sizes in the print dialog. Docs included.
PreVersion1 AMUG CD:Files:Util:Pm-Pz:Pre Version™1.1.1.cpt Pre Version™1.1.1.cpt 1.1.1 0 125K 12/23/92 Pre Version™1.1.1 - System extension (INIT) System 7 compatible. PreVersion maintains a version history of your documents word proc., spreadsheet, draw/paint, database, or any other kind. You select the document types and folders you wish PreVersion to monitor. Very reassuring to have preserved copies of complex docs you (or your Mac) just ruined or if you change your mind about changes you've made. Sort of like have an adjustable multi-level undo for any application.
PowerBookCom AMUG CD:Files:Mag:P-S:PowerBook Companion review.cpt PowerBook Companion review.cpt 0 21K 12/23/92 PowerBook Companion review - This review of Rich Wolfson's book "The PowerBook Companion" could be called biased, inasmuch as the author is a friend of mine ;). Nevertheless, I think this makes a good case for the book being indispensable for almost any PB owner. It's just about the best Mac book I've seen all year.
POWER.GIF AMUG CD:Files:GIF:P:POWER.GIF POWER.GIF 0 129K 12/23/92 POWER - This is a very interesting GIF of a Jet!
PICTuresque1 AMUG CD:Files:DA:P:PICTuresque 1.9.5.cpt PICTuresque 1.9.5.cpt 1.9.5 0 42K 12/23/92 PICTuresque 1.9.5 - This version contains minor bug fixes and some obscure enhancements that make it more memory efficient in tight situations and that makes the scroll bar movement smoother. PICTuresque is yet another DA that displays PICT, EPS, MacPaint files. This one's got a few different twists, though. First of all, the interface is the cleanest around. Secondly, it can copy any format, including EPS, to the clipboard as a PICT. EPS files retain PostScript information for printout on PostScript printers. For those of you frustrated by your word processor's inability to accept EPS, this may be the answer to your prayers.
PICTpocketDe AMUG CD:Files:Art:P:PICTpocket Demo1.0.1.cpt PICTpocket Demo1.0.1.cpt 1.01 0 58K 12/23/92 PICTpocket Demo1.0.1 - Welcome to PICTpocket for Macintosh, the slick new way to organize graphic images from disk files. PICTpocket creates an alias that points to the original image file. Working with an alias provides all the benefits, but none of the hazards, of using an actual image file. Moving or deleting an alias has no effect on its associated image file. Opening or placing an alias, however, will open or place the actual image file. (If you are new to the concept of aliases and how they work, refer to the Macintosh System 7 Reference.)
PICTIFY.cpt AMUG CD:Files:Util:P-Pl:PICTIFY.cpt PICTIFY.cpt 0 19K 12/23/92 PICTIFY - PICTify is a screen capturing control panel/extension that allows you to capture any rectangular area of the screen you define. Easy to use simply click the mouse while holding down the hot key combination you've defined and drag! Freeware.
PHOTOPROD AMUG CD:Files:Bus:N-Q:PHOTO PROD. EST. & INVOICE.cpt PHOTO PROD. EST. & INVOICE.cpt 0 10K 12/23/92 PHOTO PROD. EST. & INVOICE - This is an updated version of this spreadsheet. It has many customizing possiblities but needs to be set up initially to contain the costs involved to be calculated. Print the cell notes for more information.
Personalppat AMUG CD:Files:Util:Textures:personal ppat's.cpt personal ppat's.cpt 0 10K 12/23/92 personal ppat's - This ResEdit document contains a dozen different 64x64 pixel color patterns for your desktop. See the enclosed "about ppat's" file for instructions for installing these desktop patterns in your System file.
PersonalJour AMUG CD:Files:Bus:N-Q:Personal Journal3.1d2.cpt Personal Journal3.1d2.cpt 3.1d2 0 46K 12/23/92 Personal Journal3.1d2 - This is a comprehensive update to Personal Journal v.2.0. Personal Journal is a stack that simplifies and automates the process of keeping a daily log of thoughts and events. I have rewritten much of the original script and 3-d interface to add many new features such as improved navigation, printing, searching, and help; I have also added an auto back up feature, time stamp, preferences selection, and customization options. If you are one of the 1500+ people who downloaded version 2.0, have no fear, you can import all of your journal entries into version 3.1. The stack that you can download now (v.3.1d) is a fully-functional demo version of Personal Journal.
PeaceofMindL AMUG CD:Files:Util:P-Pl:Peace of Mind Lite.cpt Peace of Mind Lite.cpt 0 163K 12/23/92 Peace of Mind Lite - Peace of Mind Lite is a demo version of Peace of Mind, the Macintosh hardware diagnostic. Peace of Mind Lite tests memory and system performance. Peace of Mind is a software utility that verifies the proper working condition of every major hardware subsystem and selected peripherals for the Macintosh product family. Peace of Mind provides a comprehensive suite of diagnostics that exercises each hardware component and reports results in an intuitive, easy-to-understand format. Peace of Mind is ideal for testing of existing hardware as well as for verification of new hardware additions or alterations.
OscarFinder7 AMUG CD:Files:System7 tools:N-O:Oscar Finder 7.1.cpt Oscar Finder 7.1.cpt 0 23K 12/23/92 Oscar Finder 7.1 - OK, OK, so you're tired of the "extensible" System 7, right? You yearn for those times when you may hack away at your old System and Finder files. It was so easy with the old Systems, non-hackers could use Layout, and hackers would go right into the LAYO resource. Well, I haven't yet figured out how to modify the look of text items, but I have figured out how to modify menus and have some fun with some of the icons. (An Apple employee tells me that a FUTURE release of the System will be FULLY modifiable by the user.) Oscar Finder is an attempt to make your Mac a little more "fun" by adding little touches of Oscar from Sesame Street to your Trashcan, dialog boxes, and pull-down menus.
OregonWet1.1 AMUG CD:Files:Font:O:OregonWet1.1 TT.cpt OregonWet1.1 TT.cpt 1.1 0 22K 12/23/92 OregonWet1.1 TT - OregonWet (a Type 1 font, now available in TrueType.) A special effects font combining the graphic effect of water/raindrops/tears surrounding or splashing near each character. Upper and lower case, numbers, most shifted -number symbols and punctuation. Shareware: $15 Add visual meaning to messages wet or water related i.e. Tears of joy; sweat or worry from hard work, water recreation etc. Be creative. Ideal for display effects in advertising or banner copy. Best at or over 36 pts From the author of SnyderSpeed, MarkerFeltThin & Wide and other quality shareware fonts often appearing in the "top downloads of the month" category.
OregonDry1.1 AMUG CD:Files:Font:O:OregonDry1.1 TT.cpt OregonDry1.1 TT.cpt 1.1 0 15K 12/23/92 OregonDry1.1 TT - OregonDry (type 1 font, now in True Type format) is OregonWet minus the water drops/splash effect, so it stands on its own as a full upper and lower case display font w/numbers & punctuation OR use it with OregonWet for before/after effect messages: wet/dry, sweat/no sweat, rain/no rain etc. Shareware $5. From the author of SnyderSpeed, MarkerFeltThin & Wide and other quality shareware fonts often appearing in the "top downloads of the month" category.
OkeyDokey1.0 AMUG CD:Files:Util:N-O:Okey Dokey1.0.1.cpt Okey Dokey1.0.1.cpt 1.0.1 0 10K 12/23/92 Okey Dokey1.0.1 - This is something that we have wanted to have for a long time. Have you ever typed command-P then tromped across campus to pick up your nice 300dpi output, only to wait and wait and wait while nothing comes out of the printer? When you return to your office, there's your mac, politely asking how many copies you would like. This is a little INIT/CDEV that automatically chooses the default button in a modal dialog box after a specified amount of time. The control panel lets you set the time and specify if you want a little countdown display in the lower lefthand corner of the modal dialog box. It effects only MODAL dialog boxes that use the system trap ModalDialog.
OhhNoo.cpt AMUG CD:Files:Util:After Dark:OhhNoo.cpt OhhNoo.cpt 0 22K 12/23/92 OhhNoo - This is a silly little AD module that behaves like a Mac that's not feeling very well. It could be fun for playing a joke on someone who doesn't know it is there. I hope no-one freaks out and thinks their machine really has anything wrong with it. If you use the "Restore Delay" feature you should exercise some restraint. Even though the longest possible delay is 60 seconds that can be an eternity to someone who thinks his or her machine has crashed. This module is free and freely distributable. Enjoy.
Notify3.04 AMUG CD:Files:Bus:N-Q:Notify 3.04.cpt Notify 3.04.cpt 0 86K 12/23/92 Notify 3.04 - New version of the Notify reminder system, a control panel that keeps track of all the little things that you might remember if you weren't so engrossed on your Mac. (According to Tom Thompson, August 92 BYTE, it replaces the Post-it notes all over the monitor.)
NoGreaterGlo AMUG CD:Files:Mag:M-O:No Greater Glory.cpt No Greater Glory.cpt 0 6K 12/23/92 No Greater Glory - No Greater Glory is a strategy game based on the Civil War. The author is a Civil War buff. Reprinted from Mac Monitor, newsletter of The Savannah Macintosh Users Group.
Nisusreplace AMUG CD:Files:Util:Icons:Nisus replacement icons.cpt Nisus replacement icons.cpt 0 9K 12/23/92 Nisus replacement icons - Three Nisus® app. icon, Nisus® Programming Dialect icon, and Nisus® Help icons with the three icons contained in the accompanying archive (only the small icon resources have been changed).
NewYorkblue AMUG CD:Files:Font:N:New York blue.cpt New York blue.cpt 0 18K 12/23/92 New York blue - A solid blue version of New York, 9-24 points. Fonts with more than one color are possible (bitmap fonts only, not TrueType so far as I can tell), but much more difficult. See "Creating Color Fonts" by Anthony D. Saxton (Elenay@aol.com), available on America OnLine. I used his ResEdit TMPL's to color these fonts, though you can change the single color with an unmodified ResEdit; just open the fctb resource and do the obvious. Things that renumber resources (Finder 7.1, Font Harmony, maybe Font/DA Mover, maybe more) will lose the color.
NetherlandsH AMUG CD:Files:Education:N:Netherlands HTB 2.1 Level 1.cpt Netherlands HTB 2.1 Level 1.cpt 2.1 0 43K 12/23/92 Netherlands HTB 2.1 Level 1 - Information on the Netherlands in HyperTextBook format. Level 1 contains the following topics - ECONOMIC ACTIVITY, GOVERNMENT, HISTORY, LAND AND RESOURCES, PEOPLE.
NeedlePoinTT AMUG CD:Files:Font:N:NeedlePointSewTT.cpt NeedlePointSewTT.cpt 0 13K 12/23/92 NeedlePointSewTT - From the author of SnyderSpeed, MarkerFeltThin & Wide and other quality shareware fonts often appearing in the "top downloads of the month" category. NeedlePointSew, a display font, gives typed copy an Early American or "Home Sweet Home" look. Typists and graphic artists will have versatility to immediately communicate an Americana theme. Use for eye-catching, year round notices, headlines and ad display to convey messages of Mom and Apple Pie, often seen on stitched pillows or wall hangings etc. Available in Type 1 and TT formats. Shareware $9.
NeedlePoinT1 AMUG CD:Files:Font:N:NeedlePointSewT1.cpt NeedlePointSewT1.cpt 0 91K 12/23/92 NeedlePointSewT1 - From the author of SnyderSpeed, MarkerFeltThin & Wide and other quality shareware fonts often appearing in the "top downloads of the month" category. NeedlePointSew, a display font, gives typed copy an Early American or "Home Sweet Home" look. Typists and graphic artists will have versatility to immediately communicate an Americana theme. Use for eye-catching, year round notices, headlines and ad display to convey messages of Mom and Apple Pie, often seen on stitched pillows or wall hangings etc. Available in Type 1 and TT formats. Shareware $9.
NationalAnth AMUG CD:Files:Music:N-P:National Anthems.cpt National Anthems.cpt 0 6K 12/23/92 National Anthems - This is a group of five national anthems. They include The United States, France, England, Canada, The Former USSR.
MythologyHTB AMUG CD:Files:Education:M:Mythology HTB 2.1 Level 1.cpt Mythology HTB 2.1 Level 1.cpt 2.1 0 66K 12/23/92 Mythology HTB 2.1 Level 1 - Information on Mythology in HyperTextBook format. Level 1 contains the following topicANCIENT NEAR EASTERN MYTHOLOGIES, Celtic Mythology, Greek Mythology, Indian Mythology, INDO-EUROPEAN MYTHOLOGY, MYTH AND CULTURE, Norse (Germanic and Scandinavian) Mythology, Roman Mythology, THE STUDY OF MYTH, TYPES OF MYTHS.
MT&T1292.cpt AMUG CD:Files:Mag:M-O:MT&T1292.cpt MT&T1292.cpt 0 53K 12/23/92 MT&T1292 - This is the shareware version of Macintosh Tips & Tricks. Distributed electronically as a double-clickable DOCMaker format document, Macintosh Tips & Tricks includes Macintosh news and information, as well as productivity tips for various Macintosh products.
MPTechNote#3 AMUG CD:Files:Tele:M:MP TechNote #3.1.cpt MP TechNote #3.1.cpt 3.1 0 4K 12/23/92 MP TechNote #3.1 - MichroPhone II Tech notes 3.1 describing the use of Apple Events calls.
MorphReview AMUG CD:Files:Mag:M-O:Morph Review.cpt Morph Review.cpt 0 3K 12/23/92 Morph Review - Morphs. It seems as if they are everywhere you turn lately. Even if you missed Michael Jackson's video, "Terminator 2," and the latest Star Trek movie, you've surely seen TV ads featuring last year's minivan "evolving" into this year's model. A morph is a two dimensional, spatially warped (non-linear) crossfade, and you can now do it on your own Mac. This review tells how. Reprinted from Mac Monitor, newsletter of The Savannah Macintosh Users Group.
Monabark.cpt AMUG CD:Files:Music:M:Mona bark.cpt Mona bark.cpt 0 24K 12/23/92 Mona bark - This Rubber Canvas animation was produced by Leonardo himself. First released in 1492 under the title 'Mona Rabid', it was Leonardo's answer to those who maintained that his art had more bark than bite. 21 frames, 320x240 - and only 24K! Requires a Mac with 8-bit screen, system 6 or 7. Self-playing.
ModalKeys1.0 AMUG CD:Files:Util:Md-Mz:Modal Keys 1.0b1.cpt Modal Keys 1.0b1.cpt 1.0b1 0 22K 12/23/92 Modal Keys 1.0b1 - Modal Keys adds command keys to all dialogs and a variety of other useful features. Modal Keys is compatible with any System 6.0 or up.
MinSystemIns AMUG CD:Files:System7 tools:M:MinSystemInstaller 1.0.cpt MinSystemInstaller 1.0.cpt 1.0 0 41K 12/23/92 MinSystemInstaller 1.0 - This Installer script removes any unneeded resources in the System, Finder, System 7 Tuner, CapsLock, and in the System Enablers for the IIvx/vi, PowerBook 160/180 and Duo 210/230. It supports System 7.0, 7.0.1 and 7.1 and all machines and all languages (At least roman-writing languages like english, german, french, italian,... I did not test non-roman languages like Japanese, Hebrew, Arabic, Farsi,...) Up to 350 kBytes disk space will be freed!
Midifilerout AMUG CD:Files:MIDI:H-M:Midifile routines.cpt Midifile routines.cpt 0 8K 12/23/92 Midifile routines - Although these files convert Csound to MIDI and vice versa they are excellent examples of parsing a MIDI file. Enjoy! Midi to C Sound and C Sound to Midi File Conversion Two standard Unix compatable routines for converting file formats have been written.
MexicoHTB2.1 AMUG CD:Files:Education:M:Mexico HTB 2.1 Level 1.cpt Mexico HTB 2.1 Level 1.cpt 2.1 0 44K 12/23/92 Mexico HTB 2.1 Level 1 - Information on Mexico in HyperTextBook format. Level 1 contains the following topics - ECONOMIC ACTIVITY GOVERNMENT, LAND AND RESOURCES, PEOPLE.
Mesopotamian AMUG CD:Files:Education:M:Mesopotamian A&A HTB 2.1 L1.cpt Mesopotamian A&A HTB 2.1 L1.cpt 2.1 0 42K 12/23/92 Mesopotamian A&A HTB 2.1 - Information on Mesopotamian Art and Architecture in HyperTextBook format. Level 1 contains the following topics - AKKADIAN PERIOD (c.2370-2230 BC), EARLY DYNASTIC PERIOD (c.2900-2370 BC), ISIN-LARSA AND OLD BABYLONIAN PERIODS (c.2006-c.1600 BC), NEO-ASSYRIAN PERIOD (c.1000-612 BC), NEO-BABYLONIAN PERIOD (609-539 BC), NEO-SUMERIAN PERIOD (c.2230-2000 BC), PROTOLITERATE PERIOD (c.3500-2900 BC).
MedicineHTB2 AMUG CD:Files:Education:M:Medicine HTB 2.1 Level 1.cpt Medicine HTB 2.1 Level 1.cpt 2.1 0 46K 12/23/92 Medicine HTB 2.1 Level 1 - Information on Medicine in HyperTextBook format. Level 1 contains the following topics - HEALTH-CARE FACILITIES, STANDARDS OF PRACTICE, THE BRANCHES OF MEDICINE, THE ECONOMICS OF HEALTH CARE TRENDS IN MEDICINE.
Mediamagic AMUG CD:Files:Mag:M-O:Media magic.txt.cpt Media magic.txt.cpt 0 5K 12/23/92 Media magic.txt - describes the magic of multimedia and a Presidential election.
MeanScreen AMUG CD:Files:Util:Md-Mz:MeanScreen.cpt MeanScreen.cpt 0 18K 12/23/92 MeanScreen - MeanScreen 7.0 is the latest version of a small, efficient screen saver. Has never crashed the author's Mac. No frills, no spills. Flying Line algorithm from the Macintosh C Programming Primer provides the graphics. A control panel is provided to configure it to your liking. System 7 users will be glad to see the end of the "icon rearranging" bug.
MathFlashcar AMUG CD:Files:Education:M:Math Flashcards 1.3.cpt Math Flashcards 1.3.cpt 1.3 0 50K 12/23/92 Math Flashcards 1.3 - This stack will help your child learn basic math. It automatically generates new problems, as well as marking them (with corrections, if necessary). The difficulty level can be set to your child's level of ability, with an upper limit on problem difficulty as well as a lower limit (to make sure it's not too easy!). Holds the interest of my six-year-old with no trouble at all. Version 1.3 (adds a percentage grade when child is done).
MartianMoons AMUG CD:Files:Art:M-Mc:Martian Moons.jpeg.cpt Martian Moons.jpeg.cpt 0 208K 12/23/92 Martian Moons.jpeg - More Algorithmic artwork from a non-artist...but I'm really proud of this one! Mountains generated in After Dark were captured and composited with KPT generated textures & effects. An image of Phobos rising over the horizon of Demos, as seen on some alien viewscreen. Kai's Tools unleash the creativity in non-artists...I can't wait to see what good artists do with them! QT 1.5 JPEG'640x480x24 72 dpi.
MarkerContro AMUG CD:Files:Prog:M:Marker Control.cpt Marker Control.cpt .6b 0 17K 12/23/92 Marker Control - This is a new version of Marker Control, a control panel that causes files in THINK C to be marked and their window positions saved.
Mandella8.0 AMUG CD:Files:Game:M:Mandella 8.0.cpt Mandella 8.0.cpt 8.0 0 441K 12/23/92 Mandella 8.0 - This is a nice mandelbrot pattern generator. Version 8.0.
Majesty.MIDI AMUG CD:Files:MIDI:H-M:Majesty.MIDI.cpt Majesty.MIDI.cpt 0 6K 12/23/92 Majesty.MIDI - The favorite gospel tune, "Majesty," the overall feel of the piece lives up to its title. The piece lasts about 3 minutes, and believe it or not, at one point I was able to play it completely from memory. It's left my fingers now.
MacVCR.cpt AMUG CD:Files:QuickTime:M:MacVCR.cpt MacVCR.cpt 0 4K 12/23/92 MacVCR - This is a QuickTime MooV player, that can be run from the Finder or can be launched from within an MPW script for a poor-man's multi-media presentation. (you pass a MooV name from the MPW command line.)
MacMemory AMUG CD:Files:Game:M:MacMemory.cpt MacMemory.cpt 1.0 0 52K 12/23/92 MacMemory - This is a game like the memory game simon its in color or black and white. Its cute and has a small download time so give it a try.
Macman3.0 AMUG CD:Files:Game:M:Macman 3.0.cpt Macman 3.0.cpt 3.0 0 36K 12/23/92 Macman 3.0 - This is the final version of the shareware game Macman Classic. Features cleaner interface and better support for Multifinder. Re-live an arcade classic on your Mac.
LunarEclipse AMUG CD:Files:QuickTime:H:Lunar Eclipse 9Dec92 - Bost.cpt Lunar Eclipse 9Dec92 - Bost.cpt 0 250K 12/23/92 Lunar Eclipse 9Dec92 - Bost - This is a QT Movie generated from 30 frames whjich were created in Expert Astronomy (a great program!). Best if viewed on a color monitor in full screen display. Starts about 3PM when the moon is still below the horizon (brown), through twighlight (light blue) when the eclipse starts, and onto night (black) anf total eclipse.
Loops.cpt AMUG CD:Files:Util:After Dark:Loops.cpt Loops.cpt 0 5K 12/23/92 Loops - My second screensaver - I wanted to try something a little more complicated. It justs draws mostly loops and the occasional line (I'm working on that) on the screen. I'll probably adding some controls later... If anyone wants the sourcecode, just mail...
LizzieBorden AMUG CD:Files:Word:J-L:LizzieBorden.cpt LizzieBorden.cpt 0 33K 12/23/92 LizzieBorden - Lizzie Borden (named by our own Jared Sherman) parses PostScript dumps, enabling you to extract particular pages/plates. The extracted matter is stored in a new downloadable file. Why is this useful? Fifty-three pages in one dump. Page 14 was scratched in the processor. The media ran out on the magenta plate. If you make use of PS dumps, you know the boundless frustration of having to rerun a whole file to recover one lost page. When she's perfected, Lizzie will make that problem go away.
LinguisticsH AMUG CD:Files:Education:L:Linguistics HTB 2.1 Level 1.cpt Linguistics HTB 2.1 Level 1.cpt 2.1 0 43K 12/23/92 Linguistics HTB 2.1 Level 1 - Information on Linguistics in HyperTextBook format. Level 1 contains the following topics - Language in Time and Space Language, Culture, Society, and The Individual, The Major Branches of Linguistics.
LifeSupportT AMUG CD:Files:Music:J-L:Life Support Terminated.cpt Life Support Terminated.cpt 0 63K 12/23/92 Life Support Terminated - TNG Computer saying "Deck 1 Life-Support has been terminated." Makes a cool shutdown.
LebanonHTB21 AMUG CD:Files:Education:L:Lebanon HTB 2.1 Level 1.cpt Lebanon HTB 2.1 Level 1.cpt 2.1 0 42K 12/23/92 Lebanon HTB 2.1 Level 1 - Information on Lebanon in HyperTextBook format. Level 1 contains the following topics ECONOMIC ACTIVITY, GOVERNMENT, HISTORY, LAND AND RESOURCES, PEOPLE.
KTest2.0TT AMUG CD:Files:Font:K:KTest2.0TT.cpt KTest2.0TT.cpt 0 278K 12/23/92 KTest2.0TT - Latest version of Kensington Test - a font with boxed and circled letters and numbers plus a few other symbols.
KTest2.0T1 AMUG CD:Files:Font:K:KTest2.0T1.cpt KTest2.0T1.cpt 0 287K 12/23/92 KTest2.0T1 - Latest version of Kensington Test-- a font with boxed and circled letters and numbers plus a few other symbols.
KoreanWarHTB AMUG CD:Files:Education:K:Korean War HTB 2.1 Level 1.cpt Korean War HTB 2.1 Level 1.cpt 2.1 0 42K 12/23/92 Korean War HTB 2.1 Level 1 - Information on the Korean War in HyperTextBook format. Level 1 contains the following topics BACKGROUND, CHANGING WAR AIMS, CHINESE INTERVENTION, CROSSING THE 38TH PARALLEL, DELAY AND DEFENSE, NEGOTIATIONS, STABILIZING THE FRONT, THE DISMISSAL OF MACARTHUR, THE INCHON LANDING, THE INVASION OF SOUTH KOREA.
KenyaHTB2.1L AMUG CD:Files:Education:K:Kenya HTB 2.1 Level 1.cpt Kenya HTB 2.1 Level 1.cpt 2.1 0 41K 12/23/92 Kenya HTB 2.1 Level 1 - Information on Kenya in HyperTextBook format. Level 1 contains the following topics ECONOMIC ACTIVITIES, GOVERNMENT, HISTORY LAND AND RESOURCES, PEOPLE.
Ken.cpt AMUG CD:Files:Util:Icons:Ken.cpt Ken.cpt 0 3K 12/23/92 Ken - Icon of Ken, Barbie's friend.
KensCursing AMUG CD:Files:Util:Icons:Ken's Cursing.cpt Ken's Cursing.cpt 0 3K 12/23/92 Ken's Cursing - This is a variation and elaboration of one cursor that came with Cursor Animator (color version). This one operates FLAWLESSLY in AOL, and appears instead of the B/W "beachball" acur. Try it! You might like it!
KDingbatsTT AMUG CD:Files:Font:K:KDingbats TT.cpt KDingbats TT.cpt 0 123K 12/23/92 KDingbats TT - A font with many symbols useful for bullets, etc. Includes variations of five pointed star, pentagon, triangles, boxes, circles.
KDingbatsT1 AMUG CD:Files:Font:K:KDingbats T1.cpt KDingbats T1.cpt 0 125K 12/23/92 KDingbats T1 - A font with many symbols useful for bullets, etc. Includes variations of five pointed star, pentagon, triangles, boxes, circles.
Kai’sPowerTo AMUG CD:Files:Mag:H-L:Kai’s Power Tools Article.cpt Kai’s Power Tools Article.cpt 0 8K 12/23/92 Kai’s Power Tools Article - A set of 33 new filters has just been released for use with Adobe Photoshop. Wait...strike that. What I meant to say was more like “Whoa! I can’t BELIEVE the coolest thing I ever saw for Digital Imaging only costs 99 bucks, will turn casual Photoshoppers into Mega-Power users INSTANTLY, and will turn Photoshop regulars into maniacal, sleepless, fingers-melded-into-their-keyboards, never eat or breathe again, non-stop image factories in a matter of hours!”
JTKsColorFo AMUG CD:Files:Util:Icons:JTK’s Color Folders.cpt JTK’s Color Folders.cpt 0 94K 12/23/92 JTK’s Color Folders - A few months ago, I got the creative urge and produced and uploaded a set of folder icons (color and B&W) as well as the icl/icn resources associated with them. BMUG recently asked for a set for a CD they are creating so I went back and significantly expanded my sets (about doubled) and am uploading them again for your entertainment (i.e. Freeware!). This set includes 98 color folders and a ReadMe which explains the System 7 Cut and Paste method of applying these icons to your folders via Get Info. Please contact me if you have any questions and/or run into any problems (or have comments, of course).
JonsFKEYs AMUG CD:Files:Util:J-K:Jon’s FKEYs.cpt Jon’s FKEYs.cpt 0 9K 12/23/92 Jon’s FKEYs - Here are four free FKEYs to (1) display a list of all installed FKEYs, (2) display/compact free RAM and list resource types in the scrap, (3) get global/local coordinates of screen objects, (4) get RGB/HSV/CMY value of any screen pixel.
JoesIcons AMUG CD:Files:Util:Icons:Joe's Icons.cpt Joe's Icons.cpt 0 2K 12/23/92 Joe's Icons - This is a Stimpy ICON and icn# that I drew on Res Edit 2.1. I use it as my hard drive icon. If you have res edit, copy the icn# Stimpy resource, and paste it to your hard drive (using system 7). If you don't have system 7, you need a third party program to apply an icon to your hard disk. Have fun.
JimsJemsNov AMUG CD:Files:Mag:H-L:Jim's JemsNov Text 92.cpt Jim's JemsNov Text 92.cpt 0 7K 12/23/92 Jim's JemsNov Text 92 - This is the holiday issue of Jims Jems, a newsletter for personal development. ENJOY!
ItalyHTB2.1L AMUG CD:Files:Education:H:Italy HTB 2.1 Level 1.cpt Italy HTB 2.1 Level 1.cpt 2.1 0 45K 12/23/92 Italy HTB 2.1 Level 1 - Information on Italy in HyperTextBook format. Level 1 contains the following topics ECONOMIC ACTIVITY, GOVERNMENT, LAND, PEOPLE.
IsraelHTB2.1 AMUG CD:Files:Education:H:Israel HTB 2.1 Level 1.cpt Israel HTB 2.1 Level 1.cpt 2.1 0 43K 12/23/92 Israel HTB 2.1 Level 1 - Information on Israel in HyperTextBook format. Level 1 contains the following topics ECONOMIC ACTIVITY, GOVERNMENT, HISTORY, LAND, PEOPLE.
IrelandHTB21 AMUG CD:Files:Education:H:Ireland HTB 2.1 Level 1.cpt Ireland HTB 2.1 Level 1.cpt 2.1 0 42K 12/23/92 Ireland HTB 2.1 Level 1 - Information on Ireland in HyperTextBook format. Level 1 contains the following topics ECONOMIC ACTIVITIES, GOVERNMENT, LAND AND RESOURCES, PEOPLE.
IranHTB2.1 AMUG CD:Files:Education:H:Iran HTB 2.1 Level 1.cpt Iran HTB 2.1 Level 1.cpt 2.1 0 43K 12/23/92 Iran HTB 2.1 Level 1 - Information about Iran in easy to use HyperTextBook format. This is Level 1, and contains the following topics - ECONOMIC ACTIVITY, HISTORY AND GOVERNMENT, Iran, LAND AND RESOURCES, PEOPLE.
InvestorsINF AMUG CD:Files:Bus:H-L:Investors INFO 1.5.cpt Investors INFO 1.5.cpt 1.5 0 60K 12/23/92 Investors INFO 1.5 - Those who placed their bets when converging weekly cycles bottomed out, as shown in last months issue, have enjoyed a 15% rise in the NASDQ . This month's issue presents the "Jewels in the Junk" as featured in the Oct 27 issue of Financial World. Are these the horses to ride, as the business cycle builds up steam? You make the call.
InternetSour AMUG CD:Files:Tele:I-L:Internet Sources.cpt Internet Sources.cpt 0 8K 12/23/92 Internet Sources - Lists pointers to information describing the Internet, computer networks, and issues related to computer-&mediated communication (CMC). Topics of interest include the technical, social, cognitive, and psychological aspects of CMC.
InternatIN AMUG CD:Files:Tele:I-L:International Internet Conn.cpt International Internet Conn.cpt 0 13K 12/23/92 International Internet Conn - This file is an abridged chapter of "Internet, Getting Started," which is a document provided by SRI Network Information Systems Center that explains what the Internet is, different types of access, and access procedures. The book also provides extensive background information about the Internet and lists several access providers. This file is a list of those providers that offer services to places outside of the United States. A companion file called Internet- access-providers-US.txt is also available on the host nisc.sri.com in the netinfo directory.
INIT-SCOPE2 AMUG CD:Files:Util:In-Iz:INIT-SCOPE.cpt INIT-SCOPE.cpt 2.0 0 63K 12/23/92 INIT-SCOPE - INIT-Scope 2.0 is system extension/control panel that provides a highly detailed report on the startup process of your Macintosh. It also lets you skip any INIT during startup, or intercept any INIT (if you are using a debugger.) The report includes all patches, VBL routines, shut down routines, and other hooks installed by each INIT. Moreover, the report may optionally include a complete record of every trap call made by every INIT along with the parameters of many of the calls. All resources used by the INITs are also shown (by type and ID). All traps are referenced by both name and trapword. And much more.
IndiaHistory AMUG CD:Files:Education:H:India History HTB 2.1 Level.cpt India History HTB 2.1 Level.cpt 2.1 0 43K 12/23/92 India History HTB 2.1 Level - Information about the History of India in easy to use HyperTextBook format. This is Level 1, and contains the following topics ANCIENT INDIA, BRITISH INDIA, EUROPEAN INFLUENCE, History of India, ISLAMIC INFLUENCE, MEDIEVAL INDIA, THE INDIAN NATIONALIST MOVEMENT.
ICONOpen!1.2 AMUG CD:Files:Util:I-Im:ICONOpen! 1.2.cpt ICONOpen! 1.2.cpt 1.2 0 17K 12/23/92 ICONOpen! 1.2 - ICONOpen! shows the icon of the currently selected file in any "Open File..." dialog box. Allows toggling the display from showing the full creator application name to showing just the creator code. Speeds things up on when multiple volumes are mounted. Displays the System Folder and the special folders inside it correctly. Displays sound files, font files, and keyboard files correctly. Fixes a cosmetic problem when using QuarkXPress. Fixes a "hidden bug" that could cause system crashes.
HyperRubics AMUG CD:Files:Hyper:Hyperj-Hz:HyperRubics.cpt HyperRubics.cpt 0 15K 12/23/92 HyperRubics - HyperRubics is similar to the old Rubics cube, but has 16 squares on each of its six sides. This game works in both COLOR and B/W. The Xcmds that are used to draw the cube were developed using Heizer Software's CompileIT 2.1. Have Fun! :)
Hurkle10.cpt AMUG CD:Files:Tele:M:MUBBS:Hurkle10.cpt Hurkle10.cpt 1.0 0 7K 12/23/92 Hurkle10 - Hurkle Module 1.0 - For MUBBS Macintosh - An online game where you have to guess where Hurkle is on an imaginary grid.
Howtotieabow AMUG CD:Files:Hyper:H-Hx:How to tie a bow tie.cpt How to tie a bow tie.cpt 0 12K 12/23/92 How to tie a bow tie - If you ever wondered how to tie a bow tie then this is the stack for you.
HowGreatThou AMUG CD:Files:MIDI:H-M:How Great Thou Art.MIDI.cpt How Great Thou Art.MIDI.cpt 0 11K 12/23/92 How Great Thou Art.MIDI - This is a solo piano arrangement of the traditional hymn. It lasts about 5 1/2 minutes and is very enjoyable. I decided to transfer it to MIDI before listening to the CD and I was very impressed.
HouseinArchi AMUG CD:Files:Education:H:House in Architecture HTB 2.cpt House in Architecture HTB 2.cpt 2.1 0 43K 12/23/92 House in Architecture HTB 2.1 - Information about the House in Western Architecture in easy to use HyperTextBook format. This is Level 1, and contains the following topics CONTEMPORARY HOUSE CONSTRUCTION, DOMESTIC ARCHITECTURE, HOUSE IN WESTERN ARCHITECTURE.
Hitliste.cpt AMUG CD:Files:Mag:H-L:Hitliste.cpt Hitliste.cpt 0 6K 12/23/92 Hitliste - This is a corroborative document by a German author on UseNet. Work in progress. Lists most popular shareware and public domain software along with relative popularity.
HHS25.cpt AMUG CD:Files:Bus:H-L:HHS25.cpt HHS25.cpt 2.5 0 96K 12/23/92 HHS25 - Where most shareware promises to save you time or effort, Household Shopper will save you $$$$$s! Your shopping bills shrink dramatically if you put Household Shopper to work as I recommend in the "Effective Shopping" section of the online Help. The secret? Household Shopper gives you the power to shop the way business professionals shop - for "need" instead of "want." For businesses that fail it's most often failure to control costs. Household budgets usually fail for the same reason. With Household Shopper you have the most effective tool available today to control your costs of shopping.
Hero10.cpt AMUG CD:Files:Tele:M:MUBBS:Hero10.cpt Hero10.cpt 1.0 0 10K 12/23/92 Hero1.0 - Hero Module 1.0 For MUBBS Macintosh - An online game based on a silly little basic game on a DOS machine.
HermesStory AMUG CD:Files:Tele:Hermes:Hermes Story.cpt Hermes Story.cpt 0 6K 12/23/92 Hermes Story - This is a collaborative story extension for Hermes. You start off a story. When your users use this external, they may read what is already there and, if they wish, add their own line to the story. This is totally sysopable. The story can be edited using Hermes's text reader.
HarvardorYal AMUG CD:Files:Bus:H-L:Harvard or Yale?.cpt Harvard or Yale?.cpt 0 103K 12/23/92 Harvard or Yale? - HARVARD OR YALE? is a shareware college cost forecasting tool. It contains cost information on over 650 Colleges and Universities. The costs are used to forecast college savings for a broad range of user situations. The program is completely menu and dialog box driven and the user does not need to know Excel to make use of HARVARD OR YALE? The cost information in this file is for the 199-92 school year and will serve as a demo of the capabilities of the application. To get the current version of the program the user will need to register and pay a $19.95 fee. A file with complete documentation is included.
HappyHoliday AMUG CD:Files:Movie:A-P:Happy Holidays!.PICS.cpt Happy Holidays!.PICS.cpt 0 27K 12/23/92 Happy Holidays!.PICS - The Happy Holidays! PICS file is a simple animation for use in After Dark as a Christmas/New Year screen saver. Happy Holidays! consists of the words "Happy Holidays!" (surprise) in snow-capped letters that flash in attention-getting red and green. What? This sounds a little tacky? Not at all--just joyful! (O.K., just a tiny bit tacky, but what Christmas season decorations aren't?)
GuaranteedUn AMUG CD:Files:Mag:D-G:Guaranteed Undelete.cpt Guaranteed Undelete.cpt 0 13K 12/23/92 Guaranteed Undelete - Guaranteed Undelete is a new program which includes all of the features of TrashMaster, but goes on to offer undeleting of trashed files. Lots of features are outlined in this review from Mac Monitor, newsletter of The Savannah Macintosh Users Group. Illustrations are included.
GRID1.0.cpt AMUG CD:Files:Game:F-G:GRID 1.0.cpt GRID 1.0.cpt 1.0 0 76K 12/23/92 GRID 1.0 - This is a two player game of moving tiles.
GreeceHTB2.1 AMUG CD:Files:Education:G:Greece HTB 2.1 Level 1.cpt Greece HTB 2.1 Level 1.cpt 2.1 0 42K 12/23/92 Greece HTB 2.1 Level 1 - Information about Greece in easy to use HyperTextBook format. This is Level 1, and contains the following topics ECONOMIC ACTIVITY, GOVERNMENT, Greece, HISTORY, LAND AND RESOURCES, PEOPLE.
GraveyardTyp AMUG CD:Files:Font:G:GraveyardType1.cpt GraveyardType1.cpt 0 73K 12/23/92 GraveyardType1 - Did you see the "Halloween Fonts" available in October. The spooky looking font is now available in shareware for $10.00. This font is a blck tombstone with a black spooky letter on each stone and even has grass at it's base. The type used on the stone is Warlock, which is also available on AOL. Was very popular and the bitmapped version is to be on Decembers BBS in a Box. The font is Type I but available in all types Type I (PC, Mac & NeXT), True Type (Mac & Windows) Download for details and an order form.
Gminfugue AMUG CD:Files:Midi:A-G:Gmin fugue.cpt Gmin fugue.cpt 0 20K 12/23/92 Gmin fugue - Bach fugue in G minor with accompanying track sheet.
Genevared AMUG CD:Files:Font:G:Geneva red.cpt Geneva red.cpt 0 29K 12/23/92 Geneva red - Solid red Geneva font, 5-10, 12, 14, 18, 24 point; 9, 10,12 italic; 10 condensed. Thanks to Elenay@aol.com for the TMPLs.
FurnitureHTB AMUG CD:Files:Education:F:Furniture HTB 2.1 Level 1.cpt Furniture HTB 2.1 Level 1.cpt 2.1 0 46K 12/23/92 Furniture HTB 2.1 Level 1 - Information about furniture in easy to use HyperTextBook format. This is Level 1, and contains the following topics DECORATIVE FURNITURE, furniture, FURNITURE MANUFACTURE.
FunkyDrummer AMUG CD:Files:Music:F-G:Funky Drummer.cpt Funky Drummer.cpt 0 80K 12/23/92 Funky Drummer - James Brown's "Funky Drummer," the most-often sampled rhythm in rap, hip hop, and techno. If you pay attention, you're bound to hear it in many songs. These are two samples from "Funky Drummer (Bonus Beat Reprise)," written by James Brown. From the "IN THE JUNGLE GROOVE" CD. Recorded November 20, 1969. Drums by Clyde Stubblefield.
FunFaxes#2 AMUG CD:Files:Bus:F-G:Fun Faxes #2.cpt Fun Faxes #2.cpt 2 0 35K 12/23/92 Fun Faxes #2 - Here are 5 more humorous Fax coversheets for your faxing pleasure.
FrontierRunt AMUG CD:Files:System7 tools:Frontier:Frontier Runtime 2.0.cpt Frontier Runtime 2.0.cpt 2.0 0 269K 12/23/92 Frontier Runtime 2.0 - Frontier Runtime 2.0 allows you to run scripts that control the Mac OS, file system, networks and Apple Event-aware apps including FileMaker Pro 2.0 and Microsoft Excel 4.0. Adds a new "Scripts" menu to the Finder's menu bar. Lots of free, useful scripts, including an easy way to set the file type & creator of selected files, and a single-keystroke Backup command. Shareware, 30-day free evaluation, $25 registration fee. Requires Word 4.0 or compatible for read-me files.
Fonts&7.1 AMUG CD:Files:System7 tools:F:Fonts & 7.1.cpt Fonts & 7.1.cpt 0 5K 12/23/92 Fonts & 7.1 - When I got System 7.1, I thought the days of suitcases and other troubles were over--I was wrong. I had a problem which temporarily stumped Apple's help line. If you use or plan to use System 7.1 with TrueType fonts, this small record of my discoveries may interest you.
FontekReview AMUG CD:Files:Mag:D-G:Fontek Review.cpt Fontek Review.cpt 0 4K 12/23/92 Fontek Review - Letraset's new collection of unique PostScript and TrueType headline fonts is sure to please graphic design professionals and other type fans. High quality, unusual (but usable) faces, and reasonable prices. Reprinted from Mac Monitor, newsletter of The Savannah Macintosh Users Group.
FontekPic AMUG CD:Files:Mag:D-G:Fontek Pic.cpt Fontek Pic.cpt 0 151K 12/23/92 Fontek Pic - This is an OPTIONAL graphics file to accompany the review which is also posted here. The illustration shows a number of the new Fontek headline fonts, converted to paths so you can print and view samples without purchasing the fonts. (FreeHand EPS file)
FontDisplay2 AMUG CD:Files:Font:F:FontDisplay2.0.cpt FontDisplay2.0.cpt 2.0 0 10K 12/23/92 FontDisplay 2.0 - FontDisplay version 2.0 includes an extra page, which shows how special option characters are accessed from the font you choose TrueType and Type1 fonts often have many characters which the casual user is not even aware exist. Even using KeyCaps to find out about them is, at best, confusing. The chart which follows the keyboard diagrams lists names of various keys (as shown on your keyboard) across the top in bold italics and along the right side in outline style. The outline letters correspond with keys that produce special results when used with the option-key.
FokkerD-VII AMUG CD:Files:Art:F:Fokker D-VIIcolor eps.cpt Fokker D-VIIcolor eps.cpt 0 27K 12/23/92 Fokker D-VIIcolor eps - The Fokker D-VII had the reputation of being the best fighter aircraft of World War I. German pilots of that period often decorated their planes in a highly personal manner. This drawing depicts a red and blue configuration with a white checkerboard pattern and a skull and crossbones insignia. "Fokker D-VII" is a reworking of an earlier drawing, done on the occasion of the arrival of SCAD's new Tektronic Phaser III color printer. This is a color EPS file. To view or print it, you must Import or Place in into a page layout program or a PostScript drawing program.
FlushDisk1.0 AMUG CD:Files:Util:Fj-Fz:Flush Disk 1.0.cpt Flush Disk 1.0.cpt 1.0 0 6K 12/23/92 Flush Disk 1.0 - Often the Finder does not update the disk properly after you change folder or file names, attributes, or window locations. Running Flush Disk after doing this will make sure the changes "stick" in the event of a system crash.
Fliers&Chart AMUG CD:Files:Bus:F-G:Fliers & Charts.cpt Fliers & Charts.cpt 0 75K 12/23/92 Fliers & Charts - Here are fliers and charts which I have created over the months I've owned ClarisWorks. Professionally speaking, they are very well done, if I do say so myself. These documents stretch the capabilities of ClarisWorks (as a desktop publishing/integrated program) to it's limits. These documents are free and you can best use them as templates or as modified finished documents if you wish.
FinderBar1.0 AMUG CD:Files:System7 tools:F:FinderBar1.01.cpt FinderBar1.01.cpt 1.01 0 32K 12/23/92 FinderBar1.01 - FinderBar is an Extension that installs a tool bar in the Finder. With FinderBar, several of the Finder's routinely used menu commands are made easier to access. Most of the buttons duplicate the functionality of certain File menu commands, but there are also buttons to open the most frequently used control panels which come with System 7 (at least control panels that I personally find myself using with more fequency than others) as well as the major folders within the System Folder and the System Folder itself.
Finderappmen AMUG CD:Files:System7 tools:F:Finderappmenu1.1.1.cpt Finderappmenu1.1.1.cpt 1.1.1 0 12K 12/23/92 Finderappmenu1.1.1 - FinderAppMenu is a nifty System 7 only extension that creates a menu in Finder listing all of your applications. You run an application simply by selecting it from the menu! This version (1.1.1) is very stable, and handy too!
FileCommande AMUG CD:Files:Util:F-Fi:File Commander.cpt File Commander.cpt 0 10K 12/23/92 File Commander - A small, easy-to-use utility which allows quick changes of file types and creator codes. Much easier and a thousand times faster than bulkier utilities to do a simple task, like ResEdit or MacTools. SHOULD work on most Macs, new and old.
File&Folder AMUG CD:Files:Util:Icons:File & Folder Icons.cpt File & Folder Icons.cpt 0 8K 12/23/92 File & Folder Icons - A bunch of color folders and file icons. They're fairly 3-D looking. Enjoy :)
FarSideClock AMUG CD:Files:DA:E-Fo:FarSideClock.cpt FarSideClock.cpt 0 11K 12/23/92 FarSideClock - This is a "Sunday" version (ala Ted Turner Colorization) of the Farside Clock/Calendar uploaded last week. Enjoy.
F1EnglishDem AMUG CD:Files:Tele:D-F:F1 English Demo.cpt F1 English Demo.cpt 0 177K 12/23/92 F1 English Demo - Formula 1 is a communication module that improves the performance of point or BBS programs. F1 can be used as a replacement of TabbyNet and Call modules for Tabby and Copernicus, but can be used also with CounterPoint and MacWoof. This is what F1 improves. Full support of WaZoo and FTS-0001 protocols. File transfers with ZedZap and ZedZip with crash recovery, Full support of high speed modems, serial speed up to 57600 baud, hardware handshake, Support for all the devices registered with the Communication Toolbox.
Extragalacti AMUG CD:Files:Education:E:Extragalactic Systems HTB 2.cpt Extragalactic Systems HTB 2.cpt 2.1 0 41K 12/23/92 Extragalactic Systems HTB 2.1 - Information about extragalactic systems in easy to use HyperTextBook format. This is Level 1, and contains the following topics CHARACTERISTICS OF EXTRAGALACTIC SYSTEMS, DISCOVERY OF OTHER GALAXIES, extragalactic systems, MODERN MEASUREMENT OF EXTRAGALACTIC DISTANCES.
Exportar1.0b AMUG CD:Files:Tele:Telefinder:Exportar1.0b8.cpt Exportar1.0b8.cpt 1.0b8 0 85K 12/23/92 Exportar1.0b8 - Welcome to Exportar! This program is for TeleFinder™ sysop that are running Tabby. This program replaces three programs that you may already be using; TFExport, TFMailExport, and WinterBird Exportar has several advantages. First, it has a friendly user interface to do all of the configuration. You won’t have to play with text files again. Secondly, because it replaces three programs, it's much faster. I did my best to make Exportar as fast as I could... this is what you've told me you want to see. And finally, it's friendly when you run it.
ElysianTT AMUG CD:Files:Font:E:ElysianTT.cpt ElysianTT.cpt 0 11K 12/23/92 ElysianTT - Elysian is an attractive display font with fairly narrow letters. It is based on a type style from french posters and advertisements of the Art Nouveau period.
ElysianT1 AMUG CD:Files:Font:E:ElysianT1.cpt ElysianT1.cpt 0 16K 12/23/92 ElysianT1 - Elysian is an attractive display font with fairly narrow letters. It is based on a type style from french posters and advertisements of the Art Nouveau period. Check out the enclosed files. If you register Elysian you can get a disk with 12 interesting fonts in return for your registration. Don't forget to say which font you're registering when you send in your registration.
EFFector.309 AMUG CD:Files:Word:E-G:EFFector.3.09.cpt EFFector.3.09.cpt 3.09 0 11K 12/23/92 EFFector.3.09 - EFFector 3.09, 11/9/92. The Online Journal of the Electronic Frontier Foundation. Contents - Computer Spies by Mitch Kapor; Building Blocks as Stumbling Blocks:a Commentary on the 15th NCSC, by Rebecca Mercuri; This Old DOS.
Effector3.08 AMUG CD:Files:Word:E-G:Effector.3.08.cpt Effector.3.08.cpt 3.0.8 0 14K 12/23/92 Effector.3.08 - EFFector 3.08 11/4/02. The Online Journal of the Electronic Frontier Foundation. Contents - A TECHNOLOGY POLICY FOR AMERICA Six Broad Initiatives by Bill Clinton (September, 1991). This information may be coming to you post-election, but it's important to know what our President-elect is thinking. Write your Congressperson! Your opinions are valuable.
EasyView2.22 AMUG CD:Files:Word:E-G:Easy View 2.22.cpt Easy View 2.22.cpt 2.22 0 132K 12/23/92 Easy View 2.22 - This is Easy View 2.22 from Akif Eyler of Turkey. Easy View is a clean, easy-to-use browser for text files and especially shines when viewing files that use a specific format, like the setext format used in the TidBITS electronic newsletter. Easy View 2.22 adds several significant features over 2.1, most notably the ability to deal with more formats (including Rice Mail Notebooks, Navigator archives, and basic Internet email - it's wonderful when used with mailboxes from ICE Engineering's uAccess UUCP program). In addition, you can modify Easy View to handle many other regularly formatted text files.
DvorakINIT12 AMUG CD:Files:Util:Df-Dz:DvorakINIT1.2.cpt DvorakINIT1.2.cpt 1.2 0 10K 12/23/92 DvorakINIT1.2 - This CDEV/INIT flashes the Scroll lock key on Apples Extended keyboard is a selectable script is currently active. You can change the keyboard script to watch for us the new CDEV interface. Much improvement over version 1.0. Shareware.
DTB2.0.cpt AMUG CD:Files:Bus:D-E:DTB 2.0.cpt DTB 2.0.cpt 2.0 0 511K 12/23/92 DTB 2.0 - Ivoicing, Receivables, Payables, Purchasing, Inventory, Customer tracking Employee data. Complete package. 9" and 3D 13" as well as ImageWriter and LaserWriter layouts. Password Protected tillpurchase which can be done via 800 number. Requires FileMaker Pro 2.0
Dragin1.5 AMUG CD:Files:System7 tools:D:Drag’in 1.5.cpt Drag’in 1.5.cpt 1.5 0 21K 12/23/92 Drag’in 1.5 - Drag'in is a cool control panel that makes drag'in windows a lot more useful. When you drag a window, instead of the outline of the window, you'll drag the window. Drag'in also has a really cool option called "Multitask while drag'in". If this option is turned on, via the options dialog in the control panel, you'll be able to move around windows and still continue processing while you are doing it. To see an example of this, duplicate a big folder, and move around the progress dialog. You'll notice that the duplication is still happening, even though you are moving the window. Way cool!
DiskIcons2 AMUG CD:Files:Util:Icons:Disk Icons2.cpt Disk Icons2.cpt 0 45K 12/23/92 Disk Icons - A collection of 80 color disk icons for most of today's popular programs.
Digit102.cpt AMUG CD:Files:Util:Df-Dz:Digit102.cpt Digit102.cpt 1.02 0 13K 12/23/92 Digit102 - This is a cdev that tells the user that other programs are running in the background.
DialupIntern AMUG CD:Files:Tele:D-F:Dialup Internet Access.cpt Dialup Internet Access.cpt 0 10K 12/23/92 Dialup Internet Access - A list of public access service providers offering dialup access to outgoing Internet connections such as FTP and telnet.
DesktopValet AMUG CD:Files:System7 tools:D:Desktop Valet2.1.cpt Desktop Valet2.1.cpt 2.1 0 8K 12/23/92 Desktop Valet 2.1 - End desktop clutter forever! Avoid the most tedious file operations. This utility will move, delete, shred or alias files that are dropped on it. Put copies of it in your Apple Menu, on your launch pad, or in deep folders. Make aliases of it on your desktop and rename them according to the desired option. Keep a number of Valets around in convenient places. With them, you can move, delete, and alias files quickly and easily Just double click on a Valet to choose your options. The drag and drop interface is pretty self explanatory. Desktop Valet does not work on floppy disks.
DenmarkHTB21 AMUG CD:Files:Education:D:Denmark HTB 2.1 Level 1.cpt Denmark HTB 2.1 Level 1.cpt 2.1 0 41K 12/23/92 Denmark HTB 2.1 Level 1 - Information about Denmark in easy to use HyperTextBook format. This is Level 1, and contains the following topics Denmark, ECONOMIC ACTIVITY, GOVERNMENT, HISTORY, LAND AND RESOURCES.
DELKey.cpt AMUG CD:Files:Util:D-De:DEL Key.cpt DEL Key.cpt 1.1 0 20K 12/23/92 DEL Key - Some applications still do not recognize the forward delete key on the extended keyboard. So this control panel traps the key and translates it into right cursor plus backspace. It may be disabled for any apps that already handle forward delete. Due to popular demand from PowerBook owners, version 1.1 allows the user to specify a key to use instead of del.
DayStar50 AMUG CD:Files:Mag:D-G:DayStar 50.cpt DayStar 50.cpt 0 4K 12/23/92 DayStar 50 - This is a one-page article that explains my experiences after installing a DayStar Powercache in a Mac IIcx. The article was checked with SAM 3.5 on 11/17/92. If you use the article in your newsletter, send a copy to the address at the end of the article. Enjoy.
DataChefv1.3 AMUG CD:Files:Hyper:D:DataChef v1.3.cpt DataChef v1.3.cpt 1.3 0 11K 12/23/92 DataChef v1.3 - DataChef puts your entire recipe collection in book format presented in an attractive HyperCard stack. DataChef is fully automated. You can easily create chapters and new recipe cards. Everything becomes listed automatically. Navigation is easy. Click on a title in the Table of Contents or Chapter card. A return button renames to reflect where you need to go based on what you were doing! Click. Getting around is easy. The Table of Contents and Chapter cards can be sorted by first letter or arranged to your preference automatically and easily. Each recipe card has a field for Ingredients and another for Procedure.
DsCustomIco AMUG CD:Files:Util:Icons:D’s Custom Icons.cpt D’s Custom Icons.cpt 0 19K 12/23/92 D’s Custom Icons - Fifteen custom icons, including icons for books, the Golden Gate Bridge, a hot folder, a famous seventeenth-century philosopher and much much more. These are complete icon families.
CreepyCastle AMUG CD:Files:Mag:B-C:Creepy Castle Review.cpt Creepy Castle Review.cpt 0 45K 12/23/92 Creepy Castle Review - A short review of the chilling game from Reactor. Reprinted from Mac Monitor. Several illustrations included.
ComputerMagi AMUG CD:Files:Hyper:Co-Cz:Computer Magician 1.0.cpt Computer Magician 1.0.cpt 1.0 0 44K 12/23/92 Computer Magician 1.0 - This stack performs 7 magic tricks for you. It's a lot of fun with good graphics and sound effects. Submitted by Tim Cimbura, Apex Software. FreeWare.
ColorFloppyM AMUG CD:Files:System7 tools:C:Color Floppy Maker.cpt Color Floppy Maker.cpt 0 5K 12/23/92 Color Floppy Maker - Drag a floppy disk onto this auto-typer, eject the disk, re-insert it... voila!... Color! Requires System 7 or higher. Auto-Typer created with MakeAutoTyper 3.2.
ClementsToo AMUG CD:Files:Word:C:Clement's Toolbar 5.1.1.cpt Clement's Toolbar 5.1.1.cpt 5.1.1 0 65K 12/23/92 Clement's Toolbar 5.1.1 - Microsoft Word 5.1a modified toolbar that displays 30 buttons when displayed vertically. Requires 13"/14" monitor with 640X480 resolution. Only for Microsoft Word 5.1a users.
CivilWarHTB2 AMUG CD:Files:Education:C:Civil War HTB 2.1 Level 1.cpt Civil War HTB 2.1 Level 1.cpt 2.1 0 62K 12/23/92 Civil War HTB 2.1 Level 1 - Information on the U.S. Civil War in HyperTextBook format. Level 1 contains the following topics COSTS OF THE WAR, DIPLOMACY AND NAVAL POLICY, ECONOMIC FACTORS, MILITARY OPERATIONS, ORIGINS, U.S. Civil War, WAR COMES.
CircuitMaste AMUG CD:Files:Education:C:Circuit Master.cpt Circuit Master.cpt 0 111K 12/23/92 Circuit Master - gives information about circuits in HyperCard format.
Children/Pla AMUG CD:Files:Art:C-Ch:Children/Play Vol1.cpt Children/Play Vol1.cpt 0 60K 12/23/92 Children/Play Vol1 - contains pictures of children at work and play.
Children1,2 AMUG CD:Files:Art:C-Ch:Children 1,2, 3 & 4.cpt Children 1,2, 3 & 4.cpt 0 39K 12/23/92 Children 1,2, 3 & 4 - contains pictures of children at work and play.
ChessType1 AMUG CD:Files:Font:C:Chess Type1.cpt Chess Type1.cpt 0 348K 12/23/92 Chess Type1 - Three Chess Piece fonts converted from Public Domain IBM GeoWorks fonts.
ChessTT.cpt AMUG CD:Files:Font:C:Chess TT.cpt Chess TT.cpt 0 294K 12/23/92 Chess TT - Three Chess Piece fonts converted from Public Domain IBM GeoWorks fonts.
ChemistryFor AMUG CD:Files:Education:C:Chemistry Formula Game2 Chemistry Formula Game2 0 34K 12/23/92 Chemistry Formula Game - The Formula Club Game is an interactive program for practicing chemical symbols and formulas with teacher-edited ions and comments for student responses. The Macintosh randomly generates chemical formulas from the ion list saved in the program. The name of the formula is displayed in large font so several kids can participate. The student types in and enters the formula. If the answer is correct, a “correct answer” comment is randomly selected from the “praises” list and the next question is asked.
CDROMV1.0 AMUG CD:Files:Tele:M:MUBBS:CD ROM V1.0.cpt CD ROM V1.0.cpt 1.0 0 12K 12/23/92 CD ROM V1.0 - It just simply allows a user to get a file off of the MUBBS from the CD ROM. THEY NEED TO KNOW THE NAME OF THE FILE! You can also use it to access another hard drive that you have that's full of files. It just want's a Mac Mounted disk out there, it doesn't care if it's a CD or removeable Hard Drive, Network Drive or whatever.
CannonFire AMUG CD:Files:Game:C:CannonFire.cpt CannonFire.cpt 1.0 0 117K 12/23/92 CannonFire - This is an artillery game with many twists. You control the complexity of the play. Choose 1 or 2 players, game scenario, planetary gravity, target mobility, barrier, wind, air resistance, cannon functionality, novice or expert mode. Uses actual physics formulas to calculate and display trajectories. Great sound effects!
CampFire.cpt AMUG CD:Files:System7 tools:Frontier:CampFire.cpt CampFire.cpt 0 8K 12/23/92 CampFire - Here's a client-server app that provides a group of users a simple way to keep in touch what each of the group members is doing. One machine acts as the "Campfire Server" and each machine on the net is a "Campfire Client." The interesting thing about CampFire is that it's implemented entirely in Frontier scripts, using networked Apple Events. Campfire works with either Frontier or Frontier Runtime as the server or client. Runtime is available as a shareware package. Full source code for the scripts is included, so it can easily be customized or extended using Frontier.
Camel10.cpt AMUG CD:Files:Tele:M:MUBBS:Camel10.cpt Camel10.cpt 1.0 0 8K 12/23/92 Camel1.0 - Camel 1.0 for MUBBS Macintosh... An online game - get through the desert without dying.
CallerVerify AMUG CD:Files:Tele:C:CallerVerify.cpt CallerVerify.cpt 0 63K 12/23/92 CallerVerify - This is CallerVerify, a user callback validation system for SS BBS systems. It will allow users immediate access to your BBS with via a call back to the user. It also checks phone numbers so that leeches are eliminated. Works great -- 100% solid. It works only for Second Sight BBS systems, but with Mansion, Hermes and perhaps WWIV systems to be available in the future. Give it a try. You'll love the freedom it gives you, the sysop, from validation woes.
CaliphTT.cpt AMUG CD:Files:Font:C:CaliphTT.cpt CaliphTT.cpt 0 17K 12/23/92 CaliphTT - Caliph is a font with English letters drawn to look like Arabic, though it is still very readable. It conjurs up the mysteries of the far east. It seemed appropriate to release Caliph while Aladdin was in the theatres. Check out the enclosed files. If you register Caliph you can get a disk with 12 interesting fonts in return for your registration. Don't forget to say which font you're registering when you send in your registration. Caliph is part of the Scriptorium Font Library and is copyright 1992 by Dave Nalle
CaliphT1.cpt AMUG CD:Files:Font:C:CaliphT1.cpt CaliphT1.cpt 0 22K 12/23/92 CaliphT1 - Caliph is a font with English letters drawn to look like Arabic, though it is still very readable. It conjurs up the mysteries of the far east. It seemed appropriate to release Caliph while Aladdin was in the theatres. Check out the enclosed files. If you register Caliph you can get a disk with 12 interesting fonts in return for your registration. Don't forget to say which font you're registering when you send in your registration.
BushFish.cpt AMUG CD:Files:Movie:A-P:Bush Fish.cpt Bush Fish.cpt 0 35K 12/23/92 Bush Fish - BushFish is an 8-bit color self playing animation of President Bush acting like a fish! Created by Boris Tsikanovsky using an official white house photo and the free-form image distortion program Rubber Canvas. Neat! Requires 8-bit color or greater.
BuildingColo AMUG CD:Files:Font:B:Building Color Fonts!.cpt Building Color Fonts!.cpt 0 145K 12/23/92 Building Color Fonts! - These documents contain all the information you will need to construct your own Multi-Bit (color) Fonts using ResEdit and your favorite color paint program. Included is five new ResEdit Templates, a number of resource examples and a detailed article explaining the process.
BriansMenuB AMUG CD:Files:Util:Icons:Brian’s Menu Bar ppats.cpt Brian’s Menu Bar ppats.cpt 0 4K 12/23/92 Brian’s Menu Bar ppats - This ResEdit file contains six color ppats that may be used either for your desktop pattern, your menu bar pattern, or both! Specifically, these ppats have been optimized to take advantage of your menu bar's vertical height and then flow somewhat seamlessly into the regular desktop area. For those who want to know, the menu bar's vertical heighth is 19 pixels.OK, OK, two of them are not too difficult to figure out: one is all black, which works well when you have changed your menu bar text color to something like bright yellow. The other one is the most attractive (I think) pattern from System 6 that was modified in System 7 to have a bland color scheme.
BrazilHTB2.1 AMUG CD:Files:Education:B:Brazil HTB 2.1 Level 1.cpt Brazil HTB 2.1 Level 1.cpt 2.1 0 42K 12/23/92 Brazil HTB 2.1 Level 1 - Information on Brazil in HyperTextBook format. Level 1 contains the following topics Brazil, ECONOMIC ACTIVITIES, GOVERNMENT, HISTORY, LAND AND RESOURCES, PEOPLE.
BluePrintTyp AMUG CD:Files:Font:B:BluePrint Type 1.cpt BluePrint Type 1.cpt 0 44K 12/23/92 BluePrint Type 1 - Simulation of drafting notes on architectural drawings. This is an upgrade that may be bundled in a fond with BluePrint Bold, currently in the archives. A subscriber has informed me the original cannot be found. This version is slightly improved but I choose not to call it a "new" version.
BlinkMail1.1 AMUG CD:Files:Util:Network:BlinkMail 1.1.cpt BlinkMail 1.1.cpt 1.1 0 83K 12/23/92 BlinkMail 1.1 - BlinkMail is a Hypercard based network message system. It is intended for use in small, local networks that run Hypercard as a primary program. It has a great interface that allows you to read and reply to your mail quickly. Messages can be composed, mailed, read, replied to, saved, copied and printed. It's fast. It's easy to setup. It's not protected in any way. It's Shareware, $40. per network.
Bikes.cpt AMUG CD:Files:Art:B:Bikes.cpt Bikes.cpt 0 212K 12/23/92 Bikes - Three Bike drawn to detail in Adobe Illustrator. 1. A racing bike, 2. A Mt. Bike 3. A Moulton all in use by the Reno Wheelmen. We use these in our newsletter.
BeyondDemoV2 AMUG CD:Files:MIDI:A-G:Beyond Demo V2.3.cpt Beyond Demo V2.3.cpt 2.3 0 350K 12/23/92 Beyond Demo V2.3 - Beyond is the ultimate sequencer. This is demo version 2.2. It will play songs and midi files without additional hardware if you have an apple sound chip. It supports all Midi devices. Very easy to use. The documentation is limited but questions can be addressed to Jeremy Sagan (screen name = JermBey). Any questions about ordering the real copy should also be addressed to JermBey. Thanks and Enjoy.
BBSList25 AMUG CD:Files:Tele:B:BBSList25.cpt BBSList25.cpt 25 0 25K 12/23/92 BBSList25 - A compilation of 596 bulletin board systems, sorted by phone number, with Mac orientation or section. Please contact me with corrections via email. List updated as of 11/3/92. Tab-delimited entries.
BBEdit2.2Man AMUG CD:Files:Word:B:BBEdit 2.2 Manuals.cpt BBEdit 2.2 Manuals.cpt 2.2 0 290K 12/23/92 BBEdit 2.2 Manuals - archive contains the complete manual for version 2.2 of BBEdit.
BarPattern1 AMUG CD:Files:Util:B:Bar Pattern1.04.cpt Bar Pattern1.04.cpt 1.04 0 68K 12/23/92 Bar Pattern1.04 - Menu Bar Pattern allows you to install a pattern in your Menu Bar! Version 1.04 fixes a problem between 1.03 and SuperClock. System 7 compatible. Shareware $7.
BackwardsClo AMUG CD:Files:Game:B:Backwards Clock 1.1.cpt Backwards Clock 1.1.cpt 1.1 0 46K 12/23/92 Backwards Clock 1.1 - Backwards clock is an analog clock that runs counterclockwise as opposed to clockwise. The font, style, and size are adjustable. The clock will also display the time in twenty-one different time zones. The clock can chime on the hour.
AutoExpenses AMUG CD:Files:Bus:A:Auto Expenses.cpt Auto Expenses.cpt 0 5K 12/23/92 Auto Expenses - Here is a simple form for keeping track of automobile expenses on a weekly basis. Keep track of mileage, gasoline, oil and other miscellaneous expenses.
ArtofWar AMUG CD:Files:QuickTime:A:Art of War Art of War 0 93K 12/23/92 Art of War - This 10 second clip was chosen to illustrate graphics [text] synched to an audio track. The words appear as they are spoken. Custom software was used to create this movie. If you would like to hear about further developments with this software it may become a product.
ArgentinaHTB AMUG CD:Files:Education:A:Argentina HTB 2.1 Level 1.cpt Argentina HTB 2.1 Level 1.cpt 2.1 0 44K 12/23/92 Argentina HTB 2.1 Level 1 - - Information about Argentina in easy to use HyperTextBook format. This is Level 1, and contains many insights into the country.
AreaCodeFind AMUG CD:Files:Bus:A:AreaCodeFinder 2.3 + .cpt AreaCodeFinder 2.3 + .cpt 2.3 0 64K 12/23/92 AreaCodeFinder 2.3 + - added menus for closing the map window, setting the time zone (clocks on) and turning the clocks off. Setting the time zone is now an option under the File menu, not at application launchtime. At launchtime if you show the map the clocks are off. Thanks for commenting GWRepRandy and Chris. If the map window is in the background, hitting 'show map' will bring it in front of all other windows. Type in the name of the city or state and get the code along with a list of other cities that have that code. Type in the code and get a list of cities. Then display the map to see the area code location and actual time. Canada, Virgin islands, supported.
ARASHI1.0 AMUG CD:Files:Game:A:ARASHI 1.00.cpt ARASHI 1.00.cpt 1.0 0 209K 12/23/92 ARASHI 1.0 - ARASHI 1.0a is a _SUPERB_ arcade action game with fantastic sound, animation & visual effects. Highly addictive! The best Tempest clone I've played yet! Contains 8 game levels (more to come). Two modes, Arcade (where you can post your high scores) and Practice. Both monochrome and color play is available. Mouse driven, cool interface. It can utilize both the old (pre-System 6.07) and new sound manager. System 7.1 & 32-bit compatible. Ongoing development by Project STORM. Freeware. All the authors ask is for comments & suggestions!
ARAC203.cpt AMUG CD:Files:Tele:A:ARAC203.cpt ARAC203.cpt 2.0.3 0 48K 12/23/92 ARAC203 - ARAClient 2.0.3 is a control panel that adds value to ARA. Version 2.0.3 fixes a CCL menu bug. While Apple's Remote Access makes "Connection" documents, ARAClient makes "Connector" applets - small applications that simply get you connected. Connectors have a range of features above and beyond mere ARA aliases including * Redial when busy * PhoneBook database * Modeless Connectors with Status windows * Protected Connectors * Port and CCL settings in Connectors * Hot Connect button, and much more.
AnyCalls1.1 AMUG CD:Files:Bus:A:Any Calls 1.1.cpt Any Calls 1.1.cpt 1.1 0 10K 12/23/92 Any Calls 1.1 - Ever wonder how many calls you get while you're at work? Any Calls? 1.1 is an application which logs each call you get with the time and date. Version 1.1 fixes a bug which prevented Any Calls? from working correctly in the background or with a screensaver running.
Alice2.1.4E AMUG CD:Files:Tele:A:Alice 2.1.4E.cpt Alice 2.1.4E.cpt 2.1.4E 0 321K 12/23/92 Alice 2.1.4E - Alice 2.1 is a Macintosh application that allows Mac users to read and reply offline to FidoNet messages that are downloaded in either XRS or QWK format from BBS systems that are running on IBM compatible computers. Msg packets are downloaded from the BBS, messages are read offline, and replies are uploaded to the BBS during the user's next online session. The host BBS must offer offline options in order to use Alice, either in XRS or QWK format or both. Documentation is in DOCMaker format. Shareware $15. Author Michael Keller resides in Germany.
AliasRepair1 AMUG CD:Files:System7 tools:A:Alias Repair 1.0.cpt Alias Repair 1.0.cpt 1.0 0 11K 12/23/92 Alias Repair 1.0 - This freeware System 7 only extension adds two buttons to the 'broken alias' dialog: Repair and Delete. Repair lets you re-link aliases to their lost application or file. No special keys to invoke, no utility to run--transparent until needed! If you're like me, constantly reorganizing your hard drive, only to find your aliases broken, then this one's for you too!
AircoDH2colo AMUG CD:Files:Art:A:Airco DH2color eps.cpt Airco DH2color eps.cpt 0 39K 12/23/92 Airco DH2color eps - This is a FreeHand drawing of an Airco DH2, an unusual WWI biplane of the "pusher" type; the propellor was at the rear of the fuselage, thus affording the pilot greater visibility. "Airco DH2" is a reworking of an earlier drawing, done on the occasion of the arrival of SCAD's new Tektronic Phaser III color printer. This is a color EPS file. To view or print it, you must Import or Place in into a page layout program or a PostScript drawing program.
AfterDarkSta AMUG CD:Files:Util:After Dark:After Dark Star Trek Art.cpt After Dark Star Trek Art.cpt 0 3K 12/23/92 After Dark Star Trek Art - If you open Berkeley Systems Star Trek screen saver modules or art files with ResEdit, hoping to see or copy (for your own use only, of course) the neat art work, you are disappointed. No PICTs. Just code. This file contains RMAP resources that you simply paste into your ResEdit Preferences file. Then when you open Star Trek stuff with ResEdit, the art is visible. Easy instructions included.
AECDocsWord AMUG CD:Files:Apple:AEC Docs (Word).cpt AEC Docs (Word).cpt 0 72K 12/23/92 AEC Docs (Word) - Documentation for At Ease Customizer in Microsoft Word 3.0 format.
ADModMacT AMUG CD:Files:Util:After Dark:AD™ Mod——MacTabloid™ v2.0.cpt AD™ Mod——MacTabloid™ v2.0.cpt 2.0 0 34K 12/23/92 AD™ Mod——MacTabloid™ v2.0 - Sex, Scandal & the Supernatural with this WILD After Dark module MacTabloid v2.0! This "must-have" module will have you sitting for very large blocks of time, just waiting for what OUTRAGEOUS thing it'll do next! What it is is a Random Supermarket Tabloid Headline Generator. Thousands ocombinations! Here's some samples: "Experimental weather satellite seen in Paula Abdul's driveway!," "Mr. Spock seen driving Ford Tempo --- The Pope says it's true!," "Macintosh Programmers discover Middle Earth!" "CAUGHT! Howard Stern with busty babe!"
Advert11.cpt AMUG CD:Files:Tele:M:MUBBS:Advert11.cpt Advert11.cpt 1.1 0 5K 12/23/92 Advert11 - Advertiser module version 1.1 - for MUBBS BBS Macintosh - Show advertisements to users or even bulletins... they cannot be cancelled!!
7.1DisksMinS AMUG CD:Files:System7 tools:A:7.1 Disks MinSys.cpt 7.1 Disks MinSys.cpt 0 7K 12/23/92 7.1 Disks MinSys - This MS Word 4.0 file gives you step by step instructions on how to build minimal System Emergency Disks (floppies). This document is geared towards Norton Utilities, but the technique can be readily adopted for your own needs.
4DBoxingCont AMUG CD:Files:Game:A:4D Boxing Contenders.cpt 4D Boxing Contenders.cpt 0 3K 12/23/92 4D Boxing Contenders - Here is my current stable of boxers. Everyone but Razor Ruddock and Riddick Bowe have beat "The Champ"! Bowe is ranked #3. I am sure those of you who choose to fight him will be suprised how he got ranked that high considering his attribues.
2GameReviews AMUG CD:Files:Mag:A:2 Game Reviews.cpt 2 Game Reviews.cpt 0 5K 12/23/92 2 Game Reviews - Rise of the Dragon is a "Blade Runner" type of sci-fi detective adventure with great graphics and some interesting game twists. Mutant Beach has flashy graphics and music, and combines arcade action with problem solving.
1993Calendar AMUG CD:Files:Art:A:1993 Calendar.cpt 1993 Calendar.cpt 0 8K 12/23/92 1993 Calendar - This does nothing more than print a 1993 calendar on one page, suitable for hanging on a wall or punching and placing in a ring binder. Files included are a WORD 4 file, a PICT file, and a TEXT file.
SaveAll.cpt AMUG CD:Files:Util:S-Sc:SaveAll.cpt SaveAll.cpt 0 59K 12/11/92 SaveAll - This is a file compression utility that can achieve astonishing compression rates of more than 100:1 - on all kinds of files including text. It is specifically designed to compress multiple versions of the same document. It lets you store the complete history of changes for a document in a single super-compressed file. This program is RewardWare. Registered users receive a demo with a unique ID. Give it away to your friends, etc. If any of them register, you get a reward. Details inside.
Revisionist1 AMUG CD:Files:Util:R:Revisionist1.3.cpt Revisionist1.3.cpt 1.3 0 140K 12/11/92 Revisionist1.3 - Revisionist is a simple revision control tool that allows you to store different revisions of arbitrary documents in so-called "archive files". Revisionist stores different revisions of any types of files (not only text files) in a space efficient manner (about 5 % of the full file size per revision). After you have created an archive file you can check-in an unlimited number of revisions of a document by pressing the Add button or chosing the Add command from the Revision menu. Upon check-in you are asked to enter a comment that should describe the revision just being checked-in.
Word5.1patch AMUG CD:Files:Word:W-Z:Word5.1patch.cpt Word5.1patch.cpt 1 20K 11/16/92 Word5.1patch - The Word 5.1a Patcher included is for use with Microsoft® Word for the Macintosh® version 5.1. This fixes a problem that was discovered with Word version 5.1 that occurs when fast saving a document with Footers or Headers. This problem resulted in the Footer or Header disappearing in the last section (or only section) of a document. This patcher fixes the program and identifies your version as Word 5.1a rather than Word 5.1.
STTNGScript AMUG CD:Files:Word:Sq-Sz:STTNGScript.cpt STTNGScript.cpt 0 30K 11/16/92 STTNGScript - I’ve decided to put together this little collection of goodies I requested from Paramount Pictures in Hollywood in the hopes that other aspiring writers for “Star Trek The Next Generation” will be able to know how to properly submit their script ideas. Take note that your chances of getting a script made into an episode of STTNG are about as good as winning the lottery; bear that in mind before you spend hoursmolding together a script that in actuality has little or no chance of making the grade.
PICTS.cpt AMUG CD:Files:Mag:P-S:PICTS.cpt PICTS.cpt 0 4K 11/16/92 PICTS - TeachText application supplied with the current Macintosh product line is capable of reading either standard text documents or PICT graphic files. However, you can also create a text document that has PICT graphics within it, too. Any graphic element(s), such as boldfaced text, photographs, line art, etc., can be embedded in a TeachText text document. The only requirement is that the graphic elements be saved as PICT resources within the actual text document; as such, you will need ResEdit to install the graphics.
MineField1.2 AMUG CD:Files:Game:M:MineField 1.2.cpt MineField 1.2.cpt 1.2 0 94K 11/16/92 MineField 1.2 - this is a game of thinking, planning and luck. This board game allows you to play on a great looking 3D pad until you bomb.
LoanTrackerD AMUG CD:Files:Bus:H-L:LoanTrackerDEMO.cpt LoanTrackerDEMO.cpt 0 172K 11/16/92 LoanTrackerDEMO - Anyone needing to track and understand their personal debts without the need for an accounting degree the HOME LIABILITY TRACKER breaks down your home mortgage, auto loans, credit cards, as well as other monthly payments so you know what is due and when; what are the principle balances, how much interest has been paid during any period you want to know. The HOME LIABILITY TRACKER is designed like the professional program without the confusion of underlying or purchased loans. Some of the windows have been changed since different types of information is needed on lenders than on borrowers. But, it's user friendly processing is fully retained.
Icon7demoFol AMUG CD:Files:Util:Icons:Icon7demoFolder.cpt Icon7demoFolder.cpt 0 57K 11/16/92 Icon7demoFolder - Icon 7 is an icon editor which is integrated into the Finder under System 7 or later. It allows you to modify existing icons or create new icons to customize your files, folders, or disks in the Finder. This demo version of Icon 7 contains all the features of the regular version of Icon 7 except you can not save any changes you make to an actual file, folder, or disk. You may save changes into an Icon 7 library which you can use with the full version of Icon 7 if you decide to purchase it.
EasterEggsfo AMUG CD:Files:Mag:D-G:EasterEggsforMac.cpt EasterEggsforMac.cpt 0 13K 11/16/92 EasterEggsforMac - contains all sorts of tips and tricks for Macintosh users from Finder to Quadra info.
PJ Utilitie AMUG CD:Files:Tele:Pete Johnson: PJ Utilities Described PJ Utilities Described 0 15K 11/16/92 This file describes all of the Pete Johnson utilities available in the Telecom section in the Pete Johnson folder. Provided for BBS distribution on 11-20-92.
PolygonArt AMUG CD:Files:Util:After Dark:Polygon Art.cpt Polygon Art.cpt 0 6K 11/16/92 Polygon Art - This is an after dark module. Polygon Art draws “art” derived from randomly generated polygons.
Update1.0.5s AMUG CD:Files:Tele:Pete Johnson:Update 1.0.5<source>.cpt Update 1.0.5<source>.cpt 1.05code 0 7K 11/16/92 Update 1.0.5<source> - Source code for Update 1.0.5. Requires Think Pascal 4.0 or later to compile.
Update1.0.5 AMUG CD:Files:Tele:Pete Johnson:Update 1.0.5.cpt Update 1.0.5.cpt 1.05 0 7K 11/16/92 Update 1.0.5 - Update is a resource installer designed to make it easy to update FirstClass applications and settings files with resources such as cicns, FICNs, dialogs and sounds. With Update, you can distribute the newest versions of your icons without having to replace the full FirstClass user application or setting file. Compiled 12/18/91.
UnMod1.0.cpt AMUG CD:Files:Tele:Pete Johnson:UnMod 1.0.cpt UnMod 1.0.cpt 1.0 0 4K 11/16/92 UnMod 1.0 - Resets Last Modified date to Created date for all files in a folder. Compiled 9/15/91.
TSet1.6sour AMUG CD:Files:Tele:Pete Johnson:TSet 1.6<source>.cpt TSet 1.6<source>.cpt 1.6code 0 15K 11/16/92 TSet 1.6<source> - Source code for TSet 1.6. Requires Think Pascal 4.0 or later to compile.
TSet1.6.cpt AMUG CD:Files:Tele:Pete Johnson:TSet 1.6.cpt TSet 1.6.cpt 1.6 0 10K 11/16/92 TSet 1.6 - TSet is a Host 2.0/Tabby 2.0 NetMail utility designed to update the Config file to make sure that the next TabbyNet event takes place when it should. Compiled 12/6/89.
TImport2.03s AMUG CD:Files:Tele:Pete Johnson:TImport 2.0.3<source>.cpt TImport 2.0.3<source>.cpt 2.03code 0 32K 11/16/92 TImport 2.0.3<source> - Source code for TImport 2.0.3. Requires Think Pascal 4.0 or later to compile.
TImport2.0.3 AMUG CD:Files:Tele:Pete Johnson:TImport 2.0.3.cpt TImport 2.0.3.cpt 2.0.3 0 27K 11/16/92 TImport 2.0.3 - A Second Sight 2.x/Tabby 2.0 NetMail utility designed to import Generic Tabby text files into Second Sight message sections. It processes the “Generic Import” text file created by Tabby 2.0, and turns it into Host-compatible messages. Compiled 9/7/91.
Timestamp/st AMUG CD:Files:Tele:Pete Johnson:Timestamp/start.cpt Timestamp/start.cpt 0 19K 11/16/92 Timestamp/start - Timestamp inserts in the CallerLog a date/time stamp when Host is launched, followed by a dashed line. Timestart inserts in the CallerLog a date/time stamp when Tabby Robot is launched. Compiled 6/2/89.
TExport2.0s AMUG CD:Files:Tele:Pete Johnson:TExport 2.0<source>.cpt TExport 2.0<source>.cpt 2.0code 0 24K 11/16/92 TExport 2.0<source> - Source code for TExport 2.0. Requires Think Pascal 4.0 or later to compile.
TExport2.0 AMUG CD:Files:Tele:Pete Johnson:TExport 2.0.cpt TExport 2.0.cpt 2.0 0 23K 11/16/92 TExport 2.0 - Second Sight 2.x/Tabby 2.0 utility designed to create a text file of pending NetMail messages for export by Tabby 2.0. TExport should be placed as an Event just prior to TabbyNet SendNews. Compiled 6/27/91.
Tally2.2sou AMUG CD:Files:Tele:Pete Johnson:Tally 2.2<source>.cpt Tally 2.2<source>.cpt 2.02code 0 20K 11/16/92 Tally 2.2<source> - Source code for Tally 2.2. Requires Think Pascal 4.0 or later to compile.
Tally2.2.cpt AMUG CD:Files:Tele:Pete Johnson:Tally 2.2.cpt Tally 2.2.cpt 2.2 0 16K 11/16/92 Tally 2.2 - Tally is a Tabby NetMail-compatible utility designed to count messages posted during the past 10 days on your BBS system. Compiled 6/29/91.
Splice1.31 AMUG CD:Files:Tele:Pete Johnson:Splice 1.31.cpt Splice 1.31.cpt 1.31 0 6K 11/16/92 Splice 1.31 - Tabby NetMail-compatible utility to merge two to four text files into one output file. Useful if you want to combine a dynamic file, such as Quote of the Day, and a static file, such as an informational message, into one System or Welcome message. Compiled 8/6/90.
Slicer1.0.4 AMUG CD:Files:Tele:Pete Johnson:Slicer 1.0.4.cpt Slicer 1.0.4.cpt 1.0.4 0 12K 11/16/92 Slicer 1.0.4 - Cuts big files into smaller slices. Quick, simple and fast. Designed for people moving large databases around, but useful in other respects, too. Compiled 10/18/92.
SectionChang AMUG CD:Files:Tele:Pete Johnson:Section Changer.cpt Section Changer.cpt 0 27K 11/16/92 Section Changer - A dirt-simple Host 2.0 utility designed to move messages from one section to another. It’s useful for those times when a new Echo has been routed by mistake to Tabby’s UNKNOWN area or when you’re reorganizing your message sections. Compiled 5/24/90.
ResizeFSecs AMUG CD:Files:Tele:Pete Johnson:Resize FSecs.cpt Resize FSecs.cpt 0 30K 11/16/92 Resize FSecs - Similar in operation and appearance to Repath Fsecs 2.0, this utility checks actual file sizes against those listed in your FileSection directory. This corrects your listings if you’ve gone through a file area with Stuffit to make things smaller. Compiled 11/6/88.
ResetRestar AMUG CD:Files:Tele:Pete Johnson:Reset, Restart & ShutDown.cpt Reset, Restart & ShutDown.cpt 0 5K 11/16/92 Reset, Restart & ShutDown - Three micro utilities to reset, restart or shutdown your BBS machine. Useful as externals in many situations. Compiled 11/4/90.
Rescan0.1.cp AMUG CD:Files:Tele:Pete Johnson:Rescan 0.1.cpt Rescan 0.1.cpt .1 0 16K 11/16/92 Rescan 0.1 - Rescan is a Second Sight utility which scans the entire message base and export all messages in selected public net sections to a text file similar to the Tabby Generic file. With Rescanalator (included) you can import these messages to another BBS. Compiled 11/4/90.
RepathFSecs2 AMUG CD:Files:Tele:Pete Johnson:Repath FSecs 2.0.cpt Repath FSecs 2.0.cpt 2.0 0 26K 11/16/92 Repath FSecs 2.0 - An update of my old Repath utility. This lets you quickly alter Second Sight 2.0 FileSection paths. Compiled 6/30/88.
Renum1.2.cpt AMUG CD:Files:Tele:Pete Johnson:Renum 1.2.cpt Renum 1.2.cpt 1.2 0 10K 11/16/92 Renum 1.2 - Renum is a Second Sight utility to renumber messages consecutively, normally starting at 1 (though you can start at some other number). Compiled 6/21/90.
QuoterDA1.0 AMUG CD:Files:Tele:Pete Johnson:Quoter DA 1.0.cpt Quoter DA 1.0.cpt 1.0 0 17K 11/16/92 Quoter DA 1.0 - Quoter DA is a Desk Accessory whose main purpose is to convert text on the Clipboard into quotes in the form generally used by FidoNet boards. Compiled 7/9/90.
QU.cpt AMUG CD:Files:Tele:Pete Johnson:QU.cpt QU.cpt 0 40K 11/16/92 QU - A handy automatic Quote of the Day generator, fully documented. Compiled 2/12/89.
PutAway.cpt AMUG CD:Files:Tele:Pete Johnson:Put Away.cpt Put Away.cpt 0 15K 11/16/92 Put Away - Designed to emulate behavior of the System Folder in System 7 (required) allows you to designate folder locations to move files, based on file types and creators. Known to crash on Mac Plus & SE, otherwise seems fine. Compiled 3/17/92.
MessageThing AMUG CD:Files:Tele:Pete Johnson:Message Thing 1.0.1.cpt Message Thing 1.0.1.cpt 1.0.1 0 18K 11/16/92 Message Thing 1.0.1 - Message Thing is a utility for those who run point systems with Copernicus or COUNTERPoint across a network or on the same machine as the BBS through MultiFinder — it simulates a call to the host board without going through the modem. Compiled 6/7/91.
Mehit3.0.s AMUG CD:Files:Tele:Pete Johnson:mehit 3.0.b15<source>.cpt mehit 3.0.b15<source>.cpt 3.0b15 0 85K 11/16/92 mehit 3.0.b15<source> - Source code for mehitabel 3.0.b15. Requires Think Pascal 4.0 or later to compile.
Mehit3.0.b15 AMUG CD:Files:Tele:Pete Johnson:mehit 3.0.b15.cpt mehit 3.0.b15.cpt 3.0b15 0 51K 11/16/92 mehit 3.0.b15 - Adds many more features to mehit 2.x, including automatic renumbering, automatic Stuffing of archives (requires StuffIt Engine), all features of Log-O-Matic and more! Beta, but has proven reliable on several BBSs. Compiled 8/1/91.
Mehit2.06 AMUG CD:Files:Tele:Pete Johnson:mehit 2.06.cpt mehit 2.06.cpt 2.06 0 58K 11/16/92 mehit 2.06 - mehitabel 2.x is the successor to the original Second Sight automatic message backup utility. As was true of previous versions, it backs up and controls the size of your message sections. Compiled 8/9/90.
MarkUp1.2 AMUG CD:Files:Tele:Pete Johnson:Mark Up 1.2.cpt Mark Up 1.2.cpt 1.2 0 6K 11/16/92 Mark Up 1.2 - Mark Up cures the Tabby “Node Marked Down” blues. Configure it with a list of from one to six nodes. When it runs, it checks the Tabby Calls file in the Tabby Folder and if any of the nodes in its list is found, it zeroes out the bad calls number. Compiled 7/1/91.
Log-O-Matics AMUG CD:Files:Tele:Pete Johnson:Log-O-Matic 1.72<source>.cpt Log-O-Matic 1.72<source>.cpt 1.72code 0 26K 11/16/92 Log-O-Matic 1.72<source> - Source code for Log-O-Matic 1.72. Requires Think Pascal 4.0 or later to compile.
Log-O-Matic1 AMUG CD:Files:Tele:Pete Johnson:Log-O-Matic 1.72.cpt Log-O-Matic 1.72.cpt 1.72 0 17K 11/16/92 Log-O-Matic 1.72 - Log-O-Matic is a Host/Tabby NetMail application which can automatically maintain your UserLog, CallerLog and Tabby Logs, sorting and archiving in various ways. Compiled 11/22/90.
Killer1.1.cp AMUG CD:Files:Tele:Pete Johnson:Killer 1.1.cpt Killer 1.1.cpt 1.1 0 3K 11/16/92 Killer 1.1 - Killer is designed to delete the launch.next file, if it exists. Then Killer launches the application name designated in its STR 500 resource. Compiled 7/8/90.
Jump1.2.cpt AMUG CD:Files:Tele:Pete Johnson:Jump 1.2.cpt Jump 1.2.cpt 1.2 0 5K 11/16/92 Jump 1.2 - Tabby NetMail application to skip to next entry in launch.next file. Use to route around events such as TabbyNet DeliverMail by renaming it and TabbyNet DeliverMail. Even when it’s renamed, you can recognize Jump by its toadlike icon. Compiled 6/18/91.
ICON<->FICN AMUG CD:Files:Tele:Pete Johnson:ICON <-> FICN.cpt ICON <-> FICN.cpt 0 5K 11/16/92 ICON <-> FICN - Two utilities allow you to translate resources back and forth between ICON and FICN formats. FirstClass uses FICN resources, which are structurally identical to ICON resources but which cannot be graphically edited by ResEdit. Compiled 11/9/91.
HelloTabby.p AMUG CD:Files:Tele:Pete Johnson:HelloTabby.p.cpt HelloTabby.p.cpt 0 6K 11/16/92 HelloTabby.p - Pascal source code for a unit which reads and copes with Tabby’s launch.next file. Last modified 7/1/91.
Gliders1.4.2 AMUG CD:Files:Tele:Pete Johnson:Gliders 1.4.2.cpt Gliders 1.4.2.cpt 1.4.2 0 10K 11/16/92 Gliders 1.4.2 - Tabby-compatible utility which extends launch.next events beyond Tabby’s limit of a 255-character script and which allows systems which don’t run Tabby to chain Tabby-compatible utility programs. Gliders is not specific to any BBS package. Compiled 7/1/91.
GEnieCleaner AMUG CD:Files:Tele:Pete Johnson:GEnie Cleaner.cpt GEnie Cleaner.cpt 0 8K 11/16/92 GEnie Cleaner - Application with Think Pascal 4.0 source code for utility to clean up GEnie file descriptions so that they can be directly cut & pasted into BBS file descriptions. Saves LOTS of time!
FSecCleaner AMUG CD:Files:Tele:Pete Johnson:FSec Cleaner.cpt FSec Cleaner.cpt 0 28K 11/16/92 FSec Cleaner - A utility to purge missing file entries and to kill files marked for deletion in Second Sight 2.0 FileSections. Read its documentation file for more information. Compiled 7/29/88.
Flip1.0.3so AMUG CD:Files:Tele:Pete Johnson:Flip 1.0.3<source>.cpt Flip 1.0.3<source>.cpt 1.0.3code 0 19K 11/16/92 Flip 1.0.3<source> - Source code for Flip 1.0.3. Requires Think Pascal 4.0 or later to compile.
Flip1.0.3.cp AMUG CD:Files:Tele:Pete Johnson:Flip 1.0.3.cpt Flip 1.0.3.cpt 1.0.3 0 15K 11/16/92 Flip 1.0.3 - Flip is a Tabby NetMail-compatible utility which will automatically forward a list of 1-10 “magic” file names to a list of 1-10 nodes. Compiled 6/23/91.
FF1.5.cpt AMUG CD:Files:Tele:Pete Johnson:ff 1.5.cpt ff 1.5.cpt 1.5 0 17K 11/16/92 ff 1.5 - A Tabby event-compatible utility which reads a list of users and node numbers, then scans your messages, exporting locally entered private messages addressed to users on your list to network private messages with valid addresses. Compiled 7/20/91.
FF1.5source AMUG CD:Files:Tele:Pete Johnson:ff 1.5 source.cpt ff 1.5 source.cpt 1.5 0 21K 11/16/92 ff 1.5 source - Source code for ff 1.5. Requires Think Pascal 4.0 or later to compile.
FCLogScan1 AMUG CD:Files:Tele:First Class:FC LogScan 1.0.2<source>.cpt FC LogScan 1.0.2<source>.cpt 1.02code 0 22K 11/16/92 FC LogScan 1.0.2<source> - Source code for FC LogScan 1.0.2. Verified with FirstClass 1.6. May need updating for later versions. Requires Think Pascal 4.0 or later to compile.
FCLogScan1.0 AMUG CD:Files:Tele:First Class:FC LogScan 1.0.2.cpt FC LogScan 1.0.2.cpt 1.0.2 0 35K 11/16/92 FC LogScan 1.0.2 - Utility which analyzes FirstClass daily logs to produce a summary report in a concise and readable format. Compiled 3/3/92.
FCListCalles AMUG CD:Files:Tele:First Class:FC List Callers 0.6<source>.cpt FC List Callers 0.6<source>.cpt 0 23K 11/16/92 FC List Callers 0.6<source> - Source code for FC List Callers 0.6 (a later version than was released -- it contains some custom code for the Glassell Park BBS). Verified with FirstClass 1.6. May need updating for later versions. Requires Think Pascal 4.0 or later to compile.
FCListCaller AMUG CD:Files:Tele:First Class:FC List Callers 0.4.cpt FC List Callers 0.4.cpt 0 12K 11/16/92 FC List Callers 0.4 - Utility for FirstClass administrators creates text file lists of FirstClass users, logon name and last logon date sorted by date of last call, last name and logon name in addition to a text file list of all user resumes sorted by last name. Compiled 11/18/91.
Fakebot1.43 AMUG CD:Files:Tele:Pete Johnson:Fakebot 1.43.cpt Fakebot 1.43.cpt 1.43 0 14K 11/16/92 Fakebot 1.43 - A replacement for the Tabby Robot which you can use with Tabby to crashmail one or more nodes with a minimum amount of fuss. Unlike Tabby Robot, Fakebot can be launched as an external command from your BBS to do its work. Compiled 10/20/91.
EscapedFileF AMUG CD:Files:Tele:Pete Johnson:Escaped File Finder.cpt Escaped File Finder.cpt 0 27K 11/16/92 Escaped File Finder - A Second Sight 2.0 FileSection utility which makes a list of every file in a folder and compares it against a FileSection listing in that folder, then writes a report of all files which are not contained in the FileSection listing. Compiled 9/4/88.
Detour.cpt AMUG CD:Files:Tele:Pete Johnson:Detour.cpt Detour.cpt 0 27K 11/16/92 Detour - Use this in place of any command 50 application you want to take temporarily out of service. This helps you cope with changes in Second Sight file structures (which is what I wrote it for) or Command 50 applications which aren’t working correctly. Compiled 12/7/88.
Copy.cpt AMUG CD:Files:Tele:Pete Johnson:Copy.cpt Copy.cpt 0 10K 11/16/92 Copy - Copy is a Tabby NetMail-compatible utility designed to take a snapshot of any text file before it's been processed by Tabby. Compiled 5/8/89.
CopyCat1.02 AMUG CD:Files:Tele:Pete Johnson:Copy Cat 1.02.cpt Copy Cat 1.02.cpt 1.02 0 6K 11/16/92 Copy Cat 1.02 - Copy Cat is a stand-alone utility which will copy a group of files. Every morning I use Copy Cat to copy a bunch of text files from various places on the BBS across a network to one convenient local folder where I can browse them at leisure. Compiled 8/17/91.
Condor1.0 AMUG CD:Files:Tele:Pete Johnson:Condor 1.0.cpt Condor 1.0.cpt 1.0 0 18K 11/16/92 Condor 1.0 - Condor is a Tabby NetMail-compatible utility to regulate download quotas per month for a Second Sight BBS. To do so, it counts downloads each night, and if they exceed a pre-set level it sets or clears a user restriction flag defined by the sysop. Compiled 7/7/91.
Clean-by.cpt AMUG CD:Files:Tele:Pete Johnson:Clean-by.cpt Clean-by.cpt 0 5K 11/16/92 Clean-by - Clean-by is a preprocessor for TabbyNet SendNews. Its mission is to strip any lines containing only the string "SEEN-BY" from the seenby.bbs file, since Mac boards in net 102 have been plagued by crashes caused by these almost-empty lines. Compiled 3/29/91.
AreaTrix1.0s AMUG CD:Files:Tele:Pete Johnson:AreaTrix 1.0.4<source>.cpt AreaTrix 1.0.4<source>.cpt 1.0.4code 0 31K 11/16/92 AreaTrix 1.0.4<source> - Source code for AreaTrix 1.0.4. Requires Think Pascal 4.0 or later to compile.
AreaTrix1.04 AMUG CD:Files:Tele:Pete Johnson:AreaTrix 1.0.4.cpt AreaTrix 1.0.4.cpt 1.0.4 0 25K 11/16/92 AreaTrix 1.0.4 - AreaTrix allows Tabby-based BBSs to process requests for turning on and off Echoes. Remotes can also get lists of available Echoes. AreaTrix also forwards files. AreaTrix works with Second Sight, Mansion and any other Tabby-compatible Mac BBS program. Compiled 5/10/90.
AreaFix1.6 AMUG CD:Files:Tele:Pete Johnson:AreaFix 1.6.cpt AreaFix 1.6.cpt 1.6 0 17K 11/16/92 AreaFix 1.6 - A free, early and wimpy version of what developed into AreaTrix. Compiled 12/6/89.
Archi1.62/Fs AMUG CD:Files:Tele:Pete Johnson:Archie 1.62/F<source>.cpt Archie 1.62/F<source>.cpt 1.62code 0 28K 11/16/92 Archie 1.62/F<source> - Source code for Archie 1.62/F, Host Command 50 app which adds more than 30 commands to Second Sight. Requires ZBasic 5.0 or later and RMaker to compile.
Archie1.62/F AMUG CD:Files:Tele:Pete Johnson:Archie 1.62/F.cpt Archie 1.62/F.cpt 1.62 0 129K 11/16/92 Archie 1.62/F - A Host Command 50 app which adds more than 30 commands to Second Sight, remotely and locally. Features include backing up logs, searching text files, analyzing the CallerLog, various UserLog displays, searches and backup, file searches and more. Compiled 3/2/90.
Maze.cpt AMUG CD:Files:Util:After Dark:Maze.cpt Maze.cpt 0 8K 11/16/92 Maze - This is an after dark module. This module generates a random maze on the screen and then proceeds to solve the maze. The size of the maze pathways can vary from five pixels to 21 pixels. It doesn’t work well with the randomizer module because of the large memory requirements of Maze.
Invert.cpt AMUG CD:Files:Util:After Dark:Invert.cpt Invert.cpt 0 6K 11/16/92 Invert - The Invert after dark module simply inverts the screen by starting at the outside edges and working toward the center. The speed of this process is controlled by the user.
DP1.1s.sitSm AMUG CD:Files:Util:Icons:DP 1.1s.sit Small.cpt DP 1.1s.sit Small.cpt 1.1 0 41K 11/16/92 DP 1.1s.sit Small - Desktop Pattern is a control panel device that lets you change the patterns on your Macintosh® desktop. It allows much larger patterns than are allowed in the General Controls control panel. It will only operate on Macintoshes equipped with Color Quickdraw such as the Macintosh SE/30, Macintosh Classic II, Macintosh LC, Macintosh II line and the Macintosh Quadra line. This is the small version.
DP1.1sLa AMUG CD:Files:Util:Icons:DP 1.1s.sit Large.cpt DP 1.1s.sit Large.cpt 1.1large 0 192K 11/16/92 DP 1.1s.sit Large - Desktop Pattern is a control panel device that lets you change the patterns on your Macintosh® desktop. It allows much larger patterns than are allowed in the General Controls control panel. It will only operate on Macintoshes equipped with Color Quickdraw such as the Macintosh SE/30, Macintosh Classic II, Macintosh LC, Macintosh II line and the Macintosh Quadra line. This is the large version.
Diatom.cpt AMUG CD:Files:Util:After Dark:Diatom.cpt Diatom.cpt 0 68K 11/16/92 Diatom - This is an after dark module. This module draws random designs based on the discrete Fast Fourier Transform of two random data spikes. Sliding the ‘Number of Lines’ slider to all the way to the right will cause a random number of lines in the interval [10,1000] to be used. Moving it all the way to the left causes data in the file ‘Diatom.data’ to be used to draw the diatoms. This file is located in the After Dark folder within your System folder under System 6.0 or the Control Panels folder under System 7.0 and consists the data for a diatom on each line.
Crabs.cpt AMUG CD:Files:Util:After Dark:Crabs.cpt Crabs.cpt 0 8K 11/16/92 Crabs - This is an after dark module. Crabs is a genetic simulation of a population of “crabs.” These crabs feed on the white pixels of the screen. When crabs are born, they are bright green on a color Macintosh. When they reach maturity and start producing offspring, they turn bright blue or red. As they age, they become lighter and lighter until they turn white and die. If a crab begins to starve, it will turn bright yellow and slowly become lighter until it starves and becomes white. Each crab has attributes such as size and metabolic rate (which both affect speed), life expectancy, birth weight of offspring, breeding cycle and movement patterns.
VocabTest.cp AMUG CD:Files:Education:T-Z:Vocab Test.cpt Vocab Test.cpt 0 42K 11/14/92 Vocab Test - Vocab Test is a stand alone application that teaches facts on vocabulary and other educational topics.
TrigHype.cpt AMUG CD:Files:Education:T-Z:trigHype.cpt trigHype.cpt 0 21K 11/14/92 trigHype - Solve your triangle problems by typing known information directly onto a triangle, and trigHype solves for the unknown information. Great for practical problems as well as an educational tool. Easy to use, graphical approach to simple trig. A Hypercard Stack.
TelephoneTea AMUG CD:Files:Education:T-Z:Telephone Teacher.cpt Telephone Teacher.cpt 0 301K 11/14/92 Telephone Teacher - This stack is a realistic telephone simulation. It has pre-recorded sounds of dialtone (timed), wrong number, and 911 emergency, home, friends, pizza, etc. Record your own sounds and enter your own phone number. When user clicks on telephone, receiver lifts and dialtone is heard. Pressing buttons will simulate dialing. Message box shows status (with proper hypenation - even correctly displayes long distance and area code properly hyphenated.) Telephone rings random number of rings. If number matches one of the five choices, the associated sound is played, or else "...please check the number and try your call again." is played.
TeachTime.cp AMUG CD:Files:Education:T-Z:TeachTime.cpt TeachTime.cpt 0 203K 11/14/92 TeachTime - As my daughter learned to tell time, she mastered digital clocks without too much difficulty, but analog clocks were another story. Thus, I created the TeachTime stack. The learner can select which type of clock to read and say the time. The answer is spoken by my lovely assistant. In the digital mode, one can type in the time and it will be spoken. In the analog mode, there is an easy setting which rounds the time to the nearest five minutes and a beginner button which is hour and half hour only.
StarAtlas0.6 AMUG CD:Files:Education:S:Star Atlas 0.6b1.cpt Star Atlas 0.6b1.cpt .6b1 0 57K 11/14/92 Star Atlas 0.6b1 - Star Atlas v-0.06b1, Written by Youhei Morita using THINK C 4.0. This program draws a map of a region of the sky. Unlike the preceding application StarChart (*), it conforms to the Apple standard menu system with reverted black menu bar. (Otherwise you will find the white menu very disturbing...) It runs with MultiFinder. I confirmed it runs on MacPlus, SE, SE/30 and II with System 6.0.2 or later.
SPELLTEST.cp AMUG CD:Files:Education:S:SPELLTEST.cpt SPELLTEST.cpt 0 21K 11/14/92 SPELLTEST - Spell Test for Children - HyperStack.
Spelln-B-fun AMUG CD:Files:Education:S:Spelln-B-fun.cpt Spelln-B-fun.cpt 0 81K 11/14/92 Spelln-B-fun - This is a fun stack for young children who are learning to read and spell. It uses picture buttons and speaks your childs name, correct spelling is praised and rewarded with a fun animation. Kid tested and approved.
SIGMATH.cpt AMUG CD:Files:Education:S:SIGMATH.cpt SIGMATH.cpt 0 32K 11/14/92 SIGMATH - This stack presents multiplication,division,subtraction, and addition probs. with answers rounded off to correct number of significant figures or digits. Flash card format. Includes explination as to why the rounding off was done as seen. Also some intro to the rules for rounding off.
QuoteMaster AMUG CD:Files:Education:Q-R:QuoteMaster™2.3.4.cpt QuoteMaster™2.3.4.cpt 2.3.4 0 101K 11/14/92 QuoteMaster™2.3.4 - QuoteMaster 2.3.4 - a game where you fill in the blanks for various famous quotes and formula's. Design your own suitcases of quotes to fill in.
Planets2.11a AMUG CD:Files:Education:O-P:Planets 2.11a.cpt Planets 2.11a.cpt 2.11 0 21K 11/14/92 Planets 2.11a - Allows you to make your own solar system!
NatDot.cpt AMUG CD:Files:Education:N:NatDot.cpt NatDot.cpt 0 28K 11/14/92 NatDot - Childern's connect the dots program. Has 30 different pictures that is displayed at ramdom. Works in color on Mac IIs.
NameTheState AMUG CD:Files:Education:N:NameTheState.cpt NameTheState.cpt 0 10K 11/14/92 NameTheState - Map of United States that helps kids learn the names of the states by written and oral confirmation. Requires MacinTalk for speech.
NAMETHATPLAN AMUG CD:Files:Education:N:NAME THAT PLANE.cpt NAME THAT PLANE.cpt 0 24K 11/14/92 NAME THAT PLANE - "Flash Card" Stack, Name that Airplane.
MusicTeacher AMUG CD:Files:Education:M:MusicTeacherNote.cpt MusicTeacherNote.cpt 0 22K 11/14/92 MusicTeacherNote - "Pitcher 1.0" is a serious teaching tool, but gamelike. Somewhat like the toy Simon except instead of repeating a series of notes you must pointout on the grand staff what note was played.
MoneyConvert AMUG CD:Files:Education:M:Money Converto.cpt Money Converto.cpt 0 31K 11/14/92 Money Converto - This program, when ran, tells you, after you input the number of coins you have, how much money you have in dollars.
MathAttack AMUG CD:Files:Education:M:MathAttack.cpt MathAttack.cpt 1 34K 11/14/92 MathAttack - Missile Command type educational game requires player to use addition and subtraction to set up their defenses. HyperCard Stack.
MathAdv.cpt AMUG CD:Files:Education:M:MathAdv.cpt MathAdv.cpt 0 170K 11/14/92 MathAdv - Great Kids math adventure.
Math.cpt AMUG CD:Files:Education:M:Math.cpt Math.cpt 2.0 0 30K 11/14/92 Math - This application (version 2.0) is designed to aid children in learning to add and subtract. Problems on varying levels of difficulty are presented and the child is given two chances to give a correct response. Four levels of difficulty are provided; Easy, Medium, Hard and Very Hard. Using the Macintalk Speech Synthesizer (Apple Computer, Inc.), the computer can speak the problem, answer, and a random phrase indicating whether the correct answer was given or not. Macintalk can be obtained from most bulletin boards or from dealers. If Macintalk is not installed, then chords are played.
MadMathMinut AMUG CD:Files:Education:M:Mad Math Minute 2.0.cpt Mad Math Minute 2.0.cpt 2.0 0 9K 11/14/92 Mad Math Minute 2.0 - Mad Math minute version 2.0 stack.
MacNStates AMUG CD:Files:Education:M:Mac N States.cpt Mac N States.cpt 0 56K 11/14/92 Mac N States - Nice Educational Program - teaches States & Capitals.
M-POWERFlash AMUG CD:Files:Education:M:M-POWER Flash Cards.cpt M-POWER Flash Cards.cpt 0 18K 11/14/92 M-POWER Flash Cards - M-POWER Flash Cards is a flash card stack applicable to many subjects. Has card marking and navigitional features, automated card review, superior graphics, and the ability to print 3x5 cards. An extremely useful learning tool with particular appeal for students and teachers - a great help for anyone with the task of memorizing large amounts of new information.
KINDERREADER AMUG CD:Files:Education:K:KINDERREADER.CPT KINDERREADER.CPT 1 21K 11/14/92 KINDERREADER - This will compose unlimited little stories to teach reading to kids. If you have MacinTalk in your system folder it will speak the phrases if clicked upon to help the children out. Works like a charm with kids from pre-school to second grade!
KidSpellerv1 AMUG CD:Files:Education:K:KidSpeller v1.0.cpt KidSpeller v1.0.cpt 1.0 0 1308K 11/14/92 KidSpeller v1.0 - This HyperCard stack is shareware. If you find this stack useful, please send $5 to Jack Friedlander, POB 1559, NY, NY 10009. Please feel free to distribute this stack. This documentation must be included with its distribution. This stack will easily assist you in preparing your own spelling list and accompanying graphics. You will need HyperCard loaded on your hard drive. If you do not have HyperCard installed and you are not very familiar with HyperCard, you should still have little problem using this stack.
GuidedReadin AMUG CD:Files:Education:G:GuidedReading.cpt GuidedReading.cpt 0 135K 11/14/92 GuidedReading - Guided Reading is a HyperCard stack whose purpose is to assist in introducing the intermediate foreign language student to the literature in the target language. It provides an easy means for the instructor to answer questions one time that she knows the students will ask over and again each semester. I am further hopeful that it will simultaneously engage the student in a way they might not otherwise be engaged. With very little practice, the instructor should be able to create lessons including digital sound, interactive video, graphics and text, designed to provide collaborative support to the intermediate and beginning language student. By David Herren.
Geostructure AMUG CD:Files:Education:G:Geostructures 1.2.c Geostructures 1.2.c 1.2c 0 34K 11/14/92 Geostructures 1.2.c - Program to manipulate geostructures, works on IIsi. This is version 1.2. This program allows you to see changes in the earth and its structures below based on naturual acts. Very educational. Created in 1988 at Dartmouth College. All rights reserved.
Fverb.cpt AMUG CD:Files:Education:F:Fverb.cpt Fverb.cpt 0 8K 11/14/92 Fverb - A simple stack w/documentation that allows the conjugation of all regular and irregular verbs in the present tense. Accent sensitive for spelling change verbs.
Evolv-o-Mati AMUG CD:Files:Education:E:Evolv-o-Matic 0.8.cpt Evolv-o-Matic 0.8.cpt .8 0 78K 11/14/92 Evolv-o-Matic 0.8 - EVOLV-O-MATIC is an evolution simulation. The basic idea is this: if there are things that reproduce themselves with small random variations; if these variations can sometimes confer a survival advantage on their owners; and if there is competition between the reproducing entities for some necessary and limited resource; then the entities will get better at reproducing themselves over time. This happens automatically: the breeding stock cannot help but improve.
Dinosaurs.cp AMUG CD:Files:Education:D:Dinosaurs.cpt Dinosaurs.cpt 0 170K 11/14/92 Dinosaurs - Stack with much info about dinosaurs, many good graphics.
ColorLife.cp AMUG CD:Files:Education:C:ColorLife.cpt ColorLife.cpt 0 20K 11/14/92 ColorLife - This is a variation on John Conway's LIFE game. The wrinkle here is that cells inherit the color of the majority of their neighbors so that you can track the interaction of life forms visually. I still have a few features to add but I thought I'd seek input from youall before I put the finishing touches on version 1.0. When I finish it I'll be selling the source code for $10 but AMUGers can have it free. It's in THINK C 4.0. Enjoy.
BetterU.S.Ma AMUG CD:Files:Education:B:Better U.S. Map 1.1 Better U.S. Map 1.1 1.1 0 57K 11/14/92 Better U.S. Map 1.1 - Better U.S. Map 1.1 is a HyperCard stack that speaks and shows state names and info about them. Provided by Terry Spivey of KY.
Arithmetic AMUG CD:Files:Education:A:Arithmetic.cpt Arithmetic.cpt 0 40K 11/14/92 Arithmetic - Arithmetic is a math stack that contains addition, multiplication and divison problems for kids.
AnatomiserII AMUG CD:Files:Education:A:AnatomiserIII.cpt AnatomiserIII.cpt 3.0 0 63K 11/14/92 AnatomiserIII - Anatomiser version 3.0 shows the body parts.
Add.cpt AMUG CD:Files:Education:A:Add.cpt Add.cpt 2.0 0 30K 11/14/92 Add - is a math game for children. Version 2.0.
WildMagic2.0 AMUG CD:Files:QuickTime:T-Z:Wild Magic 2.0.cpt Wild Magic 2.0.cpt 2.0 0 142K 11/14/92 Wild Magic 2.0 - WildMagic 2.0 is a great utility from Apple Computer that allows you to place your QuickTime movies in documents with text and allow them to play once clicked on. All rights reserved. Apple Computer Inc.
UpperEastSid AMUG CD:Files:Font:T-Z:UpperEastSide.cpt UpperEastSide.cpt 1 50K 11/14/92 UpperEastSide - Upper East Side is a Type 1 PostScript font (works with ATM version 1.2 or higher) in an art deco style that works well in both text and display applications. It contains a full set of characters, including diacritics, and has 477 kerning pairs. Zowie! Upper East Side resembles a well-known display font called Parisian, which looks like the work of the designer of the typeface Broadway on a GOOD day. It is called UpperEastSide to complement my shareware font UpperWestSide, and because I've seen this font all over the East Side, from Book Store signs to menus.
TidBITS151 AMUG CD:Files:MUG News:Tidbits:151-175:TidBITS#151/09-Nov-92.cpt TidBITS#151/09-Nov-92.cpt 151 0 15K 11/14/92 TidBITS#151/09-Nov-92 - This issue overflows with a review of WriteNow 3.0, the syllabus for a free online course, "Navigating the Internet," and an alternative view of the Duo. We also crammed in some short announcements, including news of Disk First Aid 7.1, which fixes the disappearing files and folders bug, a letter about font clone piracy, and a warning for CPU users who have a just-released PowerBook. Tune in next week for all the great stuff that wouldn't fit!
TenderleafCa AMUG CD:Files:Font:T-Z:Tenderleaf Caps.cpt Tenderleaf Caps.cpt 0 47K 11/13/92 Tenderleaf Caps - Tenderleaf Caps is a font of CAPS ONLY, plus ampersand, exclamation point and question mark. It is a display font of rough capital letters with leaves growing out of them. The letters themselves look like twisted branches. Tenderleaf Caps is copyright (c) 1992 by David Rakowski. All Rights Reserved. It is distributed free of charge.
SystemBeeps AMUG CD:Files:Music:So-Sz:SystemBeeps.cpt SystemBeeps.cpt 0 194K 11/13/92 SystemBeeps - A collection of 5 different beeps including disks insertion and removal, welcome. Good quality.
Stretch2.cpt AMUG CD:Files:System7 tools:S:Stretch2.cpt Stretch2.cpt 0 67K 11/13/92 Stretch2 - Stretch is an system 7.0 CDEV/INIT (Control Panel/System Extension) that changes the way standard (WDEF 0) windows look and behave. Stretch Version 1.0 was packaged as an INIT (System Extension) and should be removed from your Extensions folder before Version 2.0 (this version) is placed in your Control Panels folder.
SnyderSpeedv AMUG CD:Files:Font:S:SnyderSpeed v3.cpt SnyderSpeed v3.cpt 3 0 66K 11/13/92 SnyderSpeed v3 - SnyderSpeed is a Type 1 Postscript display/headline font duplicating the spontaneous, hand-lettered, brush-stroke used by commercial artists and sign painters to create eye-catching copy for signs, banners, posters, window or show card displays etc. Shareware by Pat Snyder.
SndHck63.cpt AMUG CD:Files:Music:S-Sn:SndHck63.cpt SndHck63.cpt .63 0 60K 11/13/92 SndHck63 - SoundHack 0.63 allows DSP functions and conversions between different formats.
SndIcns.cpt AMUG CD:Files:Util:Icons:Snd Icns.cpt Snd Icns.cpt 0 7K 11/13/92 Snd Icns - Blue horns on a variety of backgrounds. (Blue horn holders?) Based on the Finder system 7 sound document. The 3-D suitcase is pretty and if you give it TYPE="zsys" and Creator="MACS", system 7 sounds can be dragged into and out of the suitcase
Rockmaker AMUG CD:Files:Font:Q-R:Rockmaker.cpt Rockmaker.cpt 1 36K 11/13/92 Rockmaker - The characters of the Rockmaker font look like they consist of rough, broad paintbrush strokes such as you might find on a sign painted on a piece of wood in a Western frontier town. The font it is based on is called 'Trading Post.' This font is all caps, plus numbers and punctuation.
ReplaceExis AMUG CD:Files:Word:E-G:Replace-Existing-Hacks.cpt Replace-Existing-Hacks.cpt 0 4K 11/13/92 Replace-Existing-Hacks - If you have ever been annoyed at having to reach for the mouse to respond to the “Replace existing fubar?” dialog, here are some ways to fix it with ResEdit. Before giving the recipes, I should mention that responsible experts always say that you should only use ResEdi